![]() |
MAK RTIspy API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: netAssistantRtiexecCompInfoMsg.h,v $ $Revision: 1.14 $ $State: Exp $ 00007 *********************************************************************/ 00008 00009 #ifndef DtNetAssistantRtiexecCompInfoMsg_H_ 00010 #define DtNetAssistantRtiexecCompInfoMsg_H_ 00011 00015 00019 class DT_DLL_ASSISTANT DtNetAssistantRtiexecCompInfoMsg 00020 { 00021 public: 00022 00023 DtNetAssistantMsgHeader header; 00024 DtNetU16 notifyLevel; 00025 DtNetU16 webSpyPort; 00026 DtNetU128 reliableIpAddress; 00027 DtNetU128 additionalForwarderAddress; 00028 DtNetU128 bestEffortIpAddress; 00029 DtNetU32 webSpyIpAddress; // web server only support IPv4 00030 DtNetU32 addressFamily; 00031 DtNetU16 udpPort; 00032 DtNetU16 tcpPort; 00033 DtNetU16 forwarderPort; 00034 DtNetU16 hostNameSize; 00035 DtNetU16 logFilenameSize; 00036 DtNetU16 licServerSize; 00037 DtNetU8 fullCompliance; 00038 DtNetU8 isConnected; 00039 //char hostName[] - name of the host on which the rtiexec is running 00040 //char logFilename[] - log filename name for this component 00041 //char licServer[] - license server used by this component 00042 }; 00043 00044 00045 #endif