|
swift
|
Multiplayer packet - position and velocity. More...
Public Member Functions | |
| auto | getTuple () |
| Return tuple of member variables. | |
| auto | getTuple () const |
| Return const tuple of member variables. | |
| qint32 | size () const |
| Struct size. | |
Additional Inherited Members | |
Public Attributes inherited from swift::simplugin::fs9::MULTIPLAYER_PACKET_POSITION_VELOCITY | |
| quint32 | packet_index = 0 |
| Packet index. | |
| quint32 | application_time = 0 |
| Application time - ignored. | |
| qint32 | lat_velocity = 0 |
| Latitude velocity. | |
| qint32 | lon_velocity = 0 |
| Longitude velocity. | |
| qint32 | alt_velocity = 0 |
| Altitude velocity. | |
| quint32 | ground_velocity = 0 |
| Ground velocity. | |
| std::array< quint8, 4 > | reserved = std::array<quint8, 4> { { 0, 0, 0, 0 } } |
| Reserved. | |
| quint32 | pbh = 0 |
| Pitch/Bank/Heading. | |
| qint32 | lat_i = 0 |
| Latitude - integer. | |
| qint32 | lon_hi = 0 |
| Longitude - integer. | |
| qint32 | alt_i = 0 |
| Altitude - integer. | |
| quint16 | lat_f = 0 |
| Latitude - fraction. | |
| quint16 | lon_lo = 0 |
| Longitude - fraction. | |
| quint16 | alt_f = 0 |
| Altitude - fraction. | |
Multiplayer packet - position and velocity.
Definition at line 92 of file multiplayerpackets.h.