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

Method ChannelGroup

lib/mdflib/mdflib/src/sr3block.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34double Sr3Block::Interval() const { return time_interval_; }
35
36const IChannelGroup *Sr3Block::ChannelGroup() const {
37 const auto* mdf_block = CgBlock();
38 return mdf_block != nullptr ? dynamic_cast<const IChannelGroup*>(mdf_block) : nullptr;
39}
40
41uint64_t Sr3Block::Read(std::streambuf& buffer) {
42 uint64_t bytes = ReadHeader3(buffer);

Callers 10

TEST_FFunction · 0.45
OnGetItemTextMethod · 0.45
OnShowSrDataMethod · 0.45
SaveCanMessageMethod · 0.45
SaveLinMessageMethod · 0.45
SaveEthMessageMethod · 0.45
SaveMostMessageMethod · 0.45
SaveFlexRayMessageMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36