cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
17 
20  bool lgGet_state ,
22 
24  bool lgPutAll;
25 
28 
29  };
30 
31 extern t_state state;
32 
33 
34 #endif /* STATE_H_ */
bool lgPut_state
Definition: state.h:20
char chPutFilename[INPUT_LINE_LENGTH]
Definition: state.h:15
Definition: state.h:11
bool lgPutAll
Definition: state.h:24
bool lgState_print
Definition: state.h:27
const int INPUT_LINE_LENGTH
Definition: cddefines.h:258
t_state state
Definition: state.cpp:19
bool lgGet_state
Definition: state.h:20
void state_get_put(const char chJob[])
Definition: state.cpp:76
char chGetFilename[INPUT_LINE_LENGTH]
Definition: state.h:15