Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ BitCount
Method
BitCount
lib/mdflib/mdflib/src/cn3block.cpp:325–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
}
324
325
void Cn3Block::BitCount(uint32_t bits ) {
326
nof_bits_ = static_cast<uint16_t>(bits);
327
}
328
329
uint32_t Cn3Block::BitCount() const { return nof_bits_; }
330
Callers
15
TEST
Function · 0.45
EXPORTFEATUREFUNC
Function · 0.45
get
Method · 0.45
set
Method · 0.45
PrepareForWriting
Method · 0.45
CreateDataBytesChannel
Method · 0.45
CreateBitChannel
Function · 0.45
CreateFrameChannels
Method · 0.45
CreateChecksumErrorChannels
Method · 0.45
CreateReceiveErrorChannels
Method · 0.45
CreateBitChannel
Method · 0.45
CreateBitsChannel
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36