12 #ifndef GO_PROFILEGENERATION_H
13 #define GO_PROFILEGENERATION_H
25 typedef
kObject GoProfileGeneration;
36 GoFx(
kStatus) GoProfileGeneration_SetGenerationType(GoProfileGeneration profile, GoProfileGenerationType type);
46 GoFx(GoProfileGenerationType) GoProfileGeneration_GenerationType(GoProfileGeneration profile);
57 GoFx(
kStatus) GoProfileGenerationFixedLength_SetStartTrigger(GoProfileGeneration profile, GoProfileGenerationStartTrigger trigger);
67 GoFx(GoProfileGenerationStartTrigger) GoProfileGenerationFixedLength_StartTrigger(GoProfileGeneration profile);
78 GoFx(
kStatus) GoProfileGenerationFixedLength_SetLength(GoProfileGeneration profile,
k64f length);
88 GoFx(
k64f) GoProfileGenerationFixedLength_Length(GoProfileGeneration profile);
98 GoFx(
k64f) GoProfileGenerationFixedLength_LengthLimitMax(GoProfileGeneration profile);
108 GoFx(
k64f) GoProfileGenerationFixedLength_LengthLimitMin(GoProfileGeneration profile);
119 GoFx(
kStatus) GoProfileGenerationVariableLength_SetMaxLength(GoProfileGeneration profile,
k64f length);
129 GoFx(
k64f) GoProfileGenerationVariableLength_MaxLength(GoProfileGeneration profile);
139 GoFx(
k64f) GoProfileGenerationVariableLength_MaxLengthLimitMax(GoProfileGeneration profile);
149 GoFx(
k64f) GoProfileGenerationVariableLength_MaxLengthLimitMin(GoProfileGeneration profile);
160 GoFx(
kStatus) GoProfileGenerationRotational_SetCircumference(GoProfileGeneration profile,
k64f value);
170 GoFx(
k64f) GoProfileGenerationRotational_Circumference(GoProfileGeneration profile);
180 GoFx(
k64f) GoProfileGenerationRotational_CircumferenceLimitMax(GoProfileGeneration profile);
190 GoFx(
k64f) GoProfileGenerationRotational_CircumferenceLimitMin(GoProfileGeneration profile);
193 #include <GoSdk/GoProfileGeneration.x.h>
Essential SDK declarations.