12 #ifndef GO_MULTIPLEXBANK_H
13 #define GO_MULTIPLEXBANK_H
26 typedef
kObject GoMultiplexBank;
37 GoFx(
kStatus) GoMultiplexBank_AddSensor(GoMultiplexBank bank,
GoSensor sensor);
48 GoFx(
kStatus) GoMultiplexBank_RemoveSensor(GoMultiplexBank bank,
k32u id);
58 GoFx(
kSize) GoMultiplexBank_SensorCount(GoMultiplexBank bank);
69 GoFx(
GoSensor) GoMultiplexBank_SensorAt(GoMultiplexBank bank,
kSize index);
80 GoFx(
kBool) GoMultiplexBank_HasSensor(GoMultiplexBank bank,
k32u id);
90 GoFx(
k32u) GoMultiplexBank_Id(GoMultiplexBank bank);
93 #include <GoSdk/GoMultiplexBank.x.h>
Declares the GoSensor class.
Essential SDK declarations.
Represents a Gocator sensor.