Skip to content

Class jac::Crc16

ClassList > jac > Crc16

Public Functions

Type Name
Crc16 ()
void reset ()
void update (uint8_t c)
void update (std::span< const uint8_t > data)
uint16_t value () const

Public Functions Documentation

function Crc16

inline jac::Crc16::Crc16 () 

function reset

inline void jac::Crc16::reset () 

function update [1/2]

inline void jac::Crc16::update (
    uint8_t c
) 

function update [2/2]

inline void jac::Crc16::update (
    std::span< const uint8_t > data
) 

function value

inline uint16_t jac::Crc16::value () const

The documentation for this class was generated from the following file src/jac/link/util/crc.h