|
XPMP2
X-Plane multiplayer library 2 - using instancing
|
A/C removal message, an array of plane ids. More...
#include <XPMPRemote.h>
Inheritance diagram for XPMP2::RemoteMsgAcRemoveTy:Public Member Functions | |
| RemoteMsgAcRemoveTy () | |
| Constructor sets expected message type and version. More... | |
Public Member Functions inherited from XPMP2::RemoteMsgBaseTy | |
| RemoteMsgBaseTy (RemoteMsgTy _ty, std::uint8_t _ver) | |
| Constructor just sets the values. More... | |
Static Public Member Functions | |
| static constexpr size_t | NumElem (size_t _msgLen) |
| Convert msg len to number of arr elements. More... | |
Public Attributes | |
| RemoteAcRemoveTy | arr [1] |
| plane's unique id at the sender side (might differ remotely in case of duplicates) More... | |
Public Attributes inherited from XPMP2::RemoteMsgBaseTy | |
| RemoteMsgTy | msgTy: 4 |
| message type More... | |
| std::uint8_t | msgVer: 4 |
| message version More... | |
| bool | bLocalSender: 1 |
| is the sender "local", ie. on same machine? More... | |
| std::uint8_t | filler1: 7 |
| yet unsed More... | |
| std::uint16_t | pluginId = 0 |
| lower 16 bit of the sending plugin's id More... | |
| std::uint32_t | filler2 = 0 |
A/C removal message, an array of plane ids.
|
inline |
Constructor sets expected message type and version.
|
inlinestaticconstexpr |
Convert msg len to number of arr elements.
| RemoteAcRemoveTy XPMP2::RemoteMsgAcRemoveTy::arr[1] |
plane's unique id at the sender side (might differ remotely in case of duplicates)