Class: MAVLink::Log::Header
- Inherits:
-
Struct
- Object
- Struct
- MAVLink::Log::Header
- Defined in:
- lib/mavlink/log/file.rb
Instance Attribute Summary collapse
-
#component ⇒ Object
Returns the value of attribute component.
-
#id ⇒ Object
Returns the value of attribute id.
-
#length ⇒ Object
Returns the value of attribute length.
-
#magic ⇒ Object
Returns the value of attribute magic.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#system ⇒ Object
Returns the value of attribute system.
Instance Attribute Details
#component ⇒ Object
Returns the value of attribute component
8 9 10 |
# File 'lib/mavlink/log/file.rb', line 8 def component @component end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/mavlink/log/file.rb', line 8 def id @id end |
#length ⇒ Object
Returns the value of attribute length
8 9 10 |
# File 'lib/mavlink/log/file.rb', line 8 def length @length end |
#magic ⇒ Object
Returns the value of attribute magic
8 9 10 |
# File 'lib/mavlink/log/file.rb', line 8 def magic @magic end |
#sequence ⇒ Object
Returns the value of attribute sequence
8 9 10 |
# File 'lib/mavlink/log/file.rb', line 8 def sequence @sequence end |
#system ⇒ Object
Returns the value of attribute system
8 9 10 |
# File 'lib/mavlink/log/file.rb', line 8 def system @system end |