Holds shipped binding data.
More...
Go to the source code of this file.
Holds shipped binding data.
- Author
- Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m
◆ MAKE_INPUT
#define MAKE_INPUT |
( |
|
COMPONENT, |
|
|
|
SUFFIX, |
|
|
|
INPUT |
|
) |
| |
Value:{ \
.paths = \
{ \
"/user/hand/left/input/" #COMPONENT "/" #SUFFIX, \
"/user/hand/left/input/" #COMPONENT, \
NULL, \
}, \
.inputs = \
{ \
INPUT, \
}, \
}, \
{ \
.paths = \
{ \
"/user/hand/right/input/" #COMPONENT "/" #SUFFIX, \
"/user/hand/right/input/" #COMPONENT, \
NULL, \
}, \
.inputs = \
{ \
INPUT, \
}, \
},
Definition: oxr_objects.h:117
Definition: oxr_objects.h:116
xrt_input_name
Name of a input with a baked in type.
Definition: xrt_defines.h:421
◆ MAKE_OUTPUT
#define MAKE_OUTPUT |
( |
|
COMPONENT, |
|
|
|
SUFFIX, |
|
|
|
OUTPUT |
|
) |
| |
Value:{ \
.paths = \
{ \
"/user/hand/left/output/" #COMPONENT "/" #SUFFIX, \
"/user/hand/left/output/" #COMPONENT, \
NULL, \
}, \
.outputs = \
{ \
OUTPUT, \
}, \
}, \
{ \
.paths = \
{ \
"/user/hand/right/output/" #COMPONENT "/" #SUFFIX, \
"/user/hand/right/output/" #COMPONENT, \
NULL, \
}, \
.outputs = \
{ \
OUTPUT, \
}, \
},
xrt_output_name
Name of a output with a baked in type.
Definition: xrt_defines.h:532
Definition: oxr_objects.h:117
Definition: oxr_objects.h:116