#include <string>
Go to the source code of this file.
Namespaces | |
realsense2_camera | |
Macros | |
#define | REALSENSE_ROS_MAJOR_VERSION 2 |
#define | REALSENSE_ROS_MINOR_VERSION 3 |
#define | REALSENSE_ROS_PATCH_VERSION 0 |
#define | REALSENSE_ROS_VERSION_STR (VAR_ARG_STRING(REALSENSE_ROS_MAJOR_VERSION.REALSENSE_ROS_MINOR_VERSION.REALSENSE_ROS_PATCH_VERSION)) |
#define | STRINGIFY(arg) #arg |
#define | VAR_ARG_STRING(arg) STRINGIFY(arg) |
Typedefs | |
using | realsense2_camera::stream_index_pair = std::pair< rs2_stream, int > |
#define REALSENSE_ROS_MAJOR_VERSION 2 |
Definition at line 8 of file constants.h.
#define REALSENSE_ROS_MINOR_VERSION 3 |
Definition at line 9 of file constants.h.
#define REALSENSE_ROS_PATCH_VERSION 0 |
Definition at line 10 of file constants.h.
#define REALSENSE_ROS_VERSION_STR (VAR_ARG_STRING(REALSENSE_ROS_MAJOR_VERSION.REALSENSE_ROS_MINOR_VERSION.REALSENSE_ROS_PATCH_VERSION)) |
Definition at line 15 of file constants.h.
Definition at line 12 of file constants.h.
Definition at line 13 of file constants.h.