MAK RTIspy API Documentation for HLA 1.3
momMgrPacket.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1998 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: momMgrPacket.h,v $ $Revision: 1.10 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DtMomMgrPacket_H_
00013 #define DtMomMgrPacket_H_
00014 
00015 #include <vlutil/vlNetTypes.h>
00016 #include <vlutil/vlString.h>
00017 #include "savDataHdr.h"
00018 #include "momManager.h"
00019 
00020 class DT_DLL_LRC DtMomMgrPacket
00021 {
00022 public:
00023    DtSaveDataHeader header;
00024    DtNetU8 serviceReport;
00025    DtNetU8 exceptLogging;
00026    DtNetU8 exceptReport;
00027    DtNetU8 conveyRegions;
00028    DtNetU8 autoProvide;
00029    DtNetU8 padding1;
00030    MAKRti::DtNetU16 padding2;
00031    DtNetU32 numAlerts;
00032    DtNetU32 reportSerialNumber;
00033 #if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E)
00034 #ifdef DDM
00035    DtNetU32 federateRegion;
00036    DtNetU32 federateServiceRegion[DtServiceGroupMax];
00037 #endif
00038 #endif
00039  
00040 };
00041 
00042 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)