![]() |
VR-Forces Developer's Guide
|

Static Public Member Functions | |
| static DtSimEnvironmentalNetInterface * | isEnvironmentalNetInterface (const DtSimObjectNetInterface *objNetInterface) |
Static Public Member Functions inherited from makVrf::DtSimObjectNetInterface | |
| static void | setNonVrfUUIDResolver (DtNonVrfUUIDResolver *) |
| static DtNonVrfUUIDResolver * | nonVrfUUIDResolver () |
| static void | addSimObjectNetInterfaceCreatorFcn (const DtString &type, DtSimObjectNetIfaceCreatorFcn fcn) |
| static void | setFactory (DtSimObjectNetInterfaceFactory *factory) |
| static DtSimObjectNetInterfaceFactory * | factory () |
| static DtSimObjectNetInterface * | createNetInterface (const DtString &type, DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| static int | maxNameLengthForInterfaceType (const DtString &interfaceTypeString) |
| static void | setNonVrfObjectsUUIDScheme (const DtString &) |
| static DtString | nonVrfObjectsUUIDScheme () |
Private Member Functions | |
| DtSimEnvironmentalNetInterface () | |
| DtSimEnvironmentalNetInterface (const DtSimEnvironmentalNetInterface &orig) | |
| const DtSimEnvironmentalNetInterface & | operator= (const DtSimEnvironmentalNetInterface &orig) |
|
private |
default constructor
|
private |
copy constructor
| makVrf::DtSimEnvironmentalNetInterface::DtSimEnvironmentalNetInterface | ( | DtStateData * | simObject, |
| DtVrlinkNetworkInterface * | objMgr, | ||
| bool | publishObject = true |
||
| ) |
read/writable contructor
|
virtual |
destructor
|
private |
assignment operator
|
virtual |
override of base class init(), calls create<...>Record() functions
Reimplemented in makVrf::DtSimRemoteEnvironmentalNetInterface.
|
virtual |
Reimplemented in makVrf::DtSimLocalControlObjectNetInterface.
|
virtual |
|
inlinevirtual |
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces should implement this function to return the appropriate value.
Implements makVrf::DtSimObjectNetInterface.
|
inlinevirtual |
Implements makVrf::DtSimObjectNetInterface.
|
inlinevirtual |
Implements makVrf::DtSimObjectNetInterface.
|
static |
This function will return the objNetInterface passed in, cast to a DtSimEntityNetInterface*, provided the objNetInterface is indeed an entity network interface.