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

Base structure for passing information from XP's main thread to the multicast thread. More...

#include <Remote.h>

+ Inheritance diagram for XPMP2::RmtDataBaseTy:

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...
 

Detailed Description

Base structure for passing information from XP's main thread to the multicast thread.

Constructor & Destructor Documentation

◆ RmtDataBaseTy()

XPMP2::RmtDataBaseTy::RmtDataBaseTy ( RemoteMsgTy  _ty)
inline

Constructor just set the message type.

◆ ~RmtDataBaseTy()

virtual XPMP2::RmtDataBaseTy::~RmtDataBaseTy ( )
inlinevirtual

Virtual destructor makes sure correct deletion of derived class' objects even through (smart) pointers to this base class.

Member Data Documentation

◆ msgTy

RemoteMsgTy XPMP2::RmtDataBaseTy::msgTy

which message to send?


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