Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/tools/
H A Dcanhaldump.cpp43 int msgIdWidth = 3; in onReceive() local
44 if (message.isExtendedId) msgIdWidth = 8; in onReceive()
45 std::cout << " " << name << " " << std::hex << std::uppercase << std::setw(msgIdWidth) in onReceive()