HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
channel.C File Reference
#include <string.h>
#include <malloc.h>
#include <math.h>
#include <UT/UT_DSOVersion.h>
#include <EXPR/EXPR.h>
#include <OP/OP_Director.h>
#include <CH/CH_Support.h>
#include <CH/CH_Channel.h>
#include <CMD/CMD_Manager.h>
+ Include dependency graph for channel.C:

Go to the source code of this file.

Macros

#define EV_START_FNNA(name)
 
#define EVF   EV_TYPEFLOAT
 
#define EVS   EV_TYPESTRING
 
#define EVV   EV_TYPEVECTOR
 
#define VAL_FLAGS   (CH_EXPRVALUE)
 
#define VALSLOPE_FLAGS   (CH_EXPRVALUE | CH_EXPRSLOPE)
 

Functions

 EV_START_FNNA (fn_myLinear)
 
void CMDextendLibrary (CMD_Manager *)
 

Macro Definition Documentation

#define EV_START_FNNA (   name)
Value:
static void name(EV_FUNCTION *, EV_SYMBOL *result, \
EV_SYMBOL **, int thread)
**But if you need a result
Definition: thread.h:613
GLuint const GLchar * name
Definition: glcorearb.h:786
class representing a symbol operated upon by expressions
Definition: EXPR.h:159
**Note that the tasks the is the thread number *for the or if it s being executed by a non pool thread(this *can happen in cases where the whole pool is occupied and the calling *thread contributes to running the work load).**Thread pool.Have fun

Definition at line 53 of file channel.C.

#define EVF   EV_TYPEFLOAT
Examples:
expr/channel.C, and expr/functions.C.

Definition at line 69 of file channel.C.

#define EVS   EV_TYPESTRING
Examples:
expr/functions.C.

Definition at line 70 of file channel.C.

#define EVV   EV_TYPEVECTOR
Examples:
expr/functions.C.

Definition at line 71 of file channel.C.

#define VAL_FLAGS   (CH_EXPRVALUE)
Examples:
expr/channel.C.

Definition at line 76 of file channel.C.

#define VALSLOPE_FLAGS   (CH_EXPRVALUE | CH_EXPRSLOPE)

Definition at line 77 of file channel.C.

Function Documentation

void CMDextendLibrary ( CMD_Manager )

Definition at line 85 of file channel.C.

EV_START_FNNA ( fn_myLinear  )
Examples:
expr/channel.C.

Definition at line 58 of file channel.C.