FlightGear next
|
The buffer that holds a multi-player message, suitably aligned. More...
Public Member Functions | |
MsgBuf () | |
T_MsgHdr * | msgHdr () |
const T_MsgHdr * | msgHdr () const |
T_PositionMsg * | posMsg () |
const T_PositionMsg * | posMsg () const |
xdr_data_t * | properties () |
const xdr_data_t * | properties () const |
xdr_data_t * | propsEnd () |
The end of the properties buffer. | |
const xdr_data_t * | propsEnd () const |
xdr_data_t * | propsRecvdEnd () |
The end of properties actually in the buffer. | |
const xdr_data_t * | propsRecvdEnd () const |
Public Attributes | |
xdr_data2_t | double_val |
char | Msg [1200] |
T_MsgHdr | Header |
The buffer that holds a multi-player message, suitably aligned.
Definition at line 1261 of file multiplaymgr.cxx.
|
inline |
Definition at line 1263 of file multiplaymgr.cxx.
|
inline |
Definition at line 1268 of file multiplaymgr.cxx.
|
inline |
Definition at line 1273 of file multiplaymgr.cxx.
|
inline |
Definition at line 1278 of file multiplaymgr.cxx.
|
inline |
Definition at line 1283 of file multiplaymgr.cxx.
|
inline |
Definition at line 1288 of file multiplaymgr.cxx.
|
inline |
Definition at line 1294 of file multiplaymgr.cxx.
|
inline |
The end of the properties buffer.
Definition at line 1302 of file multiplaymgr.cxx.
|
inline |
Definition at line 1307 of file multiplaymgr.cxx.
|
inline |
The end of properties actually in the buffer.
This assumes that the message header is valid.
Definition at line 1315 of file multiplaymgr.cxx.
|
inline |
Definition at line 1320 of file multiplaymgr.cxx.
xdr_data2_t FGMultiplayMgr::MsgBuf::double_val |
Definition at line 1325 of file multiplaymgr.cxx.
T_MsgHdr FGMultiplayMgr::MsgBuf::Header |
Definition at line 1327 of file multiplaymgr.cxx.
char FGMultiplayMgr::MsgBuf::Msg[1200] |
Definition at line 1326 of file multiplaymgr.cxx.