Namespaces | |
maxon | |
Typedefs | |
using | VariadicInstance = Tuple< Id, DataDictionary > |
Enumerations | |
enum class | CORENODE_PORT_FLAGS { NONE , INPUT_WITHOUT_VALUE , OUTPUT_UNUSED } |
enum class | PORT_DIR : Int { INPUT , OUTPUT , BEGIN , END } |
Functions | |
enum maxon::CORENODE_PORT_FLAGS | MAXON_ENUM_FLAGS (CORENODE_PORT_FLAGS) |
enum maxon::PORT_DIR Int | MAXON_ENUM_LIST (PORT_DIR) |
PORT_DIR & | operator++ (PORT_DIR &dir) |
PORT_DIR | Reverse (PORT_DIR dir) |
Variables | |
NONE | |
INPUT_WITHOUT_VALUE | |
OUTPUT_UNUSED | |
INPUT | |
OUTPUT | |
BEGIN | |
END | |
NONE |
INPUT_WITHOUT_VALUE |
OUTPUT_UNUSED |
INPUT |
Input direction, i.e., an input port or an incoming connection.
OUTPUT |
Output direction, i.e., an output port or an outgoing connection.
BEGIN |
The start value (inclusive) for a loop over port directions.
END |
The end value (exclusive) for a loop over port directions.