![]() |
MAK RTIspy API Documentation for HLA Evolved
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: netLatencyReportMsg.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 *********************************************************************/ 00008 00009 #ifndef DtNetLatencyReportMsg_H_ 00010 #define DtNetLatencyReportMsg_H_ 00011 00015 00016 // PLEASE NOTE: This class is duplicated as DtNetAssistantLatencyReportMsg in 00017 // netAssistantLatencyReportMsg.h. Any changes made to this class should also 00018 // 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 DtNetLatencyReportMsg 00028 { 00029 public: 00030 00031 DtNetMsgHeader header; 00032 DtNetU32 totalSize; 00033 // encoded report 00034 }; 00035 00036 00037 #endif