12 #ifndef __CH_LocalVariable_h__
13 #define __CH_LocalVariable_h__
16 #define CH_VARIABLE_NONE 0x0000 //
17 #define CH_VARIABLE_TIME 0x0001 // $T, $F
18 #define CH_VARIABLE_VALUE 0x0002 // $IV, $OV
19 #define CH_VARIABLE_SLOPE 0x0004 // $IM, $OM
20 #define CH_VARIABLE_ACCEL 0x0008 // $IA, $OA
21 #define CH_VARIABLE_CHANNEL 0x0010 // another channel
22 #define CH_VARIABLE_INTVAL 0x0020 // By default, an integer value
23 #define CH_VARIABLE_STRVAL 0x1000 // By default, a string value
24 #define CH_VARIABLE_VOIDVAL 0x2000 // By default, a void * value
25 #define CH_VARIABLE_VECTORVAL 0x4000 // By default, a vector value
26 #define CH_VARIABLE_MATRIXVAL 0x8000 // By default, a matrix value
#define CH_VARIABLE_SLOPE
unsigned isTimeDependent() const
#define CH_VARIABLE_VALUE
#define CH_VARIABLE_ACCEL
unsigned isSegmentSlope() const
unsigned isSegmentAccel() const
unsigned isSegmentValue() const