libvisiontransfer
7.1.0
|
A collection of numeric IDs for all supported parameters by SceneScan. More...
#include <visiontransfer/standardparameterids.h>
Static Public Member Functions | |
static ParameterID | getParameterIDForName (const std::string &name) |
Return the ID for a string configuration key (reverse lookup), or UNDEFINED if unknown. More... | |
Static Public Attributes | |
static const std::map< ParameterID, std::string > | parameterNameByID |
A collection of numeric IDs for all supported parameters by SceneScan.
This class is only used internally. Users should use the class SceneScanParameters instead.
Definition at line 36 of file standardparameterids.h.
|
static |
Return the ID for a string configuration key (reverse lookup), or UNDEFINED if unknown.
Definition at line 7 of file standardparameterids.cpp.