definitions.h File Reference

Definitions module header file. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NONCE_SIZE   16
 
#define DEFAULT_META_TYPE_SIZE   6
 
#define DEFAULT_PAYLOAD_TYPE_SIZE   20
 
#define DEFAULT_QUALITY_CODE_SIZE   9
 
#define DEFAULT_DATE_SIZE   23
 
#define DEFAULT_TIMESTAMP_SIZE   25
 
#define DEFAULT_ID_SIZE   37
 
#define DEFAULT_VALUES_COUNT   5
 
#define MAXIMUM_HOST_NAME_LENGTH   256
 
#define MAXIMUM_PROXY_USER_NAME_LENGTH   32
 
#define MAXIMUM_PROXY_PASSWORD_LENGTH   32
 
#define MAXIMUM_PROXY_DOMAIN_LENGTH   256
 
#define MAXIMUM_USER_AGENT_LENGTH   512
 
#define DEFAULT_HTTP_REQUEST_TIMEOUT   (300)
 
#define JWT_EXPIRATION_TIME   86400
 

Detailed Description

Definitions module header file.

General definitions are stored in this header file.

Definition in file definitions.h.

Macro Definition Documentation

#define DEFAULT_DATE_SIZE   23

Definition at line 19 of file definitions.h.

#define DEFAULT_HTTP_REQUEST_TIMEOUT   (300)

Definition at line 31 of file definitions.h.

Referenced by mcl_core_configuration_initialize().

#define DEFAULT_ID_SIZE   37

Definition at line 21 of file definitions.h.

#define DEFAULT_META_TYPE_SIZE   6

Definition at line 16 of file definitions.h.

#define DEFAULT_PAYLOAD_TYPE_SIZE   20

Definition at line 17 of file definitions.h.

#define DEFAULT_QUALITY_CODE_SIZE   9

Definition at line 18 of file definitions.h.

#define DEFAULT_TIMESTAMP_SIZE   25

Definition at line 20 of file definitions.h.

#define DEFAULT_VALUES_COUNT   5

Definition at line 22 of file definitions.h.

#define JWT_EXPIRATION_TIME   86400

Definition at line 34 of file definitions.h.

Referenced by _create_self_issued_jwt_payload().

#define MAXIMUM_HOST_NAME_LENGTH   256

Definition at line 24 of file definitions.h.

Referenced by core_configuration_validate().

#define MAXIMUM_PROXY_DOMAIN_LENGTH   256

Definition at line 27 of file definitions.h.

Referenced by core_configuration_validate().

#define MAXIMUM_PROXY_PASSWORD_LENGTH   32

Definition at line 26 of file definitions.h.

Referenced by core_configuration_validate().

#define MAXIMUM_PROXY_USER_NAME_LENGTH   32

Definition at line 25 of file definitions.h.

Referenced by core_configuration_validate().

#define MAXIMUM_USER_AGENT_LENGTH   512

Definition at line 28 of file definitions.h.

Referenced by core_configuration_validate().

#define NONCE_SIZE   16

Definition at line 14 of file definitions.h.