![]() |
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
|
specification of the main interface for paceval's self-test functions (annotation: switching the functionality on and off is set in paceval_dTestDebug.h) More...


Enumerations | |
| enum | paceval_eErrorSelfTest { PACEVAL_ERR_SELF_TEST_NO_ERROR = 0 , PACEVAL_ERR_SELF_TEST_PERFORMANCE_INDEX = -10 , PACEVAL_ERR_SELF_TEST_APPROXIMATION = -20 , PACEVAL_ERR_SELF_TEST_MIXED_FUNCTIONS = -30 , PACEVAL_ERR_SELF_TEST_MEMORY = -40 , PACEVAL_ERR_SELF_TEST_FLOAT = -1000 , PACEVAL_ERR_SELF_TEST_DOUBLE = -2000 , PACEVAL_ERR_SELF_TEST_LONG_DOUBLE = -3000 } |
Functions | |
| long | paceval_getSelfTestPassed () |
| void | paceval_setSelfTestPassed (const long value_in) |
| bool | pacevalLibrary_InternalRunSelfTest () |
Variables | |
| unsigned long | counter_allpacevalObjects_in_cCleanupHandler |
specification of the main interface for paceval's self-test functions (annotation: switching the functionality on and off is set in paceval_dTestDebug.h)
specifies the type of recent self-test failures (annotation: this can be determined by the constant paceval_SelfTestPassed)
| long paceval_getSelfTestPassed | ( | ) |
gets the recent self-test failure, see paceval_eErrorSelfTest

| void paceval_setSelfTestPassed | ( | const long | value_in | ) |
stores the recent self-test failure, see paceval_eErrorSelfTest
| value_in | specifies the recent self-test failure |

| bool pacevalLibrary_InternalRunSelfTest | ( | ) |
starts all paceval self-tests that are set via the functionalities in paceval_dTestDebug.h


|
extern |