|  | RTXI  2.4 The Real-Time eXperiment Interface Documentation | 
Go to the documentation of this file. 159  void setValue(
size_t index,
double value);
  168  void setComment(
size_t index,std::string comment);
  199  std::string description;
  203  std::vector<var_t> parameter;
  204  std::vector<var_t> state;
  205  std::vector<var_t> event;
  210  std::string description;
  214  std::vector<comment_t> comment;
  259  Manager(
const Manager &) {};
  260  Manager &operator=(
const Manager &)
  265  static Manager *instance;
  271  std::list<Instance *> instanceList;
  277 #endif // WORKSPACE_H  std::string getDescription(IO::flags_t type, size_t index) const
Instance(std::string name, variable_t *variables, size_t size)
size_t getCount(IO::flags_t type) const
std::string getValueString(IO::flags_t type, size_t index) const
double getValue(IO::flags_t type, size_t index) const
double * getData(IO::flags_t type, size_t index)
std::string getName(void) const
Internal Control Oriented Classes.
void foreachWorkspace(void(*callback)(Instance *, void *), void *param)
void setValue(size_t index, double value)
void setData(IO::flags_t type, size_t index, double *value)
static Manager * getInstance(void)
void setComment(size_t index, std::string comment)