Searched refs:msgIdWidth (Results 1 – 1 of 1) sorted by relevance
43 int msgIdWidth = 3; in onReceive() local44 if (message.isExtendedId) msgIdWidth = 8; in onReceive()45 std::cout << " " << name << " " << std::hex << std::uppercase << std::setw(msgIdWidth) in onReceive()