class SensorIdentifier

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
sensoruint32Sensor

Member functions

Function nameReturn typeInput typeDescription
sensor() constuint32voidReturns the current value of sensor. If the sensor is not set, returns 0.
set_sensor()voiduint32Sets the value of sensor. After calling this, sensor() will return value.
clear_sensor()voidvoidClears the value of sensor. After calling this, sensor() will return the empty string/empty bytes.

Parent topic: VisionConfig (C++)