Cheetah Software
1.0
|
Types to allow remote access of control parameters, for use with LCM/Shared memory. More...
Go to the source code of this file.
Classes | |
struct | ControlParameterRequest |
struct | ControlParameterResponse |
Functions | |
std::string | controlParameterRequestKindToString (ControlParameterRequestKind request) |
Types to allow remote access of control parameters, for use with LCM/Shared memory.
There are response/request messages. The robot receives request messages and responds with response messages The request messages either request setting a parameter or getting a parameter
Definition in file ControlParameterInterface.h.
|
strong |
Enumerator | |
---|---|
GET_ROBOT_PARAM_BY_NAME | |
SET_ROBOT_PARAM_BY_NAME | |
GET_USER_PARAM_BY_NAME | |
SET_USER_PARAM_BY_NAME |
Definition at line 16 of file ControlParameterInterface.h.
std::string controlParameterRequestKindToString | ( | ControlParameterRequestKind | request | ) |
Definition at line 3 of file ControlParameterInterface.cpp.
References GET_ROBOT_PARAM_BY_NAME, GET_USER_PARAM_BY_NAME, SET_ROBOT_PARAM_BY_NAME, and SET_USER_PARAM_BY_NAME.