MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / updateMaxObservedArrayLength

Method updateMaxObservedArrayLength

pj_datastore/src/topic_storage.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void TopicStorage::updateMaxObservedArrayLength(uint32_t observed_length) {
172 if (observed_length > max_observed_array_length_) {
173 max_observed_array_length_ = observed_length;
174 }
175}
176
177void TopicStorage::incrementTruncatedSampleCount() {
178 ++truncated_sample_count_;

Callers 2

expandArrayMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64