SlotElementBase
template <class Derived> class SlotElementBase : public karabo::data::GenericElement<Derived>
Functions
| Name | Description |
|---|---|
| allowedStates | The allowedStates method serves for setting up allowed states for the element states : A string describing list of possible states. sep : A separator symbol used for parsing previous argument for list of states Return : reference to the Element (to allow method's chaining) |
Function Details
allowedStates
Derived& allowedStates(const std::vector<karabo::data::State>& value)
The allowedStates method serves for setting up allowed states for the element
states
: A string describing list of possible states.
sep
: A separator symbol used for parsing previous argument for list of states
Return : reference to the Element (to allow method's chaining)