VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/psdLclNetIf.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2000 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: psdLclNetIf.h,v $ $Revision: 1.11 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef DtSimPseudoAggregateLocalEntityNetInterface_H_
00020 #define DtSimPseudoAggregateLocalEntityNetInterface_H_
00021 
00022 #include "vrfobjcore/aggLclNetIf.h"
00023 
00024 class DtSubordinateManager;
00025 
00035 
00036 #include "vrfobjcore/vrfobjcoreDefines.h"
00037 class DT_DLL_vrfobjcore DtSimPseudoAggregateLocalEntityNetInterface : public 
00038    DtSimAggregateLocalEntityNetInterface
00039 {
00040 protected:
00042    DtSimPseudoAggregateLocalEntityNetInterface();
00043 
00044 public:
00045 
00047    DtSimPseudoAggregateLocalEntityNetInterface(const DtString & name, 
00048       DtVrfObject* object,  
00049       DtReaderWriterRegistry* parentRegistry = 0,
00050       bool publishObject = true);
00051 
00053    DtSimPseudoAggregateLocalEntityNetInterface(const 
00054       DtSimPseudoAggregateLocalEntityNetInterface & orig, 
00055       DtReaderWriterRegistry * parentRegistry = 0);
00056 
00058    const DtSimPseudoAggregateLocalEntityNetInterface & operator=(const 
00059       DtSimPseudoAggregateLocalEntityNetInterface & orig);
00060 
00062    virtual ~DtSimPseudoAggregateLocalEntityNetInterface();
00063 
00067    virtual void updatePublisher();
00068 
00070    virtual DtSubordinateManager * subordinates() const;
00071 
00074    virtual bool isPseudoAggregate() const { return true; }
00075 
00078    virtual DtString type() const;
00079 
00083    static DtSimPseudoAggregateLocalEntityNetInterface * 
00084       isPseudoAggregateLocalEntityNetInterface(const DtSimObjectNetInterface * 
00085       objNetInterface);
00086 
00087    static DtSimObjectNetInterface * creator(const DtString& name, 
00088       DtVrfObject* vrfObject, 
00089       DtReaderWriterRegistry * parentRegistry,
00090       bool publishObject);
00091 
00092 protected:
00093 
00094 };
00095 
00096 #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)