WorkstationNameDef.h 135 B

123456
  1. #pragma once
  2. namespace DIOS::Dev::Detail::MachineryECOM
  3. {
  4. const std::string WS_WALL = "Wall";
  5. const std::string WS_TABLE = "Table";
  6. }