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

Method SetCnUnit

lib/mdflib/mdflib/src/ichannel.cpp:1070–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070void IChannel::SetCnUnit(const CnUnit &unit) {
1071 // MDF 3 can only use the TX tag
1072 Unit(unit.Comment());
1073}
1074
1075void IChannel::GetCnUnit(CnUnit& unit) const {
1076 unit.Comment(MdString(Unit()));

Callers 8

TEST_FFunction · 0.45
CreateFrameChannelMethod · 0.45
CreatePduChannelMethod · 0.45
CreateSymbolChannelMethod · 0.45

Calls 1

CommentMethod · 0.45

Tested by 1

TEST_FFunction · 0.36