![]() |
MAK RTIspy API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 2007 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: netExecConnectMsg.h,v $ $Revision: 1.8 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef DtNetExecConnectMsg_H_ 00013 #define DtNetExecConnectMsg_H_ 00014 00015 #include "rtiMsConfig.h" 00016 #include <vlutil/vlNetTypes.h> 00017 #include "netRtiMsgHdr.h" 00018 #include <vlutil/vlUtil.h> 00019 00020 class DT_DLL_LRC DtNetExecConnectMsg 00021 { 00022 public: 00023 00024 DtNetMsgHeader header; 00025 DtNetU32 connectionId; 00026 DtNetU32 fullyCompliant; 00027 DtNetU128 rootForwarderAddr; 00028 DtNetU32 addressFamily; 00029 DtNetU32 hostNameSize; 00030 DtNetU16 rootForwarderPort; 00031 // char[] hostName; 00032 }; 00033 00034 #endif //! DtNetExecConnectMsg_H_