Cheetah Software  1.0
ControlParameterInterface.cpp
Go to the documentation of this file.
2 
5  switch (request) {
7  return "get user";
9  return "set user";
11  return "get robot";
13  return "set robot";
14  default:
15  return "unknown";
16  }
17 }
std::string controlParameterRequestKindToString(ControlParameterRequestKind request)
ControlParameterRequestKind
Types to allow remote access of control parameters, for use with LCM/Shared memory.