Vuo  0.4
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
VuoCompilerNodeClass.cc File Reference

Description

VuoCompilerNodeClass implementation.

Enumerations

enum  VuoNodeArgumentAcceptance {
  INPUT_DATA_ABSENT = 1 << 0, INPUT_DATA_PRESENT = 1 << 1, OUTPUT_DATA_ABSENT = 1 << 2, OUTPUT_DATA_PRESENT = 1 << 3,
  INPUT_CONDUCTOR_ABSENT = 1 << 4, INPUT_CONDUCTOR_PRESENT = 1 << 5, OUTPUT_CONDUCTOR_ABSENT = 1 << 6, OUTPUT_CONDUCTOR_PRESENT = 1 << 7,
  INPUT_RECEPTOR_ABSENT = 1 << 8, INPUT_RECEPTOR_PRESENT = 1 << 9, OUTPUT_TRIGGER_ABSENT = 1 << 10, OUTPUT_TRIGGER_PRESENT = 1 << 11,
  INSTANCE_DATA_ABSENT = 1 << 12, INSTANCE_DATA_PRESENT = 1 << 13
}
 Flags indicating how each kind of argument class is accepted in a node function's parameter list. More...
 

Enumeration Type Documentation

Flags indicating how each kind of argument class is accepted in a node function's parameter list.

Specify *_PRESENT and *_ABSENT if optional, *_PRESENT if required, *_ABSENT if disallowed.