#include "MultipleAnalogSensorsRemapper.h"
#include <map>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/Searchable.h>
Go to the source code of this file.
Macros | |
#define | MAS_CALL_MEMBER_FN(object, ptrToMember) ((*object).*(ptrToMember)) |
Functions | |
std::string | MAS_getTagFromEnum (const MAS_SensorType type) |
Internal identifier of the type of sensors. More... | |
bool | getVectorOfStringFromListInConfig (const std::string &key, const yarp::os::Searchable &config, std::vector< std::string > &vectorOfStrings) |
Variables | |
const size_t | MAS_NrOfSensorTypes {10} |
#define MAS_CALL_MEMBER_FN | ( | object, | |
ptrToMember | |||
) | ((*object).*(ptrToMember)) |
Definition at line 147 of file MultipleAnalogSensorsRemapper.cpp.
bool getVectorOfStringFromListInConfig | ( | const std::string & | key, |
const yarp::os::Searchable & | config, | ||
std::vector< std::string > & | vectorOfStrings | ||
) |
Definition at line 96 of file MultipleAnalogSensorsRemapper.cpp.
|
inline |
Internal identifier of the type of sensors.
Definition at line 30 of file MultipleAnalogSensorsRemapper.cpp.
const size_t MAS_NrOfSensorTypes {10} |
Definition at line 24 of file MultipleAnalogSensorsRemapper.cpp.