Home
last modified time | relevance | path

Searched refs:kCounter (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/tools/libprotocan/
DMessageDef.cpp28 : id(id), kLen(len), kSignals(std::move(signals)), kCounter(counter), kChecksum(checksum) {} in MessageDef()
49 CHECK(kCounter.has_value()) << "Can't build a counter for message without such signal"; in makeCounter()
50 return MessageCounter(*kCounter); in makeCounter()
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/include/libprotocan/
DMessageDef.h65 const std::optional<Signal> kCounter; variable