Viam C++ SDK current
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
viam::sdk::Stoppable Class Referenceabstract
+ Inheritance diagram for viam::sdk::Stoppable:

Public Member Functions

virtual void stop (const AttributeMap &extra)=0
 Stops a resource from running.
 
void stop ()
 Stops a resource from running.
 

Static Public Member Functions

static void stop_if_stoppable (const std::shared_ptr< Resource > &resource, const AttributeMap &extra)
 Stops a Resource if it is Stoppable.
 
static void stop_if_stoppable (const std::shared_ptr< Resource > &resource)
 Stops a Resource if it is Stoppable.
 

Member Function Documentation

◆ stop()

virtual void viam::sdk::Stoppable::stop ( const AttributeMap & extra)
pure virtual

Stops a resource from running.

Parameters
extraExtra arguments to pass to the resource's stop method.

Implemented in MyBase, viam::sdk::impl::BaseClient, viam::sdk::impl::MotorClient, and viam::sdk::impl::ServoClient.

◆ stop_if_stoppable() [1/2]

static void viam::sdk::Stoppable::stop_if_stoppable ( const std::shared_ptr< Resource > & resource)
inlinestatic

Stops a Resource if it is Stoppable.

Parameters
resourceThe Resource to stop.

◆ stop_if_stoppable() [2/2]

static void viam::sdk::Stoppable::stop_if_stoppable ( const std::shared_ptr< Resource > & resource,
const AttributeMap & extra )
static

Stops a Resource if it is Stoppable.

Parameters
resourceThe Resource to stop.
extraExtra arguments to pass to the resource's stop method.

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