| 
    COMMS
    
   Template library intended to help with implementation of communication protocols. 
   | 
 
Contains definition of comms::frame::checksum::BasicXor. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| class | comms::frame::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::frame | 
| Namespace that contains definition of layers that can be used to wrap message data with transport data.  | |
| namespace | comms::frame::checksum | 
| Namespace that contains definition of checksum calculator classes which can be used with comms::frame::ChecksumLayer transport layer class.  | |
Contains definition of comms::frame::checksum::BasicXor.