Time-of-Flight-SDK
|
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>
Static Public Member Functions | |
static std::unique_ptr< SensorEnumeratorInterface > | 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. More... | |
static std::unique_ptr< SensorEnumeratorInterface > | buildUsbSensorEnumerator () |
static std::unique_ptr< SensorEnumeratorInterface > | buildNetworkSensorEnumerator (const std::string &ip) |
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.
|
static |
Factory method to create an enumerator to look for sensors over network.
|
static |
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.
|
static |
Factory method to create an enumerator to look for sensors over USB.