GM6000 Digital Heater Controller Branch: main
SDX-1330
Namespaces | Macros | Functions
Md5Checksum.h File Reference
#include "colony_config.h"
#include "Cpl/Checksum/ApiMd5.h"
#include "Cpl/Text/String.h"
Include dependency graph for Md5Checksum.h:

Go to the source code of this file.

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Io
 The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files.
 
namespace  Cpl::Io::File
 The File namespace provides the base/common interfaces for reading and writing data from/to Files.
 

Macros

#define OPTION_CPL_IO_FILE_MD5_WORK_BUFFER_SIZE   1024
 Size, in bytes, of the work buffer used when reading the file contents.
 

Functions

bool Cpl::Io::File::calcMD5Checksum (const char *fullPathName, Cpl::Checksum::ApiMd5::Digest_T dstDigest, Cpl::Text::String *dstString=nullptr, size_t *dstFileLen=nullptr)
 This method calculates the MD5 Checksum of the specified file.
 

Macro Definition Documentation

◆ OPTION_CPL_IO_FILE_MD5_WORK_BUFFER_SIZE

#define OPTION_CPL_IO_FILE_MD5_WORK_BUFFER_SIZE   1024

Size, in bytes, of the work buffer used when reading the file contents.