Macros
namespace.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GET_D_MATRIX(info)   info->D
 
#define GET_K_MATRIX(info)   info->K
 
#define GET_P_MATRIX(info)   info->P
 
#define GET_R_MATRIX(info)   info->R
 
#define USING_ENSENSO_CAMERA_MSG(MSG_NAME)
 
#define USING_MSG(PACKAGE_NAME, MSG_NAME)
 

Macro Definition Documentation

◆ GET_D_MATRIX

#define GET_D_MATRIX (   info)    info->D

Definition at line 54 of file namespace.h.

◆ GET_K_MATRIX

#define GET_K_MATRIX (   info)    info->K

Definition at line 55 of file namespace.h.

◆ GET_P_MATRIX

#define GET_P_MATRIX (   info)    info->P

Definition at line 56 of file namespace.h.

◆ GET_R_MATRIX

#define GET_R_MATRIX (   info)    info->R

Definition at line 57 of file namespace.h.

◆ USING_ENSENSO_CAMERA_MSG

#define USING_ENSENSO_CAMERA_MSG (   MSG_NAME)
Value:
namespace ensenso \
{ \
namespace msg \
{ \
using MSG_NAME = ensenso_camera_msgs::MSG_NAME; \
using MSG_NAME##Ptr = ensenso_camera_msgs::MSG_NAME##Ptr; \
using MSG_NAME##ConstPtr = ensenso_camera_msgs::MSG_NAME##ConstPtr; \
} \
}

Definition at line 32 of file namespace.h.

◆ USING_MSG

#define USING_MSG (   PACKAGE_NAME,
  MSG_NAME 
)
Value:
namespace PACKAGE_NAME \
{ \
namespace msg \
{ \
using MSG_NAME = PACKAGE_NAME::MSG_NAME; \
using MSG_NAME##Ptr = PACKAGE_NAME::MSG_NAME##Ptr; \
using MSG_NAME##ConstPtr = PACKAGE_NAME::MSG_NAME##ConstPtr; \
} \
}

Definition at line 43 of file namespace.h.

ensenso
Definition: point_cloud_utilities.h:5


ensenso_camera
Author(s): Ensenso
autogenerated on Wed Apr 2 2025 02:37:46