timestamp property

  1. @TagNumber(7)
int get timestamp

Positional timestamp (actual timestamp of GPS solution) in integer epoch seconds

Implementation

@$pb.TagNumber(7)
$core.int get timestamp => $_getIZ(6);
  1. @TagNumber(7)
set timestamp (int value)

Implementation

@$pb.TagNumber(7)
set timestamp($core.int value) => $_setUnsignedInt32(6, value);