EduArt Sensor Ring Library
3.0.1
Loading...
Searching...
No Matches
LightMode.hpp
Go to the documentation of this file.
1
// Copyright (c) 2025 EduArt Robotik GmbH
2
9
10
#pragma once
11
12
#include "
sensorring/platform/SensorringExport.hpp
"
13
14
namespace
eduart {
15
16
namespace
light {
17
18
enum class
SENSORRING_API LightMode {
19
Off,
20
Dimmed,
21
HighBeam,
22
FlashAll,
23
FlashLeft,
24
FlashRight,
25
Pulsation,
26
Rotation,
27
Running,
28
MapDistance
29
};
30
31
}
// namespace light
32
33
}
// namespace eduart
SensorringExport.hpp
Control the import and export of Windows DLL symbols.
include
sensorring
types
LightMode.hpp
Generated by
1.15.0