#include "CH_API.h"Go to the source code of this file.
Classes | |
| class | CH_LocalVariable |
Defines | |
| #define | CH_VARIABLE_NONE 0x0000 |
| #define | CH_VARIABLE_TIME 0x0001 |
| #define | CH_VARIABLE_VALUE 0x0002 |
| #define | CH_VARIABLE_SLOPE 0x0004 |
| #define | CH_VARIABLE_ACCEL 0x0008 |
| #define | CH_VARIABLE_CHANNEL 0x0010 |
| #define | CH_VARIABLE_INTVAL 0x0020 |
| #define | CH_VARIABLE_STRVAL 0x1000 |
| #define | CH_VARIABLE_VOIDVAL 0x2000 |
| #define | CH_VARIABLE_VECTORVAL 0x4000 |
| #define | CH_VARIABLE_MATRIXVAL 0x8000 |
| #define CH_VARIABLE_ACCEL 0x0008 |
Definition at line 28 of file CH_LocalVariable.h.
| #define CH_VARIABLE_CHANNEL 0x0010 |
Definition at line 29 of file CH_LocalVariable.h.
| #define CH_VARIABLE_INTVAL 0x0020 |
Definition at line 30 of file CH_LocalVariable.h.
| #define CH_VARIABLE_MATRIXVAL 0x8000 |
Definition at line 34 of file CH_LocalVariable.h.
| #define CH_VARIABLE_NONE 0x0000 |
Definition at line 24 of file CH_LocalVariable.h.
| #define CH_VARIABLE_SLOPE 0x0004 |
Definition at line 27 of file CH_LocalVariable.h.
| #define CH_VARIABLE_STRVAL 0x1000 |
Definition at line 31 of file CH_LocalVariable.h.
| #define CH_VARIABLE_TIME 0x0001 |
Definition at line 25 of file CH_LocalVariable.h.
| #define CH_VARIABLE_VALUE 0x0002 |
Definition at line 26 of file CH_LocalVariable.h.
| #define CH_VARIABLE_VECTORVAL 0x4000 |
Definition at line 33 of file CH_LocalVariable.h.
| #define CH_VARIABLE_VOIDVAL 0x2000 |
Definition at line 32 of file CH_LocalVariable.h.
1.5.9