ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
sch_msgids.h
1/************************************************************************
2** File:
3** $Id: sch_msgids.h 1.3 2017/06/21 15:28:57EDT mdeschu Exp $
4**
5** Copyright (c) 2007-2014 United States Government as represented by the
6** Administrator of the National Aeronautics and Space Administration.
7** All Other Rights Reserved.
8**
9** This software was created at NASA's Goddard Space Flight Center.
10** This software is governed by the NASA Open Source Agreement and may be
11** used, distributed and modified only pursuant to the terms of that
12** agreement.
13**
14** Purpose:
15** The CFS Scheduler (SCH) Application Message IDs header file
16**
17** Notes:
18**
19*************************************************************************/
20#ifndef _sch_msgids_h_
21#define _sch_msgids_h_
22
23/**************************
24** SCH Command Message IDs
25***************************/
26#define SCH_CMD_MID 0x1895
27#define SCH_SEND_HK_MID 0x1896
28#define SCH_UNUSED_MID 0x1897
29/*
30#define SCH_SPARE1 0x1898
31#define SCH_SPARE2 0x1899
32*/
33
34/***************************
35** SCH Telemetry Message IDs
36****************************/
37#define SCH_HK_TLM_MID 0x0897
38#define SCH_DIAG_TLM_MID 0x0898
39/*
40#define SCH_TLM_SPARE1 0x0899
41#define SCH_TLM_SPARE2 0x089A
42*/
43
44/***************************
45** ICAROUS wakeup messages
46***************************/
47#define FREQ_50_WAKEUP_MID 0x0F01
48#define FREQ_30_WAKEUP_MID 0x0F02
49#define FREQ_20_WAKEUP_MID 0x0F03
50#define FREQ_10_WAKEUP_MID 0x0F04
51#define FREQ_05_WAKEUP_MID 0x0F05
52#define FREQ_01_WAKEUP_MID 0x0F06
53
54
55
56#endif /* _sch_msgids_h_ */
57
58/************************/
59/* End of File Comment */
60/************************/