EduArt Sensor Ring Library 3.0.0
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Neduart
 Ndevice
 CDevicePoseOffsetPose offset of a device relative to the center of its sensor board
 CBaseDeviceBase class for concrete devices: implements IDevice and BaseSensor, holds device ID and state
 CBaseSensorAbstract base class for sensors
 CDeviceGroupHolds a set of IDevice pointers and provides type-filtered access and iteration
 CDeviceIDIdentifier for a device: type, human-readable name, and index
 CDeviceParamsBase parameter structure of a device. A device is one sensor or actuator on a sensor board
 CEnumerationInformationInformation reported by a board during enumeration: index, version, commit hash, board type, and state
 CHTPA32_DeviceDevice wrapper for an HTPA32 thermal sensor on the sensorring bus
 CHTPA32_ParamsParameter structure of the thermal sensor of a sensor board
 CVL53L8CX_DeviceDevice wrapper for a VL53L8CX Time-of-Flight sensor on the sensorring bus
 CVL53L8CX_ParamsParameter structure of the Time-of-Flight sensor of a sensor board
 CWS2812b_DeviceDevice wrapper for WS2812b LED strips controlled via the sensorring bus
 CWS2812b_ParamsParameter structure of the sensor lights of a sensor board. Not all sensor boards have lights
 CIDeviceThin base interface for all concrete devices in the SensorRing
 CMessageGeneric message container with metadata and payload
 CSensorBoardOne sensor board on a bus: holds configured devices and receives COM callbacks for enumeration and data
 CSensorBoardParamsParameter structure of a sensor board. A sensor board is one circuit board
 Ncom
 CComEndpointUniquely identifies a communication endpoint by its string ID
 CComInterfaceID
 Nlogger
 CLoggerCentralized class to collect all log messages and relay them to the registered observers. The Logger is implemented as a singleton
 Nmanager
 CManagerParamsParameter 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
 CMeasurementManagerMeta class that handles the timing, triggering and processing of sensor measurements. Internally it runs a looping state machine
 Nmath
 CMatrix3Matrix of size 3 × 3
 CVector3Vector of length 3
 Nmeasurement
 CGenericGrayscaleImageTemplate for images with one channel and variable type
 CGenericRGBImageTemplate for images with three channels and variable type
 CPointDataStores the data of a single point in 3d space
 CPointCloudStores a vector of points in 3D space
 CGrayscaleImageGrayscale image with 1 channel and 8 bit color depth
 CTemperatureImagePseudo image structure for the converted temperatures of a thermal image
 CFalseColorImageFalse color image with 3 channels (red, green, blue) and 8 bit color depth
 CThermalMeasurementStructure for holding a measurement from a thermal sensor
 CTofMeasurementStructure for holding a measurement from a ToF sensor
 Nring
 CSensorBusOne communication interface (e.g. CAN) owning multiple SensorBoards and forwarding COM messages
 CSensorRingTop-level container managing multiple sensor buses and coordinating operations across them
 CSensorRingFactoryFactory for creating a SensorRing
 Nsubscription
 CPublisherGeneric thread-safe publisher that manages callback subscriptions
 CSubscriberTokenOpaque token identifying a subscription (state or device group)
 CSubscriptionMove-only RAII wrapper that pairs a SubscriberToken with an unsubscribe callable. Destroying a Subscription automatically cancels it
 CVersionSemantic version (major, minor, patch) for firmware or board
 CCommitHash32-bit commit hash (e.g. from firmware) with byte-wise construction and string output
 Nstd
 Chash< eduart::com::ComEndpoint >
 Chash< eduart::com::ComInterfaceID >
 Chash< eduart::subscription::SubscriberToken >
 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
 Chash< SubscriberToken >Hash specialization for SubscriberToken to enable use in unordered containers