Searched refs:timestampType (Results 1 – 3 of 3) sorted by relevance
44 timestampType?: TimestampType;75 !this.remoteTool.timestampType ||90 this.remoteTool.timestampType,170 this.setRemoteToolTimestampTypeIfNeeded(message.timestampType);180 this.setRemoteToolTimestampTypeIfNeeded(message.timestampType);193 this.setRemoteToolTimestampTypeIfNeeded(message.timestampType);205 if (remoteTool.timestampType !== undefined) {212 remoteTool.timestampType = type ?? TimestampType.CLOCK_REALTIME;218 const timestampType = this.remoteTool?.timestampType; constant219 switch (timestampType) {[all …]
50 public timestampType?: TimestampType,60 public timestampType?: TimestampType, property in MessageTimestamp71 public timestampType?: TimestampType,
253 const timestampType = assertDefined(message.timestampType); constant254 switch (timestampType) {270 assertUnreachable(timestampType);