HDK
|
#include "CH_API.h"
Go to the source code of this file.
Classes | |
class | CH_LocalVariable |
Macros | |
#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 20 of file CH_LocalVariable.h.
#define CH_VARIABLE_CHANNEL 0x0010 |
Definition at line 21 of file CH_LocalVariable.h.
#define CH_VARIABLE_INTVAL 0x0020 |
Definition at line 22 of file CH_LocalVariable.h.
#define CH_VARIABLE_MATRIXVAL 0x8000 |
Definition at line 26 of file CH_LocalVariable.h.
#define CH_VARIABLE_NONE 0x0000 |
Definition at line 16 of file CH_LocalVariable.h.
#define CH_VARIABLE_SLOPE 0x0004 |
Definition at line 19 of file CH_LocalVariable.h.
#define CH_VARIABLE_STRVAL 0x1000 |
Definition at line 23 of file CH_LocalVariable.h.
#define CH_VARIABLE_TIME 0x0001 |
Definition at line 17 of file CH_LocalVariable.h.
#define CH_VARIABLE_VALUE 0x0002 |
Definition at line 18 of file CH_LocalVariable.h.
#define CH_VARIABLE_VECTORVAL 0x4000 |
Definition at line 25 of file CH_LocalVariable.h.
#define CH_VARIABLE_VOIDVAL 0x2000 |
Definition at line 24 of file CH_LocalVariable.h.