ObjectClass Class Reference

OMT object class. More...

#include <ObjectClass.hh>

Inheritance diagram for ObjectClass:

Inheritance graph
[legend]

List of all members.

Public Types

typedef ObjectClassHandle handle_t
 The type of the handle of this class.
typedef ObjectClassNotDefined ObjectNotDefinedException
 The type of the exception to when such object is not found.
typedef std::list
< ObjectClassAttribute * > 
AttributeList_t
 The type fot the attribute list.

Public Member Functions

 ObjectClass (const std::string name, ObjectClassHandle handle)
 Create an objectClass.
 ~ObjectClass ()
 Destroy an object class.
void display () const
 Print the ObjectClasses tree to the standard output.
ObjectClassHandle getHandle () const
 Get the handle for this object class.
ObjectClassHandle getSuperclass () const
 Get the super class handle.
void addSubClass (ObjectClass *child)
 Add a subclass to this object class.
ObjectClassgetSubClassByName (const std::string subClassName)
 Retrieve a sub class by its name.
ObjectClassSetgetSubClasses ()
 Get the whole set of subclasses.
void checkFederateAccess (FederateHandle, const char *) throw (SecurityError)
SecurityLevelID getSecurityLevelId () const
void setSecurityLevelId (SecurityLevelID newLevelID) throw (SecurityError)
AttributeHandle addAttribute (ObjectClassAttribute *the_attribute, bool is_inherited=false)
 To be used only by CRead, it returns the new Attribute's Handle.
void publish (FederateHandle theFederateHandle, std::vector< AttributeHandle > &theAttributeList, UShort theListSize, bool PubOrUnpub) throw (AttributeNotDefined, RTIinternalError, SecurityError)
 publish.
bool subscribe (FederateHandle, std::vector< AttributeHandle > &, int, const RTIRegion *) throw (AttributeNotDefined, RTIinternalError, SecurityError)
 Subscribes a federate to some of this class attributes, with a particular region.
void unsubscribe (FederateHandle, const RTIRegion *)
 Unsubscribe this federate/region pair.
void unsubscribe (FederateHandle)
 Unsubscribe this federate, for all regions currently subscribed.
ObjectClassBroadcastListnegotiatedAttributeOwnershipDivestiture (FederateHandle theFederateHandle, ObjectHandle theObjectHandle, std::vector< AttributeHandle > &theAttributeList, UShort theListSize, const char *theTag) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, AttributeAlreadyBeingDivested, RTIinternalError)
 negotiatedAttributeOwnershipDivestiture.
void attributeOwnershipAcquisitionIfAvailable (FederateHandle theFederateHandle, ObjectHandle theObjectHandle, std::vector< AttributeHandle > &theAttributeList, UShort theListSize) throw (ObjectNotKnown, ObjectClassNotPublished, AttributeNotDefined, AttributeNotPublished, FederateOwnsAttributes, AttributeAlreadyBeingAcquired, RTIinternalError)
 attributeOwnershipAcquisitionIfAvailable.
ObjectClassBroadcastListunconditionalAttributeOwnershipDivestiture (FederateHandle, ObjectHandle theObjectHandle, std::vector< AttributeHandle > &, UShort theListSize) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, RTIinternalError)
 unconditionalAttributeOwnershipDivestiture.
void attributeOwnershipAcquisition (FederateHandle theFederateHandle, ObjectHandle theObjectHandle, std::vector< AttributeHandle > &theAttributeList, UShort theListSize, const char *theTag) throw (ObjectNotKnown, ObjectClassNotPublished, AttributeNotDefined, AttributeNotPublished, FederateOwnsAttributes, RTIinternalError)
 attributeOwnershipAcquisition.
AttributeHandleSetattributeOwnershipReleaseResponse (FederateHandle theFederateHandle, ObjectHandle theObjectHandle, std::vector< AttributeHandle > &theAttributeList, UShort theListSize) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, FederateWasNotAskedToReleaseAttribute, RTIinternalError)
 attributeOwnershipReleaseResponse.
void cancelAttributeOwnershipAcquisition (FederateHandle theFederateHandle, ObjectHandle theObjectHandle, std::vector< AttributeHandle > &theAttributeList, UShort theListSize) throw (ObjectNotKnown, AttributeNotDefined, AttributeAlreadyOwned, AttributeAcquisitionWasNotRequested, RTIinternalError)
 cancelAttributeOwnershipAcquisition.
AttributeHandle getAttributeHandle (const char *theName) const throw (NameNotFound, RTIinternalError)
 getAttributeHandle.
const char * getAttributeName (AttributeHandle theHandle) const throw (AttributeNotDefined, RTIinternalError)
 getAttributeName.
ObjectClassBroadcastListkillFederate (FederateHandle theFederate) throw ()
 killFederate.
ObjectClassAttributegetAttribute (AttributeHandle the_handle) const throw (AttributeNotDefined)
 Get attribute.
ObjectClassBroadcastListdeleteInstance (FederateHandle theFederateHandle, ObjectHandle theObjectHandle, FederationTime theTime, std::string theUserTag) throw (DeletePrivilegeNotHeld, ObjectNotKnown, RTIinternalError)
ObjectClassBroadcastListdeleteInstance (FederateHandle theFederateHandle, ObjectHandle theObjectHandle, std::string theUserTag) throw (DeletePrivilegeNotHeld, ObjectNotKnown, RTIinternalError)
bool isInstanceInClass (ObjectHandle theID)
ObjectClassBroadcastListregisterObjectInstance (FederateHandle, Object *, ObjectClassHandle) throw (ObjectClassNotPublished, ObjectAlreadyRegistered, RTIinternalError)
void broadcastClassMessage (ObjectClassBroadcastList *ocb_list, const Object *=NULL)
ObjectClassBroadcastListupdateAttributeValues (FederateHandle, Object *, std::vector< AttributeHandle > &, std::vector< AttributeValue_t > &, int, FederationTime, const char *) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, RTIinternalError, InvalidObjectHandle)
 update Attribute Values with time.
ObjectClassBroadcastListupdateAttributeValues (FederateHandle, Object *, std::vector< AttributeHandle > &, std::vector< AttributeValue_t > &, int, const char *) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, RTIinternalError, InvalidObjectHandle)
 update Attribute Values without time.
void recursiveDiscovering (FederateHandle, ObjectClassHandle) throw (ObjectClassNotDefined)
 Recursively start discovery of existing objects.
ObjectgetInstanceWithID (ObjectHandle the_id) const throw (ObjectNotKnown)
 Get Object.
AttributeList_t getAttributeList (void)
 Getter for the attribute list of the object class.

Public Attributes

SecurityServerserver
 This Object help to find a TCPLink from a Federate Handle.

Private Member Functions

 ObjectClass ()
void addInheritedClassAttributes (ObjectClass *child)
 Add the class' attributes to the 'Child' Class.
void sendToFederate (NetworkMessage *msg, FederateHandle theFederate)
 sendToFederate.
void sendToOwners (CDiffusion *diffusionList, ObjectHandle theObjectHandle, FederateHandle theFederate, const char *theTag, NetworkMessage::Type type)
 sendToOwners.
void sendMessage (NetworkMessage *msg, FederateHandle theDest)
bool isFederatePublisher (FederateHandle the_federate) const
 Return true if the Federate is publishing any attribute of this class.
bool isSubscribed (FederateHandle) const
 Indicates whether a federate subscribed to this class, with any attribute and any region.
bool sendDiscoverMessages (FederateHandle, ObjectClassHandle)
 Send a "Discover Object" message to a federate for each object of this class, if the federate was not already subscribed.

Private Attributes

ObjectClassHandle handle
FederateHandle maxSubscriberHandle
SecurityLevelID securityLevelId
 greatest subscriber handle
std::list< ObjectClassAttribute * > attributeSet
std::list< Object * > objectSet
ObjectClassHandle superClass
 The super class handle.
ObjectClassSetsubClasses
 The set of object classes sub classes of this object class.
MessageBuffer NM_msgBufSend


Detailed Description

OMT object class.

It also contains:

Definition at line 74 of file ObjectClass.hh.


Member Typedef Documentation

The type of the handle of this class.

Definition at line 81 of file ObjectClass.hh.

typedef ObjectClassNotDefined ObjectNotDefinedException

The type of the exception to when such object is not found.

Definition at line 85 of file ObjectClass.hh.

The type fot the attribute list.

Definition at line 90 of file ObjectClass.hh.


Constructor & Destructor Documentation

ObjectClass ( const std::string  name,
ObjectClassHandle  handle 
)

Create an objectClass.

Parameters:
[in] name the object class name
[in] handle the object class handle value

Definition at line 289 of file ObjectClass.cc.

References ObjectClass::subClasses.

~ObjectClass (  ) 

Destroy an object class.

ObjectClass destructor (frees allocated memory).

Definition at line 298 of file ObjectClass.cc.

References ObjectClass::attributeSet, certi::D, ObjectClass::handle, ObjectClass::objectSet, PrettyDebug::Out(), pdError, and ObjectClass::subClasses.

Here is the call graph for this function:

ObjectClass (  )  [private]


Member Function Documentation

void display (  )  const

ObjectClassHandle getHandle (  )  const

ObjectClassHandle getSuperclass (  )  const [inline]

void addSubClass ( ObjectClass child  ) 

Add a subclass to this object class.

Parameters:
[in] child the new child object class

Definition at line 1773 of file ObjectClass.cc.

References ObjectClassSet::addClass(), ObjectClass::addInheritedClassAttributes(), ObjectClass::handle, ObjectClass::securityLevelId, ObjectClass::server, ObjectClass::setSecurityLevelId(), ObjectClass::subClasses, and ObjectClass::superClass.

Here is the call graph for this function:

ObjectClass* getSubClassByName ( const std::string  subClassName  ) 

Retrieve a sub class by its name.

Parameters:
[in] subClassName the name of the subclass
Returns:
the sub class object class.

ObjectClassSet* getSubClasses (  )  [inline]

Get the whole set of subclasses.

Definition at line 133 of file ObjectClass.hh.

void checkFederateAccess ( FederateHandle  the_federate,
const char *  reason 
) throw (SecurityError)

Throw SecurityError if the Federate is not allowed to access the Object Class, and print an Audit message containing reason.

Definition at line 267 of file ObjectClass.cc.

References SecurityServer::canFederateAccessData(), certi::D, ObjectClass::handle, PrettyDebug::Out(), pdInit, ObjectClass::securityLevelId, and ObjectClass::server.

Referenced by ObjectClass::publish(), and ObjectClass::subscribe().

Here is the call graph for this function:

SecurityLevelID getSecurityLevelId (  )  const [inline]

Definition at line 139 of file ObjectClass.hh.

void setSecurityLevelId ( SecurityLevelID  newLevelID  )  throw (SecurityError)

Definition at line 832 of file ObjectClass.cc.

References SecurityServer::dominates(), ObjectClass::securityLevelId, and ObjectClass::server.

Referenced by ObjectClass::addSubClass().

Here is the call graph for this function:

AttributeHandle addAttribute ( ObjectClassAttribute the_attribute,
bool  is_inherited = false 
)

void publish ( FederateHandle  theFederateHandle,
std::vector< AttributeHandle > &  theAttributeList,
UShort  theListSize,
bool  PubOrUnpub 
) throw (AttributeNotDefined, RTIinternalError, SecurityError)

bool subscribe ( FederateHandle  fed,
std::vector< AttributeHandle > &  attributes,
int  nb_attributes,
const RTIRegion region 
) throw (AttributeNotDefined, RTIinternalError, SecurityError)

Subscribes a federate to some of this class attributes, with a particular region.

Parameters:
fed Federate to subscribe
attributes Begining of the attribute-handle list
nb_attributes Number of attributes in the list
region Subscription region. Use 0 for default region.
Returns:
true if the federate needs to discover objects of this class because of this subscription

Definition at line 851 of file ObjectClass.cc.

References ObjectClass::checkFederateAccess(), certi::D, ObjectClass::getAttribute(), ObjectClass::handle, ObjectClass::isSubscribed(), ObjectClass::maxSubscriberHandle, pdTrace, Subscribable::subscribe(), and ObjectClass::unsubscribe().

Referenced by ObjectClassSet::subscribe().

Here is the call graph for this function:

void unsubscribe ( FederateHandle  fed,
const RTIRegion region 
)

Unsubscribe this federate/region pair.

Definition at line 1745 of file ObjectClass.cc.

References ObjectClass::attributeSet, certi::D, Handled::getHandle(), and pdTrace.

Referenced by ObjectClass::killFederate(), ObjectClass::subscribe(), and Federation::unsubscribeAttributesWR().

Here is the call graph for this function:

void unsubscribe ( FederateHandle  fed  ) 

Unsubscribe this federate, for all regions currently subscribed.

Definition at line 1762 of file ObjectClass.cc.

References ObjectClass::attributeSet.

ObjectClassBroadcastList * negotiatedAttributeOwnershipDivestiture ( FederateHandle  theFederateHandle,
ObjectHandle  theObjectHandle,
std::vector< AttributeHandle > &  theAttributeList,
UShort  theListSize,
const char *  theTag 
) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, AttributeAlreadyBeingDivested, RTIinternalError)

void attributeOwnershipAcquisitionIfAvailable ( FederateHandle  theFederateHandle,
ObjectHandle  theObjectHandle,
std::vector< AttributeHandle > &  theAttributeList,
UShort  theListSize 
) throw (ObjectNotKnown, ObjectClassNotPublished, AttributeNotDefined, AttributeNotPublished, FederateOwnsAttributes, AttributeAlreadyBeingAcquired, RTIinternalError)

ObjectClassBroadcastList * unconditionalAttributeOwnershipDivestiture ( FederateHandle  theFederateHandle,
ObjectHandle  theObjectHandle,
std::vector< AttributeHandle > &  theAttributeList,
UShort  theListSize 
) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, RTIinternalError)

void attributeOwnershipAcquisition ( FederateHandle  theFederateHandle,
ObjectHandle  theObjectHandle,
std::vector< AttributeHandle > &  theAttributeList,
UShort  theListSize,
const char *  theTag 
) throw (ObjectNotKnown, ObjectClassNotPublished, AttributeNotDefined, AttributeNotPublished, FederateOwnsAttributes, RTIinternalError)

AttributeHandleSet * attributeOwnershipReleaseResponse ( FederateHandle  theFederateHandle,
ObjectHandle  theObjectHandle,
std::vector< AttributeHandle > &  theAttributeList,
UShort  theListSize 
) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, FederateWasNotAskedToReleaseAttribute, RTIinternalError)

void cancelAttributeOwnershipAcquisition ( FederateHandle  theFederateHandle,
ObjectHandle  theObjectHandle,
std::vector< AttributeHandle > &  theAttributeList,
UShort  theListSize 
) throw (ObjectNotKnown, AttributeNotDefined, AttributeAlreadyOwned, AttributeAcquisitionWasNotRequested, RTIinternalError)

AttributeHandle getAttributeHandle ( const char *  theName  )  const throw (NameNotFound, RTIinternalError)

getAttributeHandle.

Definition at line 486 of file ObjectClass.cc.

References ObjectClass::attributeSet, certi::D, certi::G, ObjectClass::handle, PrettyDebug::Out(), pdExcept, and pdGendoc.

Referenced by ObjectClassSet::getAttributeHandle().

Here is the call graph for this function:

const char * getAttributeName ( AttributeHandle  theHandle  )  const throw (AttributeNotDefined, RTIinternalError)

getAttributeName.

Definition at line 508 of file ObjectClass.cc.

References ObjectClass::getAttribute(), and Named::getCName().

Referenced by ObjectClassSet::getAttributeName().

Here is the call graph for this function:

ObjectClassBroadcastList * killFederate ( FederateHandle  theFederate  )  throw ()

ObjectClassAttribute * getAttribute ( AttributeHandle  the_handle  )  const throw (AttributeNotDefined)

ObjectClassBroadcastList * deleteInstance ( FederateHandle  theFederateHandle,
ObjectHandle  theObjectHandle,
FederationTime  theTime,
std::string  theUserTag 
) throw (DeletePrivilegeNotHeld, ObjectNotKnown, RTIinternalError)

ObjectClassBroadcastList * deleteInstance ( FederateHandle  theFederateHandle,
ObjectHandle  theObjectHandle,
std::string  theUserTag 
) throw (DeletePrivilegeNotHeld, ObjectNotKnown, RTIinternalError)

bool isInstanceInClass ( ObjectHandle  theID  ) 

Return 'true' if the object instance designated by 'theID' is present in that class.

Definition at line 597 of file ObjectClass.cc.

References ObjectClass::getInstanceWithID().

Referenced by ObjectClass::registerObjectInstance().

Here is the call graph for this function:

ObjectClassBroadcastList * registerObjectInstance ( FederateHandle  the_federate,
Object the_object,
ObjectClassHandle  classHandle 
) throw (ObjectClassNotPublished, ObjectAlreadyRegistered, RTIinternalError)

Register a new object instance, and start to broadcast the DiscoverObject Message to class subscribers. Return a Broadcast List of Federates, in order to allow our ObjectClassSet to go on with the message broadcasting, by giving the list to our parent class.

Definition at line 704 of file ObjectClass.cc.

References ObjectClass::attributeSet, ObjectClass::broadcastClassMessage(), certi::D, certi::e_NO_EXCEPTION, NetworkMessage::federate, SecurityServer::federation(), NetworkMessage::federation, ObjectClass::handle, ObjectClass::isFederatePublisher(), ObjectClass::isInstanceInClass(), NetworkMessage::object, NetworkMessage::objectClass, ObjectClass::objectSet, PrettyDebug::Out(), pdExcept, pdRegister, pdTrace, ObjectClass::server, NetworkMessage::setLabel(), and ObjectAttribute::setOwner().

Referenced by ObjectClassSet::registerObjectInstance().

Here is the call graph for this function:

void broadcastClassMessage ( ObjectClassBroadcastList ocbList,
const Object source = NULL 
)

Take a Broadcast List and continue to send messages. You should take a look at ObjectClassSet::RegisterObject to understand what is going on...

Definition at line 116 of file ObjectClass.cc.

References ObjectClassBroadcastList::addFederate(), ObjectClass::attributeSet, certi::D, NetworkMessage::DISCOVER_OBJECT, NetworkMessage::federate, certi::fedparser::federate, certi::G, Object::getAttribute(), ObjectClass::getAttribute(), Handled::getHandle(), ObjectAttribute::getRegion(), NetworkMessage::getType(), ObjectClass::handle, NetworkMessage::handleArray, NetworkMessage::handleArraySize, ObjectClass::isSubscribed(), ObjectClass::maxSubscriberHandle, ObjectClassBroadcastList::message, NetworkMessage::objectClass, PrettyDebug::Out(), pdGendoc, pdTrace, NetworkMessage::REFLECT_ATTRIBUTE_VALUES, NetworkMessage::REMOVE_OBJECT, NetworkMessage::removeAttribute(), NetworkMessage::REQUEST_ATTRIBUTE_OWNERSHIP_ASSUMPTION, ObjectClassBroadcastList::sendPendingMessage(), and ObjectClass::server.

Referenced by ObjectClass::deleteInstance(), ObjectClassSet::deleteObject(), ObjectClassSet::negotiatedAttributeOwnershipDivestiture(), ObjectClass::negotiatedAttributeOwnershipDivestiture(), ObjectClassSet::registerObjectInstance(), ObjectClass::registerObjectInstance(), ObjectClassSet::unconditionalAttributeOwnershipDivestiture(), ObjectClass::unconditionalAttributeOwnershipDivestiture(), ObjectClassSet::updateAttributeValues(), and ObjectClass::updateAttributeValues().

Here is the call graph for this function:

ObjectClassBroadcastList * updateAttributeValues ( FederateHandle  the_federate,
Object object,
std::vector< AttributeHandle > &  the_attributes,
std::vector< AttributeValue_t > &  the_values,
int  the_size,
FederationTime  the_time,
const char *  the_tag 
) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, RTIinternalError, InvalidObjectHandle)

ObjectClassBroadcastList * updateAttributeValues ( FederateHandle  the_federate,
Object object,
std::vector< AttributeHandle > &  the_attributes,
std::vector< AttributeValue_t > &  the_values,
int  the_size,
const char *  the_tag 
) throw (ObjectNotKnown, AttributeNotDefined, AttributeNotOwned, RTIinternalError, InvalidObjectHandle)

void recursiveDiscovering ( FederateHandle  federate,
ObjectClassHandle  subscription 
) throw (ObjectClassNotDefined)

Recursively start discovery of existing objects.

Parameters:
federate FederateHandle to send the discovery message to
subscription ObjectClassHandle of the class actually subscribed by the federate

Definition at line 1796 of file ObjectClass.cc.

References TreeNamedAndHandledSet::begin(), certi::D, TreeNamedAndHandledSet::end(), certi::fedparser::federate, ObjectClass::handle, pdInit, ObjectClass::sendDiscoverMessages(), and ObjectClass::subClasses.

Referenced by ObjectClassSet::subscribe().

Here is the call graph for this function:

Object * getInstanceWithID ( ObjectHandle  the_id  )  const throw (ObjectNotKnown)

ObjectClass::AttributeList_t getAttributeList ( void   ) 

Getter for the attribute list of the object class.

Apply a visitor object to the class hierarchy.

param[out] AttributeList_t

See also:
ObjectClass::AttributeList_t
Parameters:
v Visitor, its execute() function is called with current object, and is expected to return 'true' if the process should continue on subclasses

Definition at line 1832 of file ObjectClass.cc.

References ObjectClass::attributeSet.

Referenced by Federation::subscribeObject().

void addInheritedClassAttributes ( ObjectClass child  )  [private]

Add the class' attributes to the 'Child' Class.

Definition at line 87 of file ObjectClass.cc.

References ObjectClass::addAttribute(), ObjectClass::attributeSet, certi::D, ObjectClassAttribute::getHandle(), ObjectClass::getHandle(), ObjectClass::handle, PrettyDebug::Out(), and pdProtocol.

Referenced by ObjectClass::addSubClass().

Here is the call graph for this function:

void sendToFederate ( NetworkMessage msg,
FederateHandle  theFederate 
) [private]

void sendToOwners ( CDiffusion diffusionList,
ObjectHandle  theObjectHandle,
FederateHandle  theFederate,
const char *  theTag,
NetworkMessage::Type  type 
) [private]

void sendMessage ( NetworkMessage msg,
FederateHandle  theDest 
) [private]

bool isFederatePublisher ( FederateHandle  the_federate  )  const [private]

Return true if the Federate is publishing any attribute of this class.

Definition at line 563 of file ObjectClass.cc.

References ObjectClass::attributeSet, certi::D, PrettyDebug::Out(), and pdRegister.

Referenced by ObjectClass::attributeOwnershipAcquisition(), ObjectClass::attributeOwnershipAcquisitionIfAvailable(), ObjectClass::killFederate(), and ObjectClass::registerObjectInstance().

Here is the call graph for this function:

bool isSubscribed ( FederateHandle  fed  )  const [private]

Indicates whether a federate subscribed to this class, with any attribute and any region.

Parameters:
fed federate to check for subscription
Returns:
true if the federate is subscribed

Definition at line 582 of file ObjectClass.cc.

References ObjectClass::attributeSet.

Referenced by ObjectClass::broadcastClassMessage(), ObjectClass::killFederate(), ObjectClass::sendDiscoverMessages(), and ObjectClass::subscribe().

bool sendDiscoverMessages ( FederateHandle  federate,
ObjectClassHandle  super_handle 
) [private]

Send a "Discover Object" message to a federate for each object of this class, if the federate was not already subscribed.

Subclass objects are not considered. Objects may actually be of a superclass.

Parameters:
federate Federate to send discovery messages to
super_handle Handle of the class of objects to be discovered
Returns:
true if the process should be applied to subclasses too

Definition at line 787 of file ObjectClass.cc.

References certi::D, certi::e_NO_EXCEPTION, NetworkMessage::federate, SecurityServer::federation(), NetworkMessage::federation, NetworkMessage::getLabel(), SecurityServer::getSocketLink(), ObjectClass::handle, ObjectClass::isSubscribed(), ObjectClass::NM_msgBufSend, NetworkMessage::object, NetworkMessage::objectClass, ObjectClass::objectSet, PrettyDebug::Out(), pdExcept, pdInit, NetworkMessage::send(), ObjectClass::server, and NetworkMessage::setLabel().

Referenced by ObjectClass::recursiveDiscovering().

Here is the call graph for this function:


Member Data Documentation

Definition at line 312 of file ObjectClass.hh.

Referenced by ObjectClass::broadcastClassMessage(), and ObjectClass::subscribe().

greatest subscriber handle

The security level ID attached to this object class. default level for non inherited attributes.

Definition at line 317 of file ObjectClass.hh.

Referenced by ObjectClass::addAttribute(), ObjectClass::addSubClass(), ObjectClass::checkFederateAccess(), ObjectClass::display(), and ObjectClass::setSecurityLevelId().

std::list<ObjectClassAttribute *> attributeSet [private]

std::list<Object *> objectSet [private]

The super class handle.

0 if they aren't any.

Definition at line 324 of file ObjectClass.hh.

Referenced by ObjectClass::addSubClass(), and ObjectClass::display().

The set of object classes sub classes of this object class.

Definition at line 328 of file ObjectClass.hh.

Referenced by ObjectClass::addSubClass(), ObjectClass::display(), ObjectClass::ObjectClass(), ObjectClass::recursiveDiscovering(), and ObjectClass::~ObjectClass().


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

Generated on Thu Apr 30 15:58:05 2009 for CERTIDeveloperDocumentation by doxygen 1.5.5