The MAUVE Toolchain
|
Public Member Functions | |
ReadService (std::string const &name) | |
ReadService (const ReadService< T > &other)=delete | |
connection_type | get_type () const overridefinal |
T | operator() () const |
virtual T | read () const =0 |
![]() | |
Service (std::string const &name) | |
Constructor. | |
Service (const Service &other)=delete | |
Constructor. | |
virtual std::string | get_resource_name () const =0 |
std::string | type_name () const |
Service type name. | |
Additional Inherited Members | |
![]() | |
const std::string | name |
Service name. | |