#include <_vhdProperty.h>
Inheritance diagram for vhdProperty:
typedef std::map< vhtInt, _PriorityLevelRef, _PriorityLevelMapLess<vhtInt> > vhdProperty::_PriorityLevelMap [private] |
vhdProperty::~_AccessScheduler | ( | ) |
vhdProperty::vhdCLASS_DECLARATION | ( | _PriorityLevel | ) | [private] |
vhdProperty::_AccessScheduler | ( | vhdIClockRef | baseClock | ) |
vhtBool vhdProperty::hasCandidatingObserverProfiles | ( | ) |
vhtBool vhdProperty::hasCandidatingObserverProfile | ( | _ObserverProfileRef | observerProfile | ) |
void vhdProperty::addCandidatingObserverProfile | ( | _ObserverProfileRef | observerProfile | ) |
void vhdProperty::removeCandidatingObserverProfile | ( | _ObserverProfileRef | observerProfile | ) |
vhtBool vhdProperty::hasObservingObserverProfiles | ( | ) |
vhtBool vhdProperty::hasObservingObserverProfile | ( | _ObserverProfileRef | observerProfile | ) |
void vhdProperty::addObservingObserverProfile | ( | _ObserverProfileRef | observerProfile | ) |
void vhdProperty::removeObservingObserverProfile | ( | _ObserverProfileRef | observerProfile | ) |
_ControllerProfileRef vhdProperty::getCandidatingControllerProfile | ( | ) | [inline] |
void vhdProperty::setCandidatingControllerProfile | ( | _ControllerProfileRef | profile | ) | [inline] |
_ControllerProfileRef vhdProperty::getControllingControllerProfile | ( | ) | [inline] |
void vhdProperty::setControllingControllerProfile | ( | _ControllerProfileRef | profile | ) | [inline] |
void vhdProperty::removeControllerProfileFromPriorityLevel | ( | _ControllerProfileRef | controllerProfile, | |
vhtInt | priorityLevel | |||
) |
void vhdProperty::pushFrontControllerProfileToPriorityLevel | ( | _ControllerProfileRef | controllerProfile, | |
vhtInt | priorityLevel | |||
) |
void vhdProperty::pushBackControllerProfileToPriorityLevel | ( | _ControllerProfileRef | controllerProfile, | |
vhtInt | priorityLevel | |||
) |
vhtSize32 vhdProperty::countControllerProfilesInFrontOf | ( | _ControllerProfileRef | controllerProfile | ) |
vhtSize32 vhdProperty::countSignedInControllerProfilesInFrontOf | ( | _ControllerProfileRef | controllerProfile | ) |
_ControllerProfileRef vhdProperty::getForemostControllerProfile | ( | ) |
_ControllerProfileRef vhdProperty::getForemostSignedInControllerProfile | ( | ) |
void vhdProperty::nextCandidatingObserverOrControllerProfile | ( | ) |
void vhdProperty::notifyCandidatingObserverProfiles | ( | ) |
void vhdProperty::notifyCandidatingControllerProfile | ( | ) |
vhtSize32 vhdProperty::getInterObservationControlCount | ( | ) | [inline] |
void vhdProperty::incrementInterObservationControlCount | ( | ) | [inline] |
void vhdProperty::resetInterObservationControlCount | ( | ) | [inline] |
vhdProperty::vhdProperty [friend] |
friend class _AccessScheduler [friend] |
vhdPropertyControllerRef vhdProperty::controller [private] |
vhtInt vhdProperty::controllerPriorityLevel [private] |
_PropertySet vhdProperty::controllerPropertySet [private] |
vhtBool vhdProperty::controllerSignedInFlag [private] |
OpenThreads::Condition vhdProperty::condition [private] |
vhdIClockRef vhdProperty::_baseClock [private] |
_ObserverProfileSet vhdProperty::_candidatingObserverProfileSet [private] |
_ObserverProfileSet vhdProperty::_observingObserverProfileSet [private] |
_ControllerProfileRef vhdProperty::_candidatingControllerProfile [private] |
_ControllerProfileRef vhdProperty::_controllingControllerProfile [private] |