22 #ifndef HDLCD_PACKET_CTRL_PRINTER_H 23 #define HDLCD_PACKET_CTRL_PRINTER_H 30 std::cout <<
"Serial port is: ";
32 std::cout <<
"alive, ";
34 std::cout <<
"not alive, ";
38 std::cout <<
"without locks (resumed)" << std::endl;
41 std::cout <<
"locked with own lock, ";
43 std::cout <<
"locked without own lock, ";
47 std::cout <<
"others have locks" << std::endl;
49 std::cout <<
"no other locks" << std::endl;
53 std::cout <<
"Received an echo reply packet" << std::endl;
58 #endif // HDLCD_PACKET_CTRL_PRINTER_H
Copyright (c) 2016, Florian Evers, florian-evers@gmx.de All rights reserved.
void HdlcdPacketCtrlPrinter(const HdlcdPacketCtrl &a_PacketCtrl)
E_CTRL_TYPE GetPacketType() const
bool GetIsLockedBySelf() const
bool GetIsLockedByOthers() const