#include <baci.h>
#include <baciC.h>
#include <acserr.h>
#include <ACSErrTypeOKC.h>
Go to the source code of this file.
Detailed Description
Header file BACI Error.
Define Documentation
#define ACS_COMPLETION |
( |
|
arg... |
) |
ACSErrHelper::ACSErrStack(__FILE__, __LINE__,## arg) |
ACS_COMPLETION is a macro which updates the singleton Completion. Takes in a variable number of arguments and passes them to ACSErrHelper::ACSErrStack while prepending the current file name and line number to the list of arguments.
- Parameters:
-
| arg | List of arguments used by ACSErrStack |
#define ACS_COMPLETION_LOG |
( |
|
arg... |
) |
ACSErrHelper::ACSErrStackLog(__FILE__, __LINE__,## arg) |
ACS_COMPLETION_LOG is a macro which updates the singleton Completion and logs it if necessary. Takes in variable number of arguments and passes them to ACSErrHelper::ACSErrStackLog while prepending the current file name and line number to the list of arguments.
- Parameters:
-
| arg | List of arguments used by ACSErrStack |