![]() |
MAK RTIspy API Documentation for HLA Evolved
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: netChangeLatencyTestModeMsg.h,v $ $Revision: 1.3 $ $State: Exp $ 00007 *********************************************************************/ 00008 00009 #ifndef DtNetChangeLatencyTestModeMsg_H_ 00010 #define DtNetChangeLatencyTestModeMsg_H_ 00011 00015 00016 // PLEASE NOTE: This class is duplicated as DtNetAssistantChangeLatencyTestModeMsg 00017 // in netAssistantChangeLatencyTestModeMsg.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 "netRtiMsgHdr.h" 00024 00027 class DT_DLL_LRC DtNetChangeLatencyTestModeMsg 00028 { 00029 public: 00030 00031 DtNetMsgHeader header; 00032 DtNetU8 runTest; 00033 DtNetU8 continuous; 00034 DtNetU8 shouldHaltContinuous; 00035 DtNetU8 observing; 00036 MAKRti::DtNetU16 initiator; 00037 MAKRti::DtNetU16 numInteractions; 00038 DtNetU32 interactionPeriod; 00039 DtNetU32 payloadBytes; 00040 }; 00041 00042 00043 #endif 00044