Arduino KVComm  master
Key-Value pair communication library for Arduino
Classes
SLIPSender.hpp File Reference
#include <AH/STL/algorithm>
#include <AH/STL/utility>
#include <limits.h>
#include <stddef.h>
#include <string.h>
#include <boost/integer.hpp>
#include <SLIPStream/SLIP.hpp>
#include "SLIPSender.ipp"
Include dependency graph for SLIPSender.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLIPSender< Sender >
 Class for sending SLIP packets. More...
 
class  SLIPSenderCRC< Sender, CRC >
 Class for sending SLIP packets with a CRC checksum to check the integrity of the packets. More...