VR-Link API Documentation for DIS
dStateEncoder.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00009 
00010 #ifndef dStateEncoder_H_
00011 #define dStateEncoder_H_
00012 
00013 #if DtDIS
00014 
00015 #include <vlutil/vlMachineTypes.h>
00016 
00018 class DT_DLL_VL DtStateEncoder
00019 {
00020 public:
00022    DtStateEncoder();
00023 
00025    virtual ~DtStateEncoder();
00026 
00028    DtStateEncoder(const DtStateEncoder& orig);
00029 
00031    DtStateEncoder& operator=(const DtStateEncoder& orig);
00032 
00034    void setSendNeeded();
00035 
00036 protected:
00037    bool myForceSendNeeded;
00038 };
00039 
00040 #endif
00041 #endif

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)