The MAUVE Toolchain
|
Public Member Functions | |
WriteService (std::string const &name) | |
WriteService (const WriteService< T > &other)=delete | |
connection_type | get_type () const overridefinal |
void | operator() (T value) const |
virtual void | write (T value) 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. | |