VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/envNetIface.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2000 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: envNetIface.h,v $ $Revision: 1.8 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef DtSimEnvironmentalNetInterface_H_
00020 #define DtSimEnvironmentalNetInterface_H_
00021 
00022 #include "vrfobjcore/netIface.h"
00023 
00024 class DtControlObjectRepository;
00025 
00033 #include "vrfobjcore/vrfobjcoreDefines.h"
00034 class DT_DLL_vrfobjcore DtSimEnvironmentalNetInterface : public DtSimObjectNetInterface
00035 {
00036 protected:
00038    DtSimEnvironmentalNetInterface();
00039 
00040 public:
00041 
00043    DtSimEnvironmentalNetInterface(const DtString& name, DtVrfObject* simObject,
00044       DtReaderWriterRegistry* parentRegistry = 0,
00045       bool publishObject = true);
00046 
00048    DtSimEnvironmentalNetInterface(const DtSimEnvironmentalNetInterface& orig, 
00049       DtReaderWriterRegistry* parentRegistry = 0);
00050 
00052    const DtSimEnvironmentalNetInterface& operator=(
00053       const DtSimEnvironmentalNetInterface& orig);
00054 
00056    virtual ~DtSimEnvironmentalNetInterface();
00057 
00059    virtual bool init();
00060 
00061    virtual DtControlObjectRepository* environmentalNetworkState() const;
00062 
00063    virtual bool isEntity() const { return false; }
00064    virtual bool isEnvironmental() const {return true; }
00065 
00069    static DtSimEnvironmentalNetInterface* isEnvironmentalNetInterface(
00070       const DtSimObjectNetInterface* objNetInterface);
00071 };
00072 
00073 #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)