ControllerName.h 870 B

123456789101112131415
  1. #pragma once
  2. namespace DiosCtrlBox
  3. {
  4. const std::string CONTROLLER_EXPOSURE = "CONTROLLER_EXPOSURE";
  5. const std::string CONTROLLER_TUBE_ANGLE = "CONTROLLER_TUBE_ANGLE";
  6. const std::string CONTROLLER_TUBE_HEIGHT = "CONTROLLER_TUBE_HEIGHT";
  7. const std::string CONTROLLER_TUBE_ANGLE_AD = "CONTROLLER_TUBE_ANGLE_AD";
  8. const std::string CONTROLLER_TUBE_ANGLE_ENCODER = "CONTROLLER_TUBE_ANGLE_ENCODER";
  9. const std::string CONTROLLER_TUBE_HEIGHT_AD = "CONTROLLER_TUBE_HEIGHT_AD";
  10. const std::string CONTROLLER_TUBE_HEIGHT_ENCODER = "CONTROLLER_TUBE_HEIGHT_ENCODER";
  11. const std::string CONTROLLER_DETECTOR_HEIGHT_AD = "CONTROLLER_DETECTOR_HEIGHT_AD";
  12. const std::string CONTROLLER_DETECTOR_HEIGHT_ENCODER = "CONTROLLER_DETECTOR_HEIGHT_ENCODER";
  13. const std::string CONTROLLER_LANDMARK = "CONTROLLER_LANDMARK";
  14. const std::string CONTROLLER_COLLIMATOR = "CONTROLLER_COLLIMATOR";
  15. }