Class: MAVLink::Log::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#crcObject

Returns the value of attribute crc

Returns:

  • (Object)

    the current value of crc



10
11
12
# File 'lib/mavlink/log/file.rb', line 10

def crc
  @crc
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



10
11
12
# File 'lib/mavlink/log/file.rb', line 10

def header
  @header
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



10
11
12
# File 'lib/mavlink/log/file.rb', line 10

def payload
  @payload
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



10
11
12
# File 'lib/mavlink/log/file.rb', line 10

def time
  @time
end