|
XPMP2
X-Plane multiplayer library 2 - using instancing
|
Passing information about any data type (like a/c full detail message); the data is contained as copy. More...
#include <Remote.h>
Inheritance diagram for XPMP2::RmtDataEnqeueTy< ElemTy, MsgTy >:Public Member Functions | |
| RmtDataEnqeueTy () | |
| Default constructor only sets message type, leaves rest defaulted. More... | |
| RmtDataEnqeueTy (const ElemTy &_elem) | |
| Data copy constructor copies the passed-in data. More... | |
Public Member Functions inherited from XPMP2::RmtDataBaseTy | |
| RmtDataBaseTy (RemoteMsgTy _ty) | |
| Constructor just set the message type. More... | |
| virtual | ~RmtDataBaseTy () |
| Virtual destructor makes sure correct deletion of derived class' objects even through (smart) pointers to this base class. More... | |
Public Attributes | |
| ElemTy | data |
| the payload data More... | |
Public Attributes inherited from XPMP2::RmtDataBaseTy | |
| RemoteMsgTy | msgTy |
| which message to send? More... | |
Passing information about any data type (like a/c full detail message); the data is contained as copy.
|
inline |
Default constructor only sets message type, leaves rest defaulted.
|
inline |
Data copy constructor copies the passed-in data.
| ElemTy XPMP2::RmtDataEnqeueTy< ElemTy, MsgTy >::data |
the payload data