COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
Classes | Namespaces
BasicXor.h File Reference

Contains definition of comms::protocol::checksum::BasicXor. More...

#include <cstdint>

Go to the source code of this file.

Classes

class  comms::protocol::checksum::BasicXor< TResult, TInitValue >
 Exclusive OR (XOR) of all bytes checksum calculator. More...
 

Namespaces

namespace  comms
 Main namespace for all classes / functions of COMMS library.
 
namespace  comms::protocol
 Namespace that contains definition of layers that can be used to wrap message data with transport data.
 
namespace  comms::protocol::checksum
 Namespace that contains definition of checksum calculator classes which can be used with comms::protocol::ChecksumLayer transport layer class.
 

Detailed Description

Contains definition of comms::protocol::checksum::BasicXor.