DUNE: Uniform Navigational Environment  2022.04.0
DUNE::Algorithms Namespace Reference

Detailed Description

General purpose algorithms.

Classes

class  Base64
 
class  CRC16
 
class  CRC32
 
class  CRC8
 
class  FletcherChecksum
 
class  MD5
 
class  UNESCO1983
 
class  XORChecksum
 

Variables

class DUNE_DLL_SYM Base64
 
const uint16_t c_crc16_ibm_table [256]
 
class DUNE_DLL_SYM CRC16
 
const uint32_t c_crc32_table [256]
 
class DUNE_DLL_SYM CRC32
 
class DUNE_DLL_SYM CRC8
 
class DUNE_DLL_SYM MD5
 
class DUNE_DLL_SYM UNESCO1983
 

Variable Documentation

◆ Base64

class DUNE_DLL_SYM DUNE::Algorithms::Base64

◆ c_crc16_ibm_table

const uint16_t DUNE::Algorithms::c_crc16_ibm_table

◆ c_crc32_table

const uint32_t DUNE::Algorithms::c_crc32_table

◆ CRC16

class DUNE_DLL_SYM DUNE::Algorithms::CRC16

◆ CRC32

class DUNE_DLL_SYM DUNE::Algorithms::CRC32

◆ CRC8

class DUNE_DLL_SYM DUNE::Algorithms::CRC8

◆ MD5

class DUNE_DLL_SYM DUNE::Algorithms::MD5

◆ UNESCO1983

class DUNE_DLL_SYM DUNE::Algorithms::UNESCO1983