12 #ifndef GO_PROFILEGENERATION_H
13 #define GO_PROFILEGENERATION_H
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>
Represents a profile generation configuration.
Represents a profile generation start trigger.
Essential SDK declarations.
Represents a profile generation type.