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
MemoryID.h
visionx::armem::pointcloud::server
Definition: constants.h:5
visionx::armem::pointcloud::server::POINTXYZ_CORE_SEGMENT_NAME
const constexpr char * POINTXYZ_CORE_SEGMENT_NAME
Definition: constants.h:7
visionx::armem::pointcloud::server::POINTXYZL_CORE_SEGMENT_NAME
const constexpr char * POINTXYZL_CORE_SEGMENT_NAME
Definition: constants.h:8
visionx::armem::pointcloud::server::POINTXYZRGBA_CORE_SEGMENT_NAME
const constexpr char * POINTXYZRGBA_CORE_SEGMENT_NAME
Definition: constants.h:9
visionx::armem::pointcloud::server::POINTXYZRGBL_CORE_SEGMENT_NAME
const constexpr char * POINTXYZRGBL_CORE_SEGMENT_NAME
Definition: constants.h:10