SIMULINK_A7DAC
1.0
Control of A7_DAC device
src
work
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];
10
}
except_info_t
;
11
12
except_info_t
except_info
(
const
BRDCHAR *fmt, ...);
13
14
#endif //__EXCEPTION_INFO_H__
15
_except_info_t::msg
BRDCHAR msg[256]
Definition:
exceptinfo.h:9
except_info_t
struct _except_info_t except_info_t
_except_info_t
Definition:
exceptinfo.h:8
except_info
except_info_t except_info(const BRDCHAR *fmt,...)
Definition:
exceptinfo.cpp:26
Generated by
1.8.14