XPMP2
X-Plane multiplayer library 2 - using instancing
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
XPMP2::RemoteAcRemoveTy Struct Reference

A/C Removal only includes the plane id, structure required for msgSize() function. More...

#include <XPMPRemote.h>

Public Member Functions

 RemoteAcRemoveTy (XPMPPlaneID _id=0)
 Constructor sets plane id. More...
 

Static Public Member Functions

static constexpr size_t msgSize ()
 message size More...
 

Public Attributes

std::uint32_t modeS_id
 plane's unique id at the sender side (might differ remotely in case of duplicates) More...
 

Detailed Description

A/C Removal only includes the plane id, structure required for msgSize() function.

Constructor & Destructor Documentation

◆ RemoteAcRemoveTy()

XPMP2::RemoteAcRemoveTy::RemoteAcRemoveTy ( XPMPPlaneID  _id = 0)
inline

Constructor sets plane id.

Member Function Documentation

◆ msgSize()

static constexpr size_t XPMP2::RemoteAcRemoveTy::msgSize ( )
inlinestaticconstexpr

message size

Member Data Documentation

◆ modeS_id

std::uint32_t XPMP2::RemoteAcRemoveTy::modeS_id

plane's unique id at the sender side (might differ remotely in case of duplicates)


The documentation for this struct was generated from the following file: