Gripper Status
The packed GRIPPER STATUS byte (byte 0 of the status block).
Members
| Classes | |
| class | GripperStatusFlags |
|
The GRIPPER STATUS byte (byte 0 of the status block). More... | |
| Enumerations | |
| enum class | ActivationState : uint8_t { ... } |
| enum class | ObjectDetection : uint8_t { ... } |
| Functions | |
| constexpr std::string_view | toString (ActivationState state) |
| constexpr std::string_view | toString (ObjectDetection detection) |
| std::string | toString (GripperStatusFlags flags) |
Enumerations
ActivationState
| strong |
- Enumeration values
gSTA — activation sequence state.
ObjectDetection
| strong |
- Enumeration values
gOBJ — object detection state.
Functions
toString()
| constexpr |
- Parameters
-
state gSTA, as decoded by GripperStatusFlags::activationState().
- Returns
The manual's mnemonic name for state.
toString()
| constexpr |
- Parameters
-
detection gOBJ, as decoded by GripperStatusFlags::objectDetection().
- Returns
The manual's mnemonic name for detection.
toString()
|
- Parameters
-
flags The packed GRIPPER STATUS byte to render.
- Returns
flags as the manual's mnemonics (gACT, gGTO, gSTA, gOBJ), with gSTA/gOBJ decoded to their named states.
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.