![]() |
RayComposer Device API Documentation
1.6
Public API for RayComposer laser show DAC interfaces.
|
Vector Data Structure. More...
#include <rcdev.h>
Data Fields | |
| signed short | x |
| signed short | y |
| unsigned short | red |
| unsigned short | green |
| unsigned short | blue |
| unsigned short | intensity |
| unsigned short | user1 |
| unsigned short | user2 |
Vector Data Structure.
This data structure is used to pass point data to the RayComposer Interfaces
| signed short x |
X (horizontal) position signal; range -32768 to 32767 results in -10V to +10V on the ILDA connector
| signed short y |
Y (vertical) position signal; range -32768 to 32767 results in -10V to +10V on the ILDA connector
| unsigned short red |
Red color signal; range 0 to 65535 results in 0V to +5V on the ILDA connector
| unsigned short green |
Green color signal; range 0 to 65535 results in 0V to +5V on the ILDA connector
| unsigned short blue |
Blue color signal; range 0 to 65535 results in 0V to +5V on the ILDA connector
| unsigned short intensity |
Intensity signal, range 0 to 65535 results in 0V to +5V on the ILDA connector
| unsigned short user1 |
User 1 (Cyan) signal; range 0 to 65535 results in 0V to +5V on the ILDA connector
| unsigned short user2 |
User 2 (Magenta) signal; range 0 to 65535 results in 0V to +5V on the ILDA connector