Class: MAVLink::Log::Header

Inherits:
Struct
  • Object
show all
Defined in:
lib/mavlink/log/file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#componentObject

Returns the value of attribute component



8
9
10
# File 'lib/mavlink/log/file.rb', line 8

def component
  @component
end

#idObject

Returns the value of attribute id



8
9
10
# File 'lib/mavlink/log/file.rb', line 8

def id
  @id
end

#lengthObject

Returns the value of attribute length



8
9
10
# File 'lib/mavlink/log/file.rb', line 8

def length
  @length
end

#magicObject

Returns the value of attribute magic



8
9
10
# File 'lib/mavlink/log/file.rb', line 8

def magic
  @magic
end

#sequenceObject

Returns the value of attribute sequence



8
9
10
# File 'lib/mavlink/log/file.rb', line 8

def sequence
  @sequence
end

#systemObject

Returns the value of attribute system



8
9
10
# File 'lib/mavlink/log/file.rb', line 8

def system
  @system
end