Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void ISampleObserver::AttachObserver() {
30
if (data_group_ != nullptr) {
31
data_group_->AttachSampleObserver(this);
32
}
33
}
34
35
void ISampleObserver::DetachObserver() {
36
if (data_group_ != nullptr) {
Callers
2
readDataGroupWithObservers
Method · 0.80
readLegacyTimestamps
Method · 0.80
Calls
1
AttachSampleObserver
Method · 0.80
Tested by
no test coverage detected