#include "driver_svh/SVHSerialInterface.h"
#include "driver_svh/Logging.h"
#include <icl_comm/ByteOrderConversion.h>
Go to the source code of this file.
Namespaces | |
namespace | driver_svh |
This file contains the SVHSerialInterface class that is used to handle the protocoll overhead of the serial communication. It uses an icl_comm serial device that opens the physical connection and is responsible to manage this hardware resource as well as protocoll issues like sync bytes, checksum calculation and counting of packets send and received.
Definition in file SVHSerialInterface.cpp.