#include <map>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include "nxLib.h"
#include "ensenso_camera_msgs/Parameter.h"
Go to the source code of this file.
Possible types of parameters that are mapped to nodes of the NxLib.
Enumerator |
---|
Bool |
|
Number |
|
String |
|
Definition at line 16 of file parameters.h.
bool parameterExists |
( |
std::string const & |
key | ) |
|
|
inline |
Map ROS parameters (as defined in ensenso_camera_msgs/Parameter) to NxLib nodes. Note that there are other parameters that cannot be mapped directly to an NxLib node. These are handled in the parameter reading and writing methods of the camera class.
Definition at line 52 of file parameters.h.