32 #ifndef SENSOR_ENUMERATOR_FACTORY_H 33 #define SENSOR_ENUMERATOR_FACTORY_H 35 #include "aditof/sensor_enumerator_interface.h" 36 #include "sdk_exports.h" 55 static std::unique_ptr<SensorEnumeratorInterface>
56 buildTargetSensorEnumerator();
62 static std::unique_ptr<SensorEnumeratorInterface>
63 buildUsbSensorEnumerator();
69 static std::unique_ptr<SensorEnumeratorInterface>
70 buildNetworkSensorEnumerator(
const std::string &ip);
75 #endif // SENSOR_ENUMERATOR_FACTORY_H
Provides the means to construct different types of sensors enumerators. Based on the connection type ...