VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/formationPSR.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2002 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: formationPSR.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtFormationPSR_H_
00013 #define DtFormationPSR_H_
00014 
00015 #include "vrfobjcore/processSR.h"
00016 #include "vrfutil/formation.h"
00017 
00025 
00026 #include "vrfobjcore/vrfobjcoreDefines.h"
00027 class DT_DLL_vrfobjcore DtFormationPSR : public DtVrfProcessStateRepository
00028 {
00029 public:
00030 
00032    DtFormationPSR(DtVrfObject* vrfObject, 
00033       const DtString& rwName = DtString::nullString(), 
00034       DtReaderWriterRegistry*  parentRegistry = 0);
00035 
00037    DtFormationPSR(const DtFormationPSR& orig,
00038       const DtString& rwName = DtString::nullString(), 
00039       DtReaderWriterRegistry*  parentRegistry = 0);
00040 
00042    virtual ~DtFormationPSR();
00043 
00045    DtFormationPSR& operator=(const DtFormationPSR& orig);
00046 
00048    virtual DtVrfProcessStateRepository* clone(
00049       const DtString& rwName = DtString::nullString(), 
00050       DtReaderWriterRegistry*  parentRegistry = 0) const;
00051 
00054    virtual DtString type() const;
00055 
00056    virtual void setWorkingFormation(const DtFormation& formation);
00057    virtual const DtFormation& workingFormation() const;
00058 
00059 public:
00060 
00062    static DtVrfProcessStateRepository* creator (const DtString& rwName,
00063       DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
00064 
00065 protected:
00066 
00067    DtFormation myWorkingFormation;
00068 };
00069 
00070 #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)