![]() |
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
|
implementation of the main interface for paceval's self-test functions (annotation: switching the functionality on and off is set in paceval_dTestDebug.h) More...
#include "./inc/paceval_dVersion.h"#include "./inc/paceval_fSelfTestMain.h"#include "./inc/paceval_fSelfTestFloatingPoint.h"#include <stdlib.h>#include <stdio.h>#include <string.h>
Functions | |
| long | paceval_getSelfTestPassed () |
| void | paceval_setSelfTestPassed (const long value_in) |
| bool | pacevalLibrary_InternalRunSelfTest () |
Variables | |
| long | paceval_library_self_test_passed = PACEVAL_ERR_SELF_TEST_NO_ERROR |
| unsigned long | counter_allpacevalObjects_in_cCleanupHandler = 0 |
implementation of the main interface for paceval's self-test functions (annotation: switching the functionality on and off is set in paceval_dTestDebug.h)
| 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


| unsigned long counter_allpacevalObjects_in_cCleanupHandler = 0 |
| long paceval_library_self_test_passed = PACEVAL_ERR_SELF_TEST_NO_ERROR |