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

Method get

lib/mdflib/mdflibrary/src/CanMessage.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24CanMessageType CanMessage::TypeOfMessage::get() {
25 return msg_ != nullptr ?
26 static_cast<CanMessageType>(msg_->TypeOfMessage())
27 : CanMessageType::Can_DataFrame;
28}
29
30void CanMessage::MessageId::set(uint32_t msgId) {
31 if (msg_ != nullptr) {

Callers

nothing calls this directly

Calls 15

TypeOfMessageMethod · 0.80
MessageIdMethod · 0.80
CanIdMethod · 0.80
ExtendedIdMethod · 0.80
DlcMethod · 0.80
SrrMethod · 0.80
EdlMethod · 0.80
BrsMethod · 0.80
EsiMethod · 0.80
RtrMethod · 0.80
WakeUpMethod · 0.80
SingleWireMethod · 0.80

Tested by

no test coverage detected