Cheetah Software  1.0
ControlParameterInterface.h File Reference

Types to allow remote access of control parameters, for use with LCM/Shared memory. More...

#include <map>
#include "ControlParameters.h"
+ Include dependency graph for ControlParameterInterface.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ControlParameterRequest
 
struct  ControlParameterResponse
 

Enumerations

enum  ControlParameterRequestKind { ControlParameterRequestKind::GET_ROBOT_PARAM_BY_NAME, ControlParameterRequestKind::SET_ROBOT_PARAM_BY_NAME, ControlParameterRequestKind::GET_USER_PARAM_BY_NAME, ControlParameterRequestKind::SET_USER_PARAM_BY_NAME }
 

Functions

std::string controlParameterRequestKindToString (ControlParameterRequestKind request)
 

Detailed Description

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.

Enumeration Type Documentation

Function Documentation

std::string controlParameterRequestKindToString ( ControlParameterRequestKind  request)