GM6000 Digital Heater Controller Branch: main
SDX-1330
Namespaces | Macros | Functions
Api.h File Reference
#include "colony_config.h"
Include dependency graph for Api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Driver
 namespace
 
namespace  Driver::Crypto
 The 'Crypto' namespace provides a collection of Cryptographic functions and algorithms.
 

Macros

#define DriverCryptoStatus_T   int
 Return Status. DRIVER_CRYPTO_SUCCESS is success, all other values indicate an error.
 
#define DRIVER_CRYPTO_SUCCESS   0
 Success return value (Warning: strongly recommended that the value is not overridden)
 

Functions

DriverCryptoStatus_T Driver::Crypto::initialize () noexcept
 This method is used to initialize the Crytpo engine.
 
void Driver::Crypto::shutdown () noexcept
 This method is used to 'cleanly' shutdown the Crypto engine.
 

Macro Definition Documentation

◆ DRIVER_CRYPTO_SUCCESS

#define DRIVER_CRYPTO_SUCCESS   0

Success return value (Warning: strongly recommended that the value is not overridden)

◆ DriverCryptoStatus_T

#define DriverCryptoStatus_T   int

Return Status. DRIVER_CRYPTO_SUCCESS is success, all other values indicate an error.