XPMP2
X-Plane multiplayer library 2 - using instancing
|
Base structure for passing information from XP's main thread to the multicast thread. More...
#include <Remote.h>
Public Member Functions | |
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 | |
RemoteMsgTy | msgTy |
which message to send? More... | |
Base structure for passing information from XP's main thread to the multicast thread.
|
inline |
Constructor just set the message type.
|
inlinevirtual |
Virtual destructor makes sure correct deletion of derived class' objects even through (smart) pointers to this base class.
RemoteMsgTy XPMP2::RmtDataBaseTy::msgTy |
which message to send?