#include <grammar_common.h>
Definition at line 223 of file grammar_common.h.
template<typename T >
| result_type digitPaddingBytesImpl::operator() |
( |
T |
digit | ) |
const |
|
inline |
Definition at line 234 of file grammar_common.h.
236 char lastbyte = digit[0];
239 if( (lastbyte & 0x0F) == 0)
242 LOG_DEBUG(
"CodedNumber properly padded byte detected: %x", lastbyte);
245 LOG_DEBUG(
"CodedNumber with unpadded byte detected: %x", lastbyte);
The documentation for this struct was generated from the following file:
- /build/rock-master-18.09-multiagent-fipa-acl-0.20180914/src/message_parser/grammar/grammar_common.h