Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1070
void IChannel::SetCnUnit(const CnUnit &unit) {
1071
// MDF 3 can only use the TX tag
1072
Unit(unit.Comment());
1073
}
1074
1075
void IChannel::GetCnUnit(CnUnit& unit) const {
1076
unit.Comment(MdString(Unit()));
Callers
8
TEST_F
Function · 0.45
CreateFreeBytesChannel
Method · 0.45
CreateFrameChannel
Method · 0.45
CreatePduChannel
Method · 0.45
CreateFrameHeaderChannel
Method · 0.45
CreateNullFrameChannel
Method · 0.45
CreateErrorFrameChannel
Method · 0.45
CreateSymbolChannel
Method · 0.45
Calls
1
Comment
Method · 0.45
Tested by
1
TEST_F
Function · 0.36