Viam C++ SDK current
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
viam::sdk::GenericService Class Referenceabstract

A GenericService represents any service that can execute arbitrary commands. More...

#include "services/generic/generic.hpp"

+ Inheritance diagram for viam::sdk::GenericService:

Public Member Functions

virtual AttributeMap do_command (const AttributeMap &command)=0
 Send/receive arbitrary commands to the resource.
 
API api () const override
 Creates a GenericService API.
 
- Public Member Functions inherited from viam::sdk::Service
viam::common::v1::ResourceName get_resource_name (std::string name) const override
 Returns a ResourceName for a particular resource name.
 
- Public Member Functions inherited from viam::sdk::Resource
 Resource (std::string name)
 
virtual std::string name () const
 Return the resource's name.
 

Protected Member Functions

 GenericService (std::string name)
 
- Protected Member Functions inherited from viam::sdk::Service
 Service (std::string name)
 

Detailed Description

A GenericService represents any service that can execute arbitrary commands.

This acts as an abstract base class to be inherited from by any drivers representing specific generic service implementations. This class cannot be used on its own.

Member Function Documentation

◆ api()

API viam::sdk::GenericService::api ( ) const
overridevirtual

Creates a GenericService API.

Implements viam::sdk::Resource.

◆ do_command()

virtual AttributeMap viam::sdk::GenericService::do_command ( const AttributeMap & command)
pure virtual

Send/receive arbitrary commands to the resource.

Parameters
commandthe command to execute.
Returns
The result of the executed command.

Implemented in viam::sdk::impl::GenericServiceClient.


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