Class: MAVLink::Log::Entry
- Inherits:
-
Struct
- Object
- Struct
- MAVLink::Log::Entry
- Defined in:
- lib/mavlink/log/file.rb
Instance Attribute Summary collapse
-
#crc ⇒ Object
Returns the value of attribute crc.
-
#header ⇒ Object
Returns the value of attribute header.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#crc ⇒ Object
Returns the value of attribute crc
10 11 12 |
# File 'lib/mavlink/log/file.rb', line 10 def crc @crc end |
#header ⇒ Object
Returns the value of attribute header
10 11 12 |
# File 'lib/mavlink/log/file.rb', line 10 def header @header end |
#payload ⇒ Object
Returns the value of attribute payload
10 11 12 |
# File 'lib/mavlink/log/file.rb', line 10 def payload @payload end |
#time ⇒ Object
Returns the value of attribute time
10 11 12 |
# File 'lib/mavlink/log/file.rb', line 10 def time @time end |