VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/simMsg.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1999 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: simMsg.h,v $ $Revision: 1.11 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef DtSimMessage_H_
00020 #define DtSimMessage_H_
00021 
00022 #include "vrfutil/rdrWritr.h"
00023 #include "vrfutil/rwString.h"
00024 
00032 
00033 #include "vrfmsgs/vrfmsgsDefines.h"
00034 class DT_DLL_vrfmsgs DtSimMessage
00035 {
00036 
00037 public:
00038 
00040    DtSimMessage();
00041 
00042 
00044    DtSimMessage(const DtSimMessage & orig);
00045 
00047    const DtSimMessage & operator=(const DtSimMessage & orig);
00048 
00050    virtual ~DtSimMessage();
00051 
00055    virtual int messageType() const = 0;
00056 
00057    virtual DtSimMessage * clone() const = 0;
00058 
00060    virtual void printDataToString(DtString& str);
00061  
00062 protected:
00063 };
00064 
00065 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)