VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/spotReportReceiverDescriptor.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: spotReportReceiverDescriptor.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef spotReportReceiverDescriptor_h
00015 #define spotReportReceiverDescriptor_h
00016 
00017 #include "vrfobjparam/compDesc.h"
00018 #include "vrfutil/rwReal.h"
00019 #include "vrfobjparam/vrfobjparamDefines.h"
00020 
00021 class DtReaderWriterRegistry;
00022 
00023 
00026 class DT_DLL_vrfobjparam DtSpotReportReceiverDescriptor : public DtComponentDescriptor
00027 {
00028 public:
00030    DtSpotReportReceiverDescriptor(const DtString& name, 
00031       DtReaderWriterRegistry * parentRegistry = 0);
00032 
00034    DtSpotReportReceiverDescriptor(const DtSpotReportReceiverDescriptor & orig,
00035       DtReaderWriterRegistry * parentRegistry = 0);
00036 
00038    DtSpotReportReceiverDescriptor & operator=(const 
00039       DtSpotReportReceiverDescriptor & orig);
00040 
00042    virtual ~DtSpotReportReceiverDescriptor();
00043 
00046    virtual DtString type() const;
00047 
00048 
00051    virtual DtReal spotReportAgeLimit() const;
00052    virtual void setSpotReportAgeLimit(DtReal value);
00054 
00056 
00057    virtual DtString radioName() const;
00058    virtual void setRadioName(const DtString& name);
00060 
00061    virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
00062       = 0) const;
00063 
00065    static DtComponentDescriptor * creator();
00066 
00067 protected:
00069    DtSpotReportReceiverDescriptor();
00070 
00071 protected:
00074 
00075 
00082    DtRwReal mySpotReportAgeLimit;
00083 
00090    DtRwString myRadioName;
00091 
00093 };
00094 
00095 #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)