farm-ng-core
OutputTestComponent Struct Reference
Inheritance diagram for OutputTestComponent:
Collaboration diagram for OutputTestComponent:

Public Member Functions

 OutputTestComponent (Context const &ctx)
 
- Public Member Functions inherited from farm_ng::Component
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 Uriuri () const
 Returns the unique uri of the component instance. More...
 

Public Attributes

Output< int & > out_int
 

Additional Inherited Members

- Protected Member Functions inherited from farm_ng::Component
virtual void onReset (Void const &)
 Placeholder for a component reset callback. More...
 

Constructor & Destructor Documentation

◆ OutputTestComponent()

OutputTestComponent::OutputTestComponent ( Context const &  ctx)
inline

Member Data Documentation

◆ out_int

Output<int&> OutputTestComponent::out_int

The documentation for this struct was generated from the following file: