Class: LiveF1::Packet::Car::PositionUpdate

Inherits:
LiveF1::Packet::Car show all
Includes:
Type::Special
Defined in:
lib/live_f1/packet/car/position_update.rb

Instance Attribute Summary

Attributes inherited from LiveF1::Packet

#data, #header, #source

Instance Method Summary collapse

Methods included from Type::Special

#length, #spare_bits

Methods inherited from LiveF1::Packet::Car

#leader

Methods inherited from LiveF1::Packet

from_source, #initialize, #inspect, #leader, #spare_bits, #spare_data

Constructor Details

This class inherits a constructor from LiveF1::Packet

Instance Method Details

#to_sObject



7
8
9
# File 'lib/live_f1/packet/car/position_update.rb', line 7

def to_s
  header.data.to_s
end