|
|
using | interface_type = Gizmo |
| |
|
|
| GizmoClient (std::string name, std::shared_ptr< grpc::Channel > channel) |
| |
| bool | do_one (std::string arg1) override |
| |
| bool | do_one_client_stream (std::vector< std::string > arg1) override |
| |
| std::vector< bool > | do_one_server_stream (std::string arg1) override |
| |
| std::vector< bool > | do_one_bidi_stream (std::vector< std::string > arg1) override |
| |
| std::string | do_two (bool arg1) override |
| |
| API | api () const override |
| | Returns the API associated with a particular resource.
|
| |
| Name | get_resource_name () const override |
| | Returns the Name for a particular resource.
|
| |
|
| Resource (std::string name) |
| |
|
virtual std::string | name () const |
| | Return the resource's name.
|
| |
|
void | set_log_level (log_level) const |
| | Set the log level for log messages originating from this Resource.
|
| |
|
|
| Gizmo (std::string name) |
| |
|
| Component (std::string name) |
| |
|
Name | get_resource_name (const std::string &type) const |
| |
|
LogSource | logger_ |
| |
◆ do_one()
| bool GizmoClient::do_one |
( |
std::string | arg1 | ) |
|
|
overridevirtual |
◆ do_one_bidi_stream()
| std::vector< bool > GizmoClient::do_one_bidi_stream |
( |
std::vector< std::string > | arg1 | ) |
|
|
overridevirtual |
◆ do_one_client_stream()
| bool GizmoClient::do_one_client_stream |
( |
std::vector< std::string > | arg1 | ) |
|
|
overridevirtual |
◆ do_one_server_stream()
| std::vector< bool > GizmoClient::do_one_server_stream |
( |
std::string | arg1 | ) |
|
|
overridevirtual |
◆ do_two()
| std::string GizmoClient::do_two |
( |
bool | arg1 | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file:
- src/viam/examples/modules/complex/gizmo/api.hpp