FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
hecmw_msg.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2019 FrontISTR Commons
3
* This software is released under the MIT License, see LICENSE.txt
4
*****************************************************************************/
5
6
#ifndef HECMW_MSG_INCLUDED
7
#define HECMW_MSG_INCLUDED
8
9
#include "
hecmw_msgno.h
"
10
11
struct
hecmw_msgent
{
12
int
msgno
;
13
char
*
msgno_str
;
14
char
*
msg
;
15
};
16
17
extern
struct
hecmw_msgent
hecmw_msg_table
[];
18
19
extern
char
*
HECMW_strmsg
(
int
msgno
);
20
21
extern
int
HECMW_is_syserr
(
int
msgno
);
22
23
#endif
hecmw_msgent
Definition:
hecmw_msg.h:11
hecmw_msgent::msgno
int msgno
Definition:
hecmw_msg.h:15
hecmw_msgno.h
HECMW_strmsg
char * HECMW_strmsg(int msgno)
Definition:
hecmw_msg.c:31
hecmw_msgent::msgno_str
char * msgno_str
Definition:
hecmw_msg.h:16
hecmw_msgent::msg
char * msg
Definition:
hecmw_msg.h:17
HECMW_is_syserr
int HECMW_is_syserr(int msgno)
Definition:
hecmw_msg.c:46
hecmw_msg_table
struct hecmw_msgent hecmw_msg_table[]
Definition:
hecmw_msg_table.c:5
hecmw1
src
common
hecmw_msg.h
Generated by
1.8.17