Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
DccDebug.hxx
Go to the documentation of this file.
1
35#ifndef _DCC_DCCDEBUG_HXX_
36#define _DCC_DCCDEBUG_HXX_
37
38#include "dcc/Packet.hxx"
39
40namespace dcc {
41
49string packet_to_string(const DCCPacket& pkt, bool bin_payload = false);
50
51} // namespace dcc
52
53#endif // _DCC_DCCDEBUG_HXX_
string packet_to_string(const DCCPacket &pkt, bool bin_payload)
Renders a DCC packet as a debug string.
Definition DccDebug.cxx:43
Stores a DCC packet in memory.
Definition packet.h:55