EduArt Sensor Ring Library 3.0.0
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Ceduart::com::ComEndpointUniquely identifies a communication endpoint by its string ID
 Ceduart::com::ComInterfaceID
 Ceduart::CommitHash32-bit commit hash (e.g. from firmware) with byte-wise construction and string output
 Ceduart::device::BaseSensorAbstract base class for sensors
 Ceduart::device::BaseDeviceBase class for concrete devices: implements IDevice and BaseSensor, holds device ID and state
 Ceduart::device::HTPA32_DeviceDevice wrapper for an HTPA32 thermal sensor on the sensorring bus
 Ceduart::device::VL53L8CX_DeviceDevice wrapper for a VL53L8CX Time-of-Flight sensor on the sensorring bus
 Ceduart::device::WS2812b_DeviceDevice wrapper for WS2812b LED strips controlled via the sensorring bus
 Ceduart::device::DeviceGroupHolds a set of IDevice pointers and provides type-filtered access and iteration
 Ceduart::device::DeviceIDIdentifier for a device: type, human-readable name, and index
 Ceduart::device::DeviceParamsBase parameter structure of a device. A device is one sensor or actuator on a sensor board
 Ceduart::device::HTPA32_ParamsParameter structure of the thermal sensor of a sensor board
 Ceduart::device::VL53L8CX_ParamsParameter structure of the Time-of-Flight sensor of a sensor board
 Ceduart::device::WS2812b_ParamsParameter structure of the sensor lights of a sensor board. Not all sensor boards have lights
 Ceduart::device::DevicePoseOffsetPose offset of a device relative to the center of its sensor board
 Ceduart::device::EnumerationInformationInformation reported by a board during enumeration: index, version, commit hash, board type, and state
 Ceduart::device::IDeviceThin base interface for all concrete devices in the SensorRing
 Ceduart::device::BaseDeviceBase class for concrete devices: implements IDevice and BaseSensor, holds device ID and state
 Ceduart::device::SensorBoardOne sensor board on a bus: holds configured devices and receives COM callbacks for enumeration and data
 Ceduart::device::Message< PayloadT >Generic message container with metadata and payload
 Ceduart::device::SensorBoardParamsParameter structure of a sensor board. A sensor board is one circuit board
 Ceduart::logger::LoggerCentralized class to collect all log messages and relay them to the registered observers. The Logger is implemented as a singleton
 Ceduart::manager::ManagerParamsParameter structure of the MeasurementManager. The MeasurementManager handles the timing and communication of the whole system by running the measurement state machine. One measurement manager manages exactly one sensor ring
 Ceduart::manager::MeasurementManagerMeta class that handles the timing, triggering and processing of sensor measurements. Internally it runs a looping state machine
 Ceduart::math::Matrix3Matrix of size 3 × 3
 Ceduart::math::Vector3Vector of length 3
 Ceduart::measurement::GenericGrayscaleImage< T, RESOLUTION >Template for images with one channel and variable type
 Ceduart::measurement::GenericGrayscaleImage< double, THERMAL_RESOLUTION >
 Ceduart::measurement::TemperatureImagePseudo image structure for the converted temperatures of a thermal image
 Ceduart::measurement::GenericGrayscaleImage< std::uint8_t, THERMAL_RESOLUTION >
 Ceduart::measurement::GrayscaleImageGrayscale image with 1 channel and 8 bit color depth
 Ceduart::measurement::GenericRGBImage< T, RESOLUTION >Template for images with three channels and variable type
 Ceduart::measurement::GenericRGBImage< std::uint8_t, THERMAL_RESOLUTION >
 Ceduart::measurement::FalseColorImageFalse color image with 3 channels (red, green, blue) and 8 bit color depth
 Ceduart::measurement::PointCloudStores a vector of points in 3D space
 Ceduart::measurement::PointDataStores the data of a single point in 3d space
 Ceduart::measurement::ThermalMeasurementStructure for holding a measurement from a thermal sensor
 Ceduart::measurement::TofMeasurementStructure for holding a measurement from a ToF sensor
 Ceduart::ring::SensorBusOne communication interface (e.g. CAN) owning multiple SensorBoards and forwarding COM messages
 Ceduart::ring::SensorRingTop-level container managing multiple sensor buses and coordinating operations across them
 Ceduart::ring::SensorRingFactoryFactory for creating a SensorRing
 Ceduart::subscription::Publisher< Args >Generic thread-safe publisher that manages callback subscriptions
 Ceduart::subscription::SubscriberTokenOpaque token identifying a subscription (state or device group)
 Ceduart::subscription::SubscriptionMove-only RAII wrapper that pairs a SubscriberToken with an unsubscribe callable. Destroying a Subscription automatically cancels it
 Ceduart::VersionSemantic version (major, minor, patch) for firmware or board
 CInterfaceParamsParameters of a communication interface
 Chash< ComEndpoint >Hash specialization for ComEndpoint to enable use in unordered containers
 Chash< ComInterfaceID >Hash specialization for ComInterfaceID to enable use in unordered containers
 Cstd::hash< eduart::com::ComEndpoint >
 Cstd::hash< eduart::com::ComInterfaceID >
 Cstd::hash< eduart::subscription::SubscriberToken >
 Chash< SubscriberToken >Hash specialization for SubscriberToken to enable use in unordered containers