EasyManua.ls Logo

Aim MIL-STD-1553 - Apisetdlldbglevel

Aim MIL-STD-1553
502 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
50 MIL-STD-1553 Reference Manual
Chapter 2 - Library Administration and Initialization Functions
2.1.21 ApiSetDllDbgLevel
Prototype:
AiInt16 ApiSetDllDbgLevel( AiUInt32 ul_DllDbgLevel );
Driver Command:
none
Purpose:
This function sets the current debug output level of the Application Interface.
Input
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
D
D
l
l
l
l
D
D
b
b
g
g
L
L
e
e
v
v
e
e
l
l
Debug Level
Note: Under Windows the debug output is done with the Windows API call
of OutputDebugString. The output can be achieved e.g. via the utility
“DbgView” (see http://www.sysinternals.com for download).
Value
Constant
Description
0x00000000
DBG_DISABLED
Force no debug output
0x00000001
DBG_INT
Force interrupt related debug output
0x00000002
DBG_INIT
Force initialization related debug output
0x00000004
DBG_OPEN
Force module open related debug output
0x00000008
DBG_CLOSE
Force module close related debug output
0x00000010
DBG_IO
Force module I/O related debug output
0x00000020
DBG_READREC
Force recording related debug output
0x00000040
DBG_WRITEREP
Force replay related debug output
0x00000080
DBG_MUTEX
Force mutex related debug output
0x00000400
DBG_PARAMCHK
Force parameter range check
0x04000000
DBG_TRACE_PBAPRO
For internal use only
0x08000000
DBG_TRACE
Force a function call trace log into file
“aim_mil.log”
0x10000000
DBG_INFO
Force informational debug output
0x20000000
DBG_ERROR
Force general error related debug output
(e.g. range check errors)
0x40000000
DBG_ERRORMSG
Force error message box, if I/O to the
board fails with error or range check fails
0xFFFFFFFF
DBG_ALL
Force all available debug output
Note: The default debug level after program start is set to 0x30000000
(DBG_ERROR | DBG_INFO | DBG_PARAMCHK)!
Output
N
N
o
o
n
n
e
e
Return Value
N
N
o
o
n
n
e
e

Table of Contents

Other manuals for Aim MIL-STD-1553