Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ HeaderCrc
Method
HeaderCrc
lib/mdflib/include/mdf/flexraymessage.h:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
[[nodiscard]] uint32_t Crc() const { return crc_; }
113
114
void HeaderCrc(uint16_t crc) { header_crc_ = crc; }
115
[[nodiscard]] uint16_t HeaderCrc() const { return header_crc_; }
116
117
void Reserved(bool reserved) { reserved_ = reserved; }
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64