constants.h
Go to the documentation of this file.
1#pragma once
2
4
6{
7 const constexpr char* POINTXYZ_CORE_SEGMENT_NAME = "PointCloudXYZ";
8 const constexpr char* POINTXYZL_CORE_SEGMENT_NAME = "PointCloudXYZL";
9 const constexpr char* POINTXYZRGBA_CORE_SEGMENT_NAME = "PointCloudXYZRGBA";
10 const constexpr char* POINTXYZRGBL_CORE_SEGMENT_NAME = "PointCloudXYZRGBL";
11} // namespace visionx::armem::pointcloud::server
const constexpr char * POINTXYZ_CORE_SEGMENT_NAME
Definition constants.h:7
const constexpr char * POINTXYZRGBA_CORE_SEGMENT_NAME
Definition constants.h:9
const constexpr char * POINTXYZRGBL_CORE_SEGMENT_NAME
Definition constants.h:10
const constexpr char * POINTXYZL_CORE_SEGMENT_NAME
Definition constants.h:8