8 #ifndef K_FIRESYNC_PROJECTOR_STEPS_H
9 #define K_FIRESYNC_PROJECTOR_STEPS_H
121 #include <kFireSync/Client/Projector/Extensions/kProjectorSteps.x.h>
kStatus kProjectorSteps_SetRepetitionCount(kProjectorSteps extension, kSize stepIndex, kSize count)
Sets the repetition count associated with the specified step index.
kStatus kProjectorSteps_SetStyle(kProjectorSteps extension, kProjectorStepsStyle style)
Sets the steps style.
Represents constraint and validity information for a bit flag setting.
Definition: kInfo.h:544
Represents projector steps style.
Represents parameters for the projector steps 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_StyleInfo(kProjectorSteps extension, kInfoBits *info)
Reports constraint and validity information for the Steps style setting.
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:370
kStatus kProjectorSteps_CountInfo(kProjectorSteps extension, kInfoSize *info)
Reports constraint and validity information for the Count setting.
kProjectorStepsStyle kProjectorSteps_Style(kProjectorSteps extension)
Gets the steps style.