VR-Forces 4.0.4 Class Documentation
include/vrftasks/convoyAlongTask.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1999 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ConvoyAlongTask.h,v $ $Revision: 1.17 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef DtConvoyAlongTask_H_
00020 #define DtConvoyAlongTask_H_
00021 
00022 #include <vlutil/vlNetTypes.h>
00023 
00024 #include "vrftasks/simTask.h"
00025 #include "vrfutil/rwString.h"
00026 
00043 
00044 #include "vrftasks/vrftasksDefines.h"
00045 class DT_DLL_vrftasks DtConvoyAlongTask : public DtSimTask
00046 {
00047 
00048 public:
00049 
00051    DtConvoyAlongTask();
00052 
00055    DtConvoyAlongTask(const DtString & writeName, 
00056       DtReaderWriterRegistry * parentRegistry = 0);
00057 
00059    DtConvoyAlongTask(const DtString & writeName, const DtConvoyAlongTask & orig, 
00060       DtReaderWriterRegistry * parentRegistry = 0);
00061 
00063    const DtConvoyAlongTask & operator=(const DtConvoyAlongTask & orig);
00064 
00065    virtual ~DtConvoyAlongTask();
00066 
00068    virtual int type() const;
00069 
00071    virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry * 
00072       parentRegistry = 0) const;
00073 
00075    virtual DtString stringRep() const;
00076 
00077    virtual const DtString & controlObjectName() const;
00078    virtual void setControlObjectName(const DtString & cpName);
00079 
00082    virtual int netRepSize() const;
00083 
00085    virtual bool setFromNet(const char* contentBuffer, 
00086       unsigned contentSize);
00087 
00090    virtual bool setToNet();
00091 
00092    static DtSimTask * creator();
00093 
00094 protected:
00095    DtRwString myControlObjectName;
00096 };
00097 
00098 
00099 #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)