EduArt Sensor Ring Library 3.0.1
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Neduart
 Nlogger
 CLoggerCentralized class to collect all log messages and relay them to the registered observers. The Logger is implemented as a singleton
 CLoggerClientObserver interface of the Logger class. Defines the callback method that is triggered by the Logger
 Nmath
 CMatrix3Matrix of size 3 × 3
 CVector3Vector of length 3
 Nmanager
 CMeasurementClientObserver interface of the MeasurementManager class. Defines the callback methods that are triggered by the MeasurementManager. It is possible to implement only one or a selection of the callback methods
 CMeasurementManagerMeta class that handles the timing, triggering and processing of sensor measurements. Internally it runs a looping state machine
 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
 Nsensor
 CLightParamsParameter structure of the sensor lights of a sensor board. Not all sensor boards have lights
 CThermalSensorParamsParameter structure of the thermal sensor of a sensor board. Not all sensor boards have thermal sensors
 CTofSensorParamsParameter structure of the Time-of-Flight sensor of a sensor board
 CSensorBoardParamsParameter structure of a sensor board. A sensor board is one circuit board
 Nbus
 CBusParamsParameter structure of a communication bus. A bus is one communication interface e.g. CAN bus and has an arbitrary number of sensor boards connected
 Nring
 CRingParamsParameter structure of a sensor ring. The sensor ring is the abstraction of the whole sensor system and consists of an arbitrary number of communication interfaces
 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 form a thermal sensor
 CTofMeasurementStructure for holding a measurement form a ToF sensor