farm-ng-core
|
Public Member Functions | |
InputTestComponent (Context const &ctx) | |
![]() | |
template<class TDerived > | |
Component (Context const &ctx, std::string scheme, TDerived *, std::string const &path) | |
Default constructor of a context, it gets its own io_context . More... | |
virtual | ~Component ()=default |
Virtual destructor for component derived classes. More... | |
Context | getContext () const |
Returns the owned Context by the component. More... | |
ContextStrand | getContextStrand () const |
Returns the owned ContextStrand by the component. More... | |
const Uri & | uri () const |
Returns the unique uri of the component instance. More... | |
Public Attributes | |
Input< int > | in_int |
int | aaa = 1 |
Additional Inherited Members | |
![]() | |
virtual void | onReset (Void const &) |
Placeholder for a component reset callback. More... | |
|
inline |
int InputTestComponent::aaa = 1 |
Input<int> InputTestComponent::in_int |