VR-Forces 4.2 Class Documentation
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfSubordinateList Class Reference

class DtIfSubordinateList: More...

Inheritance diagram for DtIfSubordinateList:
Inheritance graph
[legend]

Public Member Functions

 DtIfSubordinateList ()
 default constructor
virtual ~DtIfSubordinateList ()
 destructor
 DtIfSubordinateList (const DtIfSubordinateList &orig)
 copy constructor
DtIfSubordinateListoperator= (const DtIfSubordinateList &orig)
 assignment operator
virtual DtSimInterfaceContentclone () const
 Returns a newly created instance of a DtIfSubordinateList.
virtual int type () const
 Returns the string type of message, DtSubordinateListMessageType (defined in msgTypes.h).
virtual unsigned long requestId () const
 Set/get the request Id for the message.
virtual void setRequestId (unsigned long requestId)
virtual void setEntityId (const DtEntityIdentifier &id)
 Set/get the entity id of the vrf object to query.
virtual const DtEntityIdentifier & entityId () const
virtual void setSubordinateObjects (const DtSubordinateObjectsList &subordinateObjects)
 Set/get the subordinate objects list.
virtual const
DtSubordinateObjectsList
subordinateObjects () const
virtual int netRepSize () const
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
virtual bool setToNet ()
virtual void printDataToString (DtString &str)

Static Public Member Functions

static DtSimInterfaceContentcreator ()

Protected Attributes

DtU32 myRequestId
DtEntityIdentifier myEntId
DtSubordinateObjectsList mySubordinateObjects

Detailed Description

class DtIfSubordinateList:

DtIfSubordinateList holds the Subordinate entries information of an aggregated entity

Content-Type: DtSubordinateListMessageType

Constructor & Destructor Documentation

DtIfSubordinateList::DtIfSubordinateList ( )

default constructor

virtual DtIfSubordinateList::~DtIfSubordinateList ( )
virtual

destructor

DtIfSubordinateList::DtIfSubordinateList ( const DtIfSubordinateList orig)

copy constructor

Member Function Documentation

DtIfSubordinateList& DtIfSubordinateList::operator= ( const DtIfSubordinateList orig)

assignment operator

virtual DtSimInterfaceContent* DtIfSubordinateList::clone ( ) const
virtual

Returns a newly created instance of a DtIfSubordinateList.

virtual int DtIfSubordinateList::type ( ) const
virtual

Returns the string type of message, DtSubordinateListMessageType (defined in msgTypes.h).

virtual unsigned long DtIfSubordinateList::requestId ( ) const
virtual

Set/get the request Id for the message.

Request Id is used to associate this message with the response message.

virtual void DtIfSubordinateList::setRequestId ( unsigned long  requestId)
virtual
virtual void DtIfSubordinateList::setEntityId ( const DtEntityIdentifier &  id)
virtual

Set/get the entity id of the vrf object to query.

virtual const DtEntityIdentifier& DtIfSubordinateList::entityId ( ) const
virtual
virtual void DtIfSubordinateList::setSubordinateObjects ( const DtSubordinateObjectsList subordinateObjects)
virtual

Set/get the subordinate objects list.

virtual const DtSubordinateObjectsList& DtIfSubordinateList::subordinateObjects ( ) const
virtual
virtual int DtIfSubordinateList::netRepSize ( ) const
virtual
virtual bool DtIfSubordinateList::setFromNet ( const char *  contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtIfSubordinateList::setToNet ( )
virtual
virtual void DtIfSubordinateList::printDataToString ( DtString str)
virtual
static DtSimInterfaceContent* DtIfSubordinateList::creator ( )
static

Member Data Documentation

DtU32 DtIfSubordinateList::myRequestId
protected
DtEntityIdentifier DtIfSubordinateList::myEntId
protected
DtSubordinateObjectsList DtIfSubordinateList::mySubordinateObjects
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)