FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kEventControl Struct Reference

Description

Represents event manager control modes.

Inheritance diagram for kEventControl:
Inheritance graph

Public Member Functions

kStatus kEventControl_Format (kEventControl control, kChar *text, kSize capacity)
 Formats a kEventControl value to a string buffer. More...
 

Related

#define kEVENT_CONTROL_NULL   (0x00)
 Unknown event control mode.
 
#define kEVENT_CONTROL_CONTINUOUS   (0x01)
 Continuous, periodic event sequence.
 
#define kEVENT_CONTROL_SCHEDULED_BY_SOFTWARE   (0x02)
 Software command schedules future event sequences.
 
#define kEVENT_CONTROL_TRIGGERED_BY_SOFTWARE   (0x04)
 Software command triggers immediate event sequences.
 
#define kEVENT_CONTROL_TRIGGERED_BY_NODE_INPUT   (0x10)
 Local node digital input triggers immediate event sequences.
 
#define kEVENT_CONTROL_TRIGGERED_BY_MASTER_INPUT   (0x20)
 Master digital input triggers immediate event sequences.
 
#define kEVENT_CONTROL_TRIGGERED_BY_CAMERA   (0x40)
 Camera exposure triggers immediate event sequences.
 
#define kEVENT_CONTROL_OPTIONS   (0x77)
 Bitset containing all valid kEventControl options.
 

The documentation for this struct was generated from the following file: