SIMULINK_A7DAC  1.0
Control of A7_DAC device
exceptinfo.h
Go to the documentation of this file.
1 
2 #ifndef __EXCEPTION_INFO_H__
3 #define __EXCEPTION_INFO_H__
4 
5 #include "brd.h"
6 #include "utypes.h"
7 
8 typedef struct _except_info_t {
9  BRDCHAR msg[256];
11 
12 except_info_t except_info(const BRDCHAR *fmt, ...);
13 
14 #endif //__EXCEPTION_INFO_H__
15 
BRDCHAR msg[256]
Definition: exceptinfo.h:9
struct _except_info_t except_info_t
except_info_t except_info(const BRDCHAR *fmt,...)
Definition: exceptinfo.cpp:26