COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::protocol::checksum::Crc. More...
#include "comms/frame/checksum/Crc.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 , TResult TPoly, TResult TInit = 0, TResult TFin = 0, bool TReflect = false, bool TReflectRem = false> | |
using | comms::protocol::checksum::Crc = comms::frame::checksum::Crc< TResult, TPoly, TInit, TFin, TReflect, TReflectRem > |
Alias to the comms::frame::checksum::Crc. | |
using | comms::protocol::checksum::Crc_16 = comms::frame::checksum::Crc_16 |
Alias to the comms::frame::checksum::Crc_16. | |
using | comms::protocol::checksum::Crc_32 = comms::frame::checksum::Crc_32 |
Alias to the comms::frame::checksum::Crc_32. | |
using | comms::protocol::checksum::Crc_CCITT = comms::frame::checksum::Crc_CCITT |
Alias to the comms::frame::checksum::Crc_CCITT. | |
Contains definition of comms::protocol::checksum::Crc.