constants.h
Go to the documentation of this file.
1 #pragma once
2 
4 
6 {
7  inline const constexpr char* MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME =
8  "MonocularCameraCalibration";
9  inline const constexpr char* STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME =
10  "StereoCameraCalibration";
11 } // namespace visionx::armem::camera::server
MemoryID.h
visionx::armem::camera::server
Definition: constants.h:5
visionx::armem::camera::server::STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
const constexpr char * STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
Definition: constants.h:9
visionx::armem::camera::server::MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
const constexpr char * MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
Definition: constants.h:7