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

Returns:

  • (Object)

    the current value of component



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

def component
  @component
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



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

def length
  @length
end

#magicObject

Returns the value of attribute magic

Returns:

  • (Object)

    the current value of magic



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

def magic
  @magic
end

#sequenceObject

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



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

def sequence
  @sequence
end

#systemObject

Returns the value of attribute system

Returns:

  • (Object)

    the current value of system



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

def system
  @system
end