25 os <<
"TIM Header: \n" 26 <<
" linkLocal seqNo : " << p->linkLocalSeqNo() << std::endl
27 <<
" sequence number : " << p->sequenceNumber() << std::endl
28 <<
" timestamp : " << p->timestamp() << std::endl
29 <<
" GPS synchronized : " << p->syn() << std::endl
30 <<
" Odd size flag : " << p->oddSize() << std::endl
31 <<
" padding : " << p->padding() << std::endl;
SENF_PACKET_INSTANTIATE_TEMPLATE(senf::TIMPacket)
bool processSeqNo(TIMPacket const &tim)
bool processLLSeqNo(TIMPacket const &tim)
static void dump(packet p, std::ostream &os)
Dump given TIMPacket in readable form to given output stream.