28 #ifndef SRECORD_STM32_H
29 #define SRECORD_STM32_H
69 unsigned long get(
void)
const;
74 void next(
unsigned char c);
79 void nextbuf(
const void *data,
size_t data_size);
The stm32 class is used to represent the running value of a 32-bit cyclic redundancy check of series ...
unsigned long get(void) const
The get method is used to obtain the running value of the cyclic redundancy check.
void nextbuf(const void *data, size_t data_size)
The nextbuf method is used to advance the state by a series of bytes.
void next(unsigned char c)
The next method is used to advance the state by one byte.
stm32()
The default constructor.
stm32 & operator=(const stm32 &)
The assignment operator.
static const size_t wordsize
Word size on the STM32.
stm32(const stm32 &)
The copy constructor.
virtual ~stm32()
The destructor.