Skip to content

File crc.hpp

FileList > continental > crc.hpp

Go to the source code of this file

  • #include <cstdint>

Public Functions

Type Name
int crc16_packet (Iterator begin, Iterator end)
int crc16_packets (Iterator begin, Iterator end, int payload_offset)
uint8_t crc8h2f (Iterator begin, Iterator end)

Public Functions Documentation

function crc16_packet

template<typename Iterator>
int crc16_packet (
    Iterator begin,
    Iterator end
) 

function crc16_packets

template<typename Iterator>
int crc16_packets (
    Iterator begin,
    Iterator end,
    int payload_offset
) 

function crc8h2f

template<typename Iterator>
uint8_t crc8h2f (
    Iterator begin,
    Iterator end
) 


The documentation for this class was generated from the following file nebula_common/include/nebula_common/continental/crc.hpp