EduArt Sensor Ring Library 3.0.0
Loading...
Searching...
No Matches
DeviceParams.hpp
Go to the documentation of this file.
1// Copyright (c) 2026 EduArt Robotik GmbH
2
9
10#pragma once
11
13
14namespace eduart {
15
16namespace device {
24
26 bool enable = true;
27};
28
29} // namespace device
30
31} // namespace eduart
Device identifier (type, name, index) for device registration.
Identifier for a device: type, human-readable name, and index.
Definition DeviceID.hpp:24
Base parameter structure of a device. A device is one sensor or actuator on a sensor board.
Definition DeviceParams.hpp:21
bool enable
Whether the device is enabled at creation.
Definition DeviceParams.hpp:26
DeviceID id
Device identifier (type, name, index).
Definition DeviceParams.hpp:23