ICAROUS
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
v
Functions
_
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
_
a
c
d
f
g
h
i
l
m
n
p
r
s
t
w
Variables
Enumerations
Enumerator
_
a
b
c
d
f
g
l
p
r
s
t
v
Macros
b
d
e
f
g
i
m
r
t
u
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Macros
Modules
Pages
apps
scheduler
fsw
public_inc
sch_api.h
1
/*
2
** $Id: sch_api.h 1.3 2017/06/21 15:28:57EDT mdeschu Exp $
3
**
4
** Copyright (c) 2007-2014 United States Government as represented by the
5
** Administrator of the National Aeronautics and Space Administration.
6
** All Other Rights Reserved.
7
**
8
** This software was created at NASA's Goddard Space Flight Center.
9
** This software is governed by the NASA Open Source Agreement and may be
10
** used, distributed and modified only pursuant to the terms of that
11
** agreement.
12
**
13
** Purpose: This file contains api functions to change and obtain SCH Schedule Processing Enable State
14
**
15
** Author:
16
**
17
** References:
18
**
19
*/
20
21
#ifndef _sch_api_h_
22
#define _sch_api_h_
23
24
/*
25
** Includes
26
*/
27
28
#include "cfe.h"
29
30
/*
31
** Exported Functions
32
*/
33
34
/*****************************************************************************/
47
void
SCH_EnableProcessing(
void
);
48
49
50
/*****************************************************************************/
64
void
SCH_DisableProcessing(
void
);
65
66
67
/*****************************************************************************/
85
boolean
SCH_GetProcessingState(
void
);
86
87
#endif
/* _sch_api_ */
88
89
/************************/
90
/* End of File Comment */
91
/************************/
92
Generated by
1.9.2