VR-Link API Documentation for HLA 1516
dStateMsg.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00009 
00010 #ifndef dDtStateMsg_H_
00011 #define dDtStateMsg_H_
00012 
00013 #if DtDIS
00014 
00015 #include "pdu.h"
00016 
00017 
00018 
00022 class DT_DLL_VL DtStateMsg : public DtPdu
00023 {
00024 public:
00025 
00027    DtStateMsg();
00028 
00030    virtual ~DtStateMsg();
00031 
00033    DtStateMsg(const DtStateMsg& orig);
00034 
00036    DtStateMsg& operator=(const DtStateMsg& orig);
00037 };
00038 
00039 #endif
00040 #endif
00041 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)