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

Method Crc

lib/mdflib/mdflib/src/canmessage.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void CanMessage::Crc(uint32_t crc) {
208 crc_ = crc;
209}
210
211uint32_t CanMessage::Crc() const {
212 return crc_;

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
setFunction · 0.45
getFunction · 0.45
ParseCanMessageMethod · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36