Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

Texpr Struct Reference

Expressions that appear in the constant declarations are either variables (and have and name) or constants (and have a value). More...

#include <readcuiksystemtypes.h>

Data Fields

char * id
double value

Detailed Description

Expressions that appear in the constant declarations are either variables (and have and name) or constants (and have a value).

See also:
readcuiksystem.l, readcuiksystem.y

Definition at line 28 of file readcuiksystemtypes.h.


Field Documentation

char* Texpr::id

If the expression is a variable, we store its name

Definition at line 29 of file readcuiksystemtypes.h.

double Texpr::value

If the expression is constant, we store its value.

Definition at line 30 of file readcuiksystemtypes.h.


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