MAK RTIspy API Documentation for HLA 1516
intClassPacket.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1998 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: intClassPacket.h,v $ $Revision: 1.7 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DtIntClassPacket_H_
00013 #define DtIntClassPacket_H_
00014 
00015 #include <vlutil/vlNetTypes.h>
00016 #include <vlutil/vlString.h>
00017 #include "savDataHdr.h"
00018 #include "netHandSet.h"
00019 
00020 class DT_DLL_LRC DtInteractionClassPacket
00021 {
00022 public:
00023    DtSaveDataHeader header;
00024    MAKRti::DtNetU32 handle;
00025    MAKRti::DtNetU8  subscribed;
00026    MAKRti::DtNetU8  published;
00027    MAKRti::DtNetU8  transport;
00028    MAKRti::DtNetU8  order;
00029    MAKRti::DtNetU8  relevant;
00030    MAKRti::DtNetU8  padding;
00031    MAKRti::DtNetU16 padding2;
00032    MAKRti::DtNetU32 tally0;
00033    MAKRti::DtNetU32 tally1;
00034    MAKRti::DtNetU32 tally2;
00035    MAKRti::DtNetU32 tally3;
00036    MAKRti::DtNetU32 numRemoteSubs;
00037    //MAKRti::DtNetU32[] remoteSubs;
00038  
00039 };
00040 
00041 #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)