Skip to main content Link Menu Expand (external link) Document Search Copy Copied

ValveState Public enum

Description

The possible states the GRPLValve can be in.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Rhinox.XR.Grapple.It
  Rhinox.XR.Grapple.It.ValveState[[ValveState]]
  end

Details

Summary

The possible states the GRPLValve can be in.

Fields

GreyZone

Summary

The neutral state of a valve. This means that the valve is in the inbetween state of fully opened and fully closed.

FullyOpen

Summary

The valve is in this state when the valve is in fully opened.

FullyClosed

Summary

The valve is in this state when the valve is in fully closed.

Generated with ModularDoc