#include <Timing.h>
Public Attributes | |
std::string | domain_ |
timing domain of the selector | |
std::string | criterion_ |
multiplexing criterion of the selector | |
std::string | value_ |
value of the selector |
Definition at line 19 of file Timing.h.
std::string fesa::CycleSelector::criterion_ |
multiplexing criterion of the selector
Definition at line 30 of file Timing.h.
Referenced by fesa::SynchronizationFactory::createExtendedMultiplexingManager(), fesa::MultiplexingContext::setExtraCondition(), and fesa::Property::validateCycleSelector().
std::string fesa::CycleSelector::domain_ |
timing domain of the selector
Definition at line 25 of file Timing.h.
Referenced by fesa::SynchronizationFactory::createExtendedMultiplexingManager(), fesa::MultiplexingContext::setExtraCondition(), and fesa::Property::validateCycleSelector().
std::string fesa::CycleSelector::value_ |