10 #ifndef GO_MULTIPLEXBANK_H
11 #define GO_MULTIPLEXBANK_H
26 GoFx(kStatus) GoMultiplexBank_AddSensor(GoMultiplexBank bank,
GoSensor sensor);
27 GoFx(kStatus) GoMultiplexBank_RemoveSensor(GoMultiplexBank bank, k32u
id);
28 GoFx(kSize) GoMultiplexBank_SensorCount(GoMultiplexBank bank);
29 GoFx(
GoSensor) GoMultiplexBank_SensorAt(GoMultiplexBank bank, kSize index);
30 GoFx(kBool) GoMultiplexBank_IsSensorInBank(GoMultiplexBank bank, k32u
id);
31 GoFx(k32u) GoMultiplexBank_Id(GoMultiplexBank bank);
34 #include <GoSdk/GoMultiplexBank.x.h>
Declares the GoSensor class.
Represents a ...
Definition: GoMultiplexBank.h:16
Essential API declarations.
Represents a Gocator sensor.
Definition: GoSensor.h:20