The DomainStore class groups common fields which are dependent on the timing domain. More...
#include <DomainStore.h>
Public Member Functions | |
DomainStore () | |
Initializes the common timing-domain-dependent fields. | |
const std::string | getName () |
Public Attributes | |
ConfigFieldString | name |
base field holding the domain store name | |
ConfigFieldString | muxCriterion |
multiplexing criterion of the device | |
ConfigFieldString | timingDomain |
base field holding the device timing-domain |
The DomainStore class groups common fields which are dependent on the timing domain.
Definition at line 19 of file DomainStore.h.
fesa::DomainStore::DomainStore | ( | ) |
Initializes the common timing-domain-dependent fields.
Constructor
Definition at line 8 of file DomainStore.cpp.
const std::string fesa::DomainStore::getName | ( | ) | [inline] |
Definition at line 53 of file DomainStore.h.
References fesa::ConfigFieldString::get(), and name.
multiplexing criterion of the device
Definition at line 43 of file DomainStore.h.
base field holding the domain store name
Definition at line 38 of file DomainStore.h.
Referenced by getName().
base field holding the device timing-domain
Definition at line 49 of file DomainStore.h.