![]() |
EduArt Sensor Ring Library 3.0.0
|
Board type enum for sensor board hardware variants (matches firmware). More...
#include <ostream>#include <string>#include "sensorring/platform/SensorringExport.hpp"Go to the source code of this file.
Enumerations | |
| enum class | eduart::device::SensorBoardType { Sidepanel = 0x00 , Headlight = 0x01 , Taillight = 0x02 , Minipanel = 0x03 , Undefined = 0xff } |
Functions | |
| SENSORRING_EXPORT std::string | eduart::device::toString (SensorBoardType type) noexcept |
| Format sensor board type as string. | |
| SENSORRING_EXPORT std::ostream & | eduart::device::operator<< (std::ostream &os, const SensorBoardType type) noexcept |
| Stream sensor board type as string. | |
Board type enum for sensor board hardware variants (matches firmware).
|
strong |
Numbers match the definition in the sensor board firmware.
|
noexcept |
Stream sensor board type as string.
| [in] | os | Output stream. |
| [in] | type | Sensor board type to print. |
|
noexcept |
Format sensor board type as string.