ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
sch_events.h
1/*
2** $Id: sch_events.h 1.3 2017/06/21 15:29:22EDT 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** Subsystem: Scheduler (SCH) event message ID's
14**
15** Author:
16**
17** Notes:
18**
19*/
20
21#ifndef _sch_events_
22#define _sch_events_
23
24/*************************************************************************
25**
26** Include section
27**
28**************************************************************************/
29
30/*
31** (none)
32*/
33
34/*************************************************************************
35**
36** Macro definitions
37**
38**************************************************************************/
39
55#define SCH_INITSTATS_INF_EID 1
56
68#define SCH_APP_EXIT_EID 2
69
82#define SCH_CR_PIPE_ERR_EID 3
83
98#define SCH_SUB_HK_REQ_ERR_EID 4
99
114#define SCH_SUB_GND_CMD_ERR_EID 5
115
128#define SCH_SDT_REG_ERR_EID 7
129
142#define SCH_MDT_REG_ERR_EID 8
143
157#define SCH_SDT_LOAD_ERR_EID 9
158
172#define SCH_MDT_LOAD_ERR_EID 10
173
187#define SCH_ACQ_PTR_ERR_EID 11
188
201#define SCH_MINOR_FRAME_TIMER_CREATE_ERR_EID 12
202
221#define SCH_MINOR_FRAME_TIMER_ACC_WARN_EID 13
222
236#define SCH_MAJOR_FRAME_SUB_ERR_EID 14
237
250#define SCH_SEM_CREATE_ERR_EID 15
251
266#define SCH_SAME_SLOT_EID 16
267
282#define SCH_SKIPPED_SLOTS_EID 17
283
297#define SCH_MULTI_SLOTS_EID 18
298
319#define SCH_CORRUPTION_EID 19
320
336#define SCH_PACKET_SEND_EID 20
337
351#define SCH_NOISY_MAJOR_FRAME_ERR_EID 21
352
372#define SCH_SCHEDULE_TBL_ERR_EID 30
373
388#define SCH_SCHEDULE_TABLE_EID 31
389
406#define SCH_MESSAGE_TBL_ERR_EID 32
407
422#define SCH_MESSAGE_TABLE_EID 33
423
439#define SCH_NOOP_CMD_EID 40
440
451#define SCH_RESET_CMD_EID 41
452
466#define SCH_ENABLE_CMD_EID 42
467
481#define SCH_DISABLE_CMD_EID 43
482
496#define SCH_ENA_GRP_CMD_EID 44
497
511#define SCH_DIS_GRP_CMD_EID 45
512
523#define SCH_ENA_SYNC_CMD_EID 46
524
535#define SCH_SEND_DIAG_CMD_EID 47
536
551#define SCH_ENABLE_CMD_ARG_ERR_EID 50
552
569#define SCH_ENABLE_CMD_ENTRY_ERR_EID 51
570
585#define SCH_DISABLE_CMD_ARG_ERR_EID 52
586
603#define SCH_DISABLE_CMD_ENTRY_ERR_EID 53
604
615#define SCH_ENA_GRP_CMD_ERR_EID 54
616
631#define SCH_ENA_GRP_NOT_FOUND_ERR_EID 55
632
643#define SCH_DIS_GRP_CMD_ERR_EID 56
644
659#define SCH_DIS_GRP_NOT_FOUND_ERR_EID 57
660
676#define SCH_CC_ERR_EID 58
677
690#define SCH_MD_ERR_EID 59
691
707#define SCH_CMD_LEN_ERR_EID 60
708
709#endif /* _sch_events_ */
710
711/************************/
712/* End of File Comment */
713/************************/