Class: LiveF1::Packet::Car::PositionUpdate
- Inherits:
-
LiveF1::Packet::Car
- Object
- LiveF1::Packet
- LiveF1::Packet::Car
- LiveF1::Packet::Car::PositionUpdate
- Includes:
- Type::Special
- Defined in:
- lib/live_f1/packet/car/position_update.rb
Instance Attribute Summary
Attributes inherited from LiveF1::Packet
Instance Method Summary collapse
Methods included from Type::Special
Methods inherited from LiveF1::Packet::Car
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_s ⇒ Object
7 8 9 |
# File 'lib/live_f1/packet/car/position_update.rb', line 7 def to_s header.data.to_s end |