time property

  1. @TagNumber(1)
Duration get time

Time from the start of the motion at which this waypoint should be reached. Must be zero for the first point of the stream and strictly increasing thereafter. Server implementations should validate these constraints.

Implementation

@$pb.TagNumber(1)
$48.Duration get time => $_getN(0);
  1. @TagNumber(1)
set time (Duration v)

Implementation

@$pb.TagNumber(1)
set time($48.Duration v) { setField(1, v); }