Namespaces | |
| maxon | |
Typedefs | |
| using | VariadicInstance = Tuple< Id, DataDictionary > |
Enumerations | |
| enum | PORT_DIR : Int { INPUT, OUTPUT, BEGIN, END } |
Functions | |
| enum maxon::PORT_DIR Int | MAXON_ENUM_LIST (PORT_DIR) |
| PORT_DIR & | operator++ (PORT_DIR &dir) |
| PORT_DIR | Reverse (PORT_DIR dir) |
Variables | |
| INPUT | |
| OUTPUT | |
| BEGIN | |
| END | |
| 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 for a loop over port directions.
| END |
The end value for a loop over port directions.