MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / AttachObserver

Method AttachObserver

lib/mdflib/mdflib/src/isampleobserver.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void ISampleObserver::AttachObserver() {
30 if (data_group_ != nullptr) {
31 data_group_->AttachSampleObserver(this);
32 }
33}
34
35void ISampleObserver::DetachObserver() {
36 if (data_group_ != nullptr) {

Callers 2

readLegacyTimestampsMethod · 0.80

Calls 1

AttachSampleObserverMethod · 0.80

Tested by

no test coverage detected