Provides the means to construct different types of sensors enumerators. Based on the connection type (on target, USB, Network), different enumerators need to be used.
More...
#include <sensor_enumerator_factory.h>
Provides the means to construct different types of sensors enumerators. Based on the connection type (on target, USB, Network), different enumerators need to be used.
Definition at line 48 of file sensor_enumerator_factory.h.
◆ buildNetworkSensorEnumerator()
static std::unique_ptr<SensorEnumeratorInterface> aditof::SensorEnumeratorFactory::buildNetworkSensorEnumerator |
( |
const std::string & |
ip | ) |
|
|
static |
Factory method to create an enumerator to look for sensors over network.
- Returns
- std::unique_ptr<DeviceEnumeratorInterface>
◆ buildOfflineSensorEnumerator()
Factory method to create an offline enumerator.
- Returns
- std::unique_ptr<DeviceEnumeratorInterface>
◆ buildTargetSensorEnumerator()
Factory method to create an enumerator to look for sensors on target. Factory method will return null if the call is not made on target.
- Returns
- std::unique_ptr<SensorEnumeratorInterface>
◆ buildUsbSensorEnumerator()
Factory method to create an enumerator to look for sensors over USB.
- Returns
- std::unique_ptr<DeviceEnumeratorInterface>
The documentation for this class was generated from the following file: