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