ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
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/*****************************************************************************/
47void SCH_EnableProcessing(void);
48
49
50/*****************************************************************************/
64void SCH_DisableProcessing(void);
65
66
67/*****************************************************************************/
85boolean SCH_GetProcessingState(void);
86
87#endif /* _sch_api_ */
88
89/************************/
90/* End of File Comment */
91/************************/
92