Package com.viam.component.gantry.v1
Interface Gantry.StatusOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- Gantry.Status,- Gantry.Status.Builder
- Enclosing class:
- Gantry
public static interface Gantry.StatusOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbool is_moving = 3 [json_name = "isMoving"];doublegetLengthsMm(int index) repeated double lengths_mm = 2 [json_name = "lengthsMm"];intrepeated double lengths_mm = 2 [json_name = "lengthsMm"];repeated double lengths_mm = 2 [json_name = "lengthsMm"];doublegetPositionsMm(int index) repeated double positions_mm = 1 [json_name = "positionsMm"];intrepeated double positions_mm = 1 [json_name = "positionsMm"];repeated double positions_mm = 1 [json_name = "positionsMm"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getPositionsMmListrepeated double positions_mm = 1 [json_name = "positionsMm"];- Returns:
- A list containing the positionsMm.
 
- 
getPositionsMmCountint getPositionsMmCount()repeated double positions_mm = 1 [json_name = "positionsMm"];- Returns:
- The count of positionsMm.
 
- 
getPositionsMmdouble getPositionsMm(int index) repeated double positions_mm = 1 [json_name = "positionsMm"];- Parameters:
- index- The index of the element to return.
- Returns:
- The positionsMm at the given index.
 
- 
getLengthsMmListrepeated double lengths_mm = 2 [json_name = "lengthsMm"];- Returns:
- A list containing the lengthsMm.
 
- 
getLengthsMmCountint getLengthsMmCount()repeated double lengths_mm = 2 [json_name = "lengthsMm"];- Returns:
- The count of lengthsMm.
 
- 
getLengthsMmdouble getLengthsMm(int index) repeated double lengths_mm = 2 [json_name = "lengthsMm"];- Parameters:
- index- The index of the element to return.
- Returns:
- The lengthsMm at the given index.
 
- 
getIsMovingboolean getIsMoving()bool is_moving = 3 [json_name = "isMoving"];- Returns:
- The isMoving.
 
 
-