Skip to content

Commit

Permalink
feat: Sync /protos_files with the latest RemotiveBroker release
Browse files Browse the repository at this point in the history
  • Loading branch information
remotivelabs committed Apr 12, 2024
1 parent 71a4920 commit 85e7a11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/proto_files/traffic_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ message PlaybackMode {
uint64 endTime = 7; /// End time in monotonic micro seconds.
int64 timeDeviation = 8; /// Time deviation in micro seconds, measured by server.
int64 offsetWallClockVsSample = 9; /// Signal and wall clock offset. Signals might have a seperate timestamp.
bool noPlaybackToApplication = 10; /// Allows disabling of data flow from recording to application layers. Default is set to false.
bool playbackToBus = 11; /// Let data to be replayed to the bus specified in intefaces.json. Defalt set to false.
}

/// Information about all playbacks and recordings.
Expand Down

0 comments on commit 85e7a11

Please sign in to comment.