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

Defines a resource's namespace (e.g., RDK) and type (e.g., component or service). More...

#include <resource_api.hpp>

+ Inheritance diagram for viam::sdk::APIType:

Public Member Functions

 APIType (std::string namespace_, std::string resource_type)
 
virtual std::string to_string () const
 
const std::string & type_namespace () const
 
const std::string & resource_type () const
 
void set_namespace (const std::string &type_namespace)
 
void set_resource_type (const std::string &resource_type)
 

Detailed Description

Defines a resource's namespace (e.g., RDK) and type (e.g., component or service).


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