Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::cyber::PyParameterClient Class Reference

#include <py_parameter.h>

Collaboration diagram for apollo::cyber::PyParameterClient:
Collaboration graph

Public Member Functions

 PyParameterClient (const std::shared_ptr< Node > &node, const std::string &service_node_name)
 
bool set_parameter (const Parameter &parameter)
 
bool get_parameter (const std::string &param_name, Parameter *parameter)
 
bool list_parameters (std::vector< Parameter > *parameters)
 

Constructor & Destructor Documentation

◆ PyParameterClient()

apollo::cyber::PyParameterClient::PyParameterClient ( const std::shared_ptr< Node > &  node,
const std::string &  service_node_name 
)
inline

Member Function Documentation

◆ get_parameter()

bool apollo::cyber::PyParameterClient::get_parameter ( const std::string &  param_name,
Parameter parameter 
)
inline

◆ list_parameters()

bool apollo::cyber::PyParameterClient::list_parameters ( std::vector< Parameter > *  parameters)
inline

◆ set_parameter()

bool apollo::cyber::PyParameterClient::set_parameter ( const Parameter parameter)
inline

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