![]() |
MAK RTIspy API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: netAssistantChangeLatencyTestModeMsg.h,v $ $Revision: 1.3 $ $State: Exp $ 00007 *********************************************************************/ 00008 00009 #ifndef DtNetAssistantChangeLatencyTestModeMsg_H_ 00010 #define DtNetAssistantChangeLatencyTestModeMsg_H_ 00011 00015 00016 // PLEASE NOTE: This class is duplicated as DtNetChangeLatencyTestModeMsg 00017 // in netChangeLatencyTestModeMsg.h. Any changes made to this class 00018 // should also be made there. 00019 00020 #include <vlutil/vlNetTypes.h> 00021 #include <vlutil/vlUtil.h> 00022 00023 #include "netAssistantMsgHdr.h" 00024 00028 class DT_DLL_ASSISTANT DtNetAssistantChangeLatencyTestModeMsg 00029 { 00030 public: 00031 00032 DtNetAssistantMsgHeader header; 00033 DtNetU32 interactionPeriod; 00034 DtNetU32 payloadBytes; 00035 DtNetU32 federationHandle; 00036 DtNetU32 initFedHandle; 00037 DtNetU8 numInteractions; 00038 DtNetU8 runTest; 00039 DtNetU8 continuous; 00040 DtNetU8 shouldHaltContinuous; 00041 DtNetU8 observing; 00042 }; 00043 00044 00045 #endif 00046