paceval. 4.26
Documentation of the paceval. source-code, Copyright ©1994-2024. Version 1.x, 2.x, 3.x, 4.x ©1994-2025 Joerg Koenning & paceval UG [Registered Trade Mark] All rights reserved., Author(s) : Joerg Koenning
Loading...
Searching...
No Matches
Macros | Functions
paceval_dTestDebug.h File Reference

switches the feature flags for paceval's internal tests (annotation: for delivery, e.g. as a software development kit, all these feature flags should be set to 0) More...

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

Macros

#define paceval_test_RUN_QUICK_TEST   0
 
#define paceval_test_RUN_SELF_TEST_MEMORY   0
 
#define paceval_test_RUN_SELF_TEST_LONG_DOUBLE   0
 
#define paceval_test_RUN_SELF_TEST_DOUBLE   0
 
#define paceval_test_RUN_SELF_TEST_FLOAT   0
 
#define paceval_ENABLE_LOGGING_TO_FILE   0
 

Functions

bool paceval_isLoggingEnabled ()
 
bool paceval_setLoggingEnabled (bool loggingEnabled_in)
 

Detailed Description

switches the feature flags for paceval's internal tests (annotation: for delivery, e.g. as a software development kit, all these feature flags should be set to 0)

Macro Definition Documentation

◆ paceval_ENABLE_LOGGING_TO_FILE

#define paceval_ENABLE_LOGGING_TO_FILE   0

Defines whether the feature is set to log information to a file, e.g. the test results of the extended mathematical tests by paceval (default is 1 = feature is used, see paceval_cCleanupHandler.cpp)

◆ paceval_test_RUN_QUICK_TEST

#define paceval_test_RUN_QUICK_TEST   0

defines whether the feature is set to perform a quick mathematical test by paceval (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)

◆ paceval_test_RUN_SELF_TEST_DOUBLE

#define paceval_test_RUN_SELF_TEST_DOUBLE   0

defines whether the feature is set to perform a extended mathematical test by paceval for precision double (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)

◆ paceval_test_RUN_SELF_TEST_FLOAT

#define paceval_test_RUN_SELF_TEST_FLOAT   0

defines whether the feature is set to perform a extended mathematical test by paceval for precision float (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)

◆ paceval_test_RUN_SELF_TEST_LONG_DOUBLE

#define paceval_test_RUN_SELF_TEST_LONG_DOUBLE   0

defines whether the feature is set to perform a extended mathematical test by paceval for precision long double (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)

◆ paceval_test_RUN_SELF_TEST_MEMORY

#define paceval_test_RUN_SELF_TEST_MEMORY   0

defines whether the feature is set to perform a memory test by paceval (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)

Function Documentation

◆ paceval_isLoggingEnabled()

bool paceval_isLoggingEnabled ( )

gets whether log information to file should be used (annotation: this also depends on the feature flag paceval_ENABLE_LOGGING_TO_FILE)

Here is the caller graph for this function:

◆ paceval_setLoggingEnabled()

bool paceval_setLoggingEnabled ( bool loggingEnabled_in)

sets whether log information to file should be used (annotation: this also depends on the feature flag paceval_ENABLE_LOGGING_TO_FILE)

Parameters
loggingEnabled_inspecifies whether log information to file or buffer should be used
Here is the caller graph for this function:

https://paceval.com