|
FireSync API
|
Represents light control modes.

Public Member Functions | |
| kStatus | kLightControl_Format (kLightControl control, kChar *text, kSize capacity) |
| Formats a kLightControl value to a string buffer. More... | |
Related | |
| #define | kLIGHT_CONTROL_NULL (0x00) |
| Unknown light control mode. | |
| #define | kLIGHT_CONTROL_TRIGGERED_BY_EVENT (0x01) |
| Light exposure sequence triggered by event manager. | |
| #define | kLIGHT_CONTROL_SET_BY_SOFTWARE (0x02) |
| Light output state controlled by software commands. | |
| #define | kLIGHT_CONTROL_SLAVED_TO_NODE_INPUT (0x04) |
| Light output state controlled by node digital input. | |
| #define | kLIGHT_CONTROL_SLAVED_TO_MASTER_INPUT (0x08) |
| Light output state controlled by master digital input. | |
| #define | kLIGHT_CONTROL_SLAVED_TO_CAMERA (0x10) |
| Light output state controlled by camera exposure. | |
| #define | kLIGHT_CONTROL_SLAVED_TO_PROJECTOR (0x20) |
| Light output state controlled by projector exposure. | |
| #define | kLIGHT_CONTROL_TRIGGERED_BY_SOFTWARE (0x40) |
| Light output triggered by software commands. | |
| #define | kLIGHT_CONTROL_OPTIONS (0x7F) |
| Bitset containing all valid kLightControl options. | |