|
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... | |
Public Member Functions inherited from SmartACE::QueryServerHandler< SmartCommWiring, SmartCommWiring > | |
| virtual | ~QueryServerHandler ()=default |
Additional Inherited Members | |
Public Types inherited from SmartACE::QueryServerHandler< SmartCommWiring, SmartCommWiring > | |
| 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 >.
1.8.13