mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 21:12:07 +08:00
replay: make speed_ atomic (#30429)
make speed_ atomic old-commit-hash: 26a82e70d547a479c768d1971dca151f34aadcb6
This commit is contained in:
@@ -144,7 +144,7 @@ protected:
|
||||
std::vector<std::tuple<double, double, TimelineType>> timeline;
|
||||
std::set<cereal::Event::Which> allow_list;
|
||||
std::string car_fingerprint_;
|
||||
float speed_ = 1.0;
|
||||
std::atomic<float> speed_ = 1.0;
|
||||
replayEventFilter event_filter = nullptr;
|
||||
void *filter_opaque = nullptr;
|
||||
int segment_cache_limit = MIN_SEGMENTS_CACHE;
|
||||
|
||||
Reference in New Issue
Block a user