#include <offline_sensor_enumerator.h>
Public Member Functions | |
virtual aditof::Status | getDepthSensors (std::vector< std::shared_ptr< aditof::DepthSensorInterface >> &depthSensors) override |
virtual aditof::Status | getKernelVersion (std::string &kernelVersion) const override |
Get the kernel version that is installed on the embedded system that the camera is attached to. More... | |
virtual aditof::Status | getSdVersion (std::string &sdVersion) const override |
Get the SD card image version on the embedded system that the camera is attached to. More... | |
virtual aditof::Status | getUbootVersion (std::string &uBootVersion) const override |
Get the U-Boot version that is installed on the embedded system that the camera is attached to. More... | |
OfflineSensorEnumerator () | |
virtual aditof::Status | searchSensors () override |
Do a search for the available sensors. More... | |
~OfflineSensorEnumerator ()=default | |
![]() | |
virtual aditof::Status | getDepthSensors (std::vector< std::shared_ptr< aditof::DepthSensorInterface >> &depthSensors)=0 |
Get the available depth sensors. More... | |
virtual | ~SensorEnumeratorInterface ()=default |
Destructor. More... | |
Private Attributes | |
std::vector< std::string > | m_sensorsInfo |
Definition at line 6 of file offline_sensor_enumerator.h.
OfflineSensorEnumerator::OfflineSensorEnumerator | ( | ) |
Definition at line 4 of file offline_sensor_enumerator.cpp.
|
default |
|
overridevirtual |
Definition at line 14 of file offline_sensor_enumerator.cpp.
|
overridevirtual |
Get the kernel version that is installed on the embedded system that the camera is attached to.
[out] | kernelVersion | - string containing data abouth the version. |
Implements aditof::SensorEnumeratorInterface.
Definition at line 33 of file offline_sensor_enumerator.cpp.
|
overridevirtual |
Get the SD card image version on the embedded system that the camera is attached to.
[out] | sdVersion | - string containing data abouth the version. |
Implements aditof::SensorEnumeratorInterface.
Definition at line 38 of file offline_sensor_enumerator.cpp.
|
overridevirtual |
Get the U-Boot version that is installed on the embedded system that the camera is attached to.
[out] | uBootVersion | - string containing data abouth the version. |
Implements aditof::SensorEnumeratorInterface.
Definition at line 28 of file offline_sensor_enumerator.cpp.
|
overridevirtual |
Do a search for the available sensors.
Implements aditof::SensorEnumeratorInterface.
Definition at line 23 of file offline_sensor_enumerator.cpp.
|
private |
Definition at line 23 of file offline_sensor_enumerator.h.