Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ set_check_result
Method
set_check_result
implementation/message/src/message_impl.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void message_impl::set_check_result(uint8_t _check_result) {
51
check_result_ = _check_result;
52
}
53
54
bool message_impl::is_valid_crc() const {
55
return (check_result_ == 0);
Callers
1
on_message
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected