AceSmartSoft API Documentation
|
#include <smartWiring.hh>
Public Member Functions | |
WiringHandler (WiringSlave *slave) | |
Constructor. More... | |
virtual | ~WiringHandler ()=default |
Destructor. More... | |
virtual void | handleQuery (IQueryServer &server, const Smart::QueryIdPtr &id, const SmartCommWiring &request) |
handle query method of query handler class More... | |
![]() | |
virtual | ~QueryServerHandler ()=default |
Additional Inherited Members | |
![]() | |
using | IQueryServer = Smart::IQueryServerPattern< SmartCommWiring, SmartCommWiring > |
this Alias simplifies usage in the handleQuery method More... | |
Handler for slave part of wiring pattern.
The wiring handler is called by the internally used query pattern and connects / disconnects a port with a server.
SmartACE::WiringHandler::WiringHandler | ( | WiringSlave * | slave | ) |
Constructor.
slave | WiringSlave needed to access it from the handler |
|
virtualdefault |
Destructor.
|
virtual |
handle query method of query handler class
Implements SmartACE::QueryServerHandler< SmartCommWiring, SmartCommWiring >.