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

The CuikSuite Project

Tconstants Struct Reference

A table of constants. More...

#include <constants.h>

Collaboration diagram for Tconstants:

Data Fields

unsigned int max_constants
unsigned int n
Tconstantcts

Detailed Description

Holds the information about a set of constants.

This is basically a vector and is not implemented using the generic Tvector just for legacy reasons (Tconstants was implemented much before that the generic vector).

See also:
constants.h constants.c Tconstant Tvector

Definition at line 53 of file constants.h.


Field Documentation

Maximum number of constants in the set

Definition at line 54 of file constants.h.

Referenced by AddConstant(), and InitConstants().

unsigned int Tconstants::n

Current number of constants in the set

Definition at line 55 of file constants.h.

Referenced by AddConstant(), DeleteConstants(), InitConstants(), NConstants(), and PrintConstants().

Pointers to the constants stored in the set

Definition at line 56 of file constants.h.

Referenced by AddConstant(), DeleteConstants(), GetConstantValue(), GetConstantWithName(), InitConstants(), and PrintConstants().


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