10 #ifndef GO_API_SENSOR_INFO_H
11 #define GO_API_SENSOR_INFO_H
15 #include <kApi/Io/kSerializer.h>
25 GoFx(kStatus) GoSensorInfo_Construct(GoSensorInfo* info, kAlloc allocator);
27 GoFx(kStatus) GoSensorInfo_Read(GoSensorInfo info, kSerializer serializer);
29 GoFx(k32u) GoSensorInfo_Id(GoSensorInfo info);
30 GoFx(kVersion) GoSensorInfo_Firmware(GoSensorInfo info);
31 GoFx(kStatus) GoSensorInfo_Model(GoSensorInfo info, kChar* model, k32u capacity);
32 GoFx(GoRole) GoSensorInfo_Role(GoSensorInfo info);
33 GoFx(kBool) GoSensorInfo_HasBuddy(GoSensorInfo info);
34 GoFx(k32u) GoSensorInfo_BuddyId(GoSensorInfo info);
35 GoFx(k32u) GoSensorInfo_User(GoSensorInfo info);
36 GoFx(
GoState) GoSensorInfo_State(GoSensorInfo info);
37 GoFx(GoAlignmentState) GoSensorInfo_TransformState(GoSensorInfo info);
40 #include <GoSdk/GoSensorInfo.x.h>
Represents a ...
Definition: GoSensorInfo.h:14
Essential API declarations.
Represents the current state of a sensor object.