cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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_ */
state_get_put
void state_get_put(const char chJob[])
Definition:
state.cpp:76
t_state::lgPut_state
bool lgPut_state
Definition:
state.h:20
t_state::chPutFilename
char chPutFilename[INPUT_LINE_LENGTH]
Definition:
state.h:15
t_state
Definition:
state.h:11
t_state::lgPutAll
bool lgPutAll
Definition:
state.h:24
t_state::lgState_print
bool lgState_print
Definition:
state.h:27
INPUT_LINE_LENGTH
const int INPUT_LINE_LENGTH
Definition:
cddefines.h:258
t_state::lgGet_state
bool lgGet_state
Definition:
state.h:20
state
t_state state
Definition:
state.cpp:19
t_state::chGetFilename
char chGetFilename[INPUT_LINE_LENGTH]
Definition:
state.h:15
Generated on Thu Oct 16 2014 09:47:50 for cloudy by
1.8.8