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

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

#include "comms/frame/checksum/BasicXor.h"

Go to the source code of this file.

Namespaces

namespace  comms
 Main namespace for all classes / functions of COMMS library.
 
namespace  comms::protocol
 Defines aliases to classes in the comms::frame.
 
namespace  comms::protocol::checksum
 Defines aliases to classes in the comms::frame::checksum.
 

Typedefs

template<typename TResult = std::uint8_t, TResult TInitValue = 0>
using comms::protocol::checksum::BasicXor = comms::frame::checksum::BasicXor< TResult, TInitValue >
 Alias to the comms::frame::checksum::BasicXor.
 

Detailed Description

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