cloudy
trunk
Loading...
Searching...
No Matches
source
state.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef STATE_H_
5
#define STATE_H_
6
7
9
void
state_get_put
(
const
char
chJob[] );
10
11
struct
t_state
{
12
15
char
chPutFilename
[
INPUT_LINE_LENGTH
] ,
16
chGetFilename
[
INPUT_LINE_LENGTH
];
17
20
bool
lgGet_state
,
21
lgPut_state
;
22
24
bool
lgPutAll
;
25
27
bool
lgState_print
;
28
29
};
30
31
extern
t_state
state
;
32
33
34
#endif
/* STATE_H_ */
INPUT_LINE_LENGTH
const int INPUT_LINE_LENGTH
Definition
cddefines.h:254
state
t_state state
Definition
state.cpp:19
state_get_put
void state_get_put(const char chJob[])
Definition
state.cpp:76
t_state
Definition
state.h:11
t_state::lgPut_state
bool lgPut_state
Definition
state.h:21
t_state::lgPutAll
bool lgPutAll
Definition
state.h:24
t_state::lgState_print
bool lgState_print
Definition
state.h:27
t_state::chPutFilename
char chPutFilename[INPUT_LINE_LENGTH]
Definition
state.h:15
t_state::chGetFilename
char chGetFilename[INPUT_LINE_LENGTH]
Definition
state.h:16
t_state::lgGet_state
bool lgGet_state
Definition
state.h:20
Generated by
1.14.0