Searched refs:MotionAxisType (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | automation_node.hpp | 36 enum class MotionAxisType{ enum 71 NLOHMANN_JSON_SERIALIZE_ENUM(MotionAxisType, { 72 {MotionAxisType::Invalid, "Invalid"}, 73 {MotionAxisType::X, "X"}, 74 {MotionAxisType::Y, "Y"}, 75 {MotionAxisType::Z, "Z"}, 76 {MotionAxisType::TwoAxis, "TwoAxis"}, 77 {MotionAxisType::ThreeAxis, "ThreeAxis"},
|