8 #ifndef K_FIRESYNC_PROJECTOR_STEPS_H
9 #define K_FIRESYNC_PROJECTOR_STEPS_H
107 #include <kFireSync/Client/Projector/Extensions/kProjectorSteps.x.h>
kStatus kProjectorSteps_Construct(kProjectorSteps *extension, kSize initialCount, kAlloc allocator)
Constructs a kProjectorSteps object.
kStatus kProjectorSteps_SetRepetitionCount(kProjectorSteps extension, kSize stepIndex, kSize count)
Sets the repetition count associated with the specified step index.
Represents parameters for a projector step extension.
kSize kProjectorSteps_Count(kProjectorSteps extension)
Gets the number of steps (state/count pairs) defined by this extension.
kStatus kProjectorSteps_SetState(kProjectorSteps extension, kSize stepIndex, kSize stateIndex)
Sets the projector state id (index) associated with the specified step index.
kStatus kProjectorSteps_SetCount(kProjectorSteps extension, kSize count)
Sets the number of steps (state/count pairs) defined by this extension.
kSize kProjectorSteps_State(kProjectorSteps extension, kSize stepIndex)
Gets the projector state id (index) associated with the specified step index.
kSize kProjectorSteps_RepetitionCount(kProjectorSteps extension, kSize stepIndex)
Gets the repetition count associated with the specified step index.
Declares the kProjectorExt type.
Represents constraint and validity information for a kSize setting.
Definition: kInfo.h:295
kStatus kProjectorSteps_CountInfo(kProjectorSteps extension, kInfoSize *info)
Reports constraint and validity information for the Count setting.