summaryrefslogtreecommitdiffstats
path: root/src/occ/aplt/aplt_service_codes.h
diff options
context:
space:
mode:
authorStephan Broyles <sbroyles@us.ibm.com>2014-11-05 19:09:37 -0600
committerStephan Broyles <sbroyles@us.ibm.com>2014-11-05 19:22:32 -0600
commit9976c207cdb20871880bd2f4cf123cf4cb6a8b0f (patch)
tree1cf9ed8f23085e6fe3e0e6046fc30dcb7e02ccf2 /src/occ/aplt/aplt_service_codes.h
parent2f8ce357b89d361b5091d88aea91416011b73ccb (diff)
downloadtalos-occ-9976c207cdb20871880bd2f4cf123cf4cb6a8b0f.tar.gz
talos-occ-9976c207cdb20871880bd2f4cf123cf4cb6a8b0f.zip
Added remaining occ files.
Change-Id: I91a748d3dcf3161a6a3eedcb376fcaf1e4dfe655
Diffstat (limited to 'src/occ/aplt/aplt_service_codes.h')
-rwxr-xr-xsrc/occ/aplt/aplt_service_codes.h70
1 files changed, 70 insertions, 0 deletions
diff --git a/src/occ/aplt/aplt_service_codes.h b/src/occ/aplt/aplt_service_codes.h
new file mode 100755
index 0000000..31cf78d
--- /dev/null
+++ b/src/occ/aplt/aplt_service_codes.h
@@ -0,0 +1,70 @@
+/******************************************************************************
+// @file aplt_service_codes.h
+// @brief Error codes for aplt component.
+*/
+/******************************************************************************
+ *
+ * @page ChangeLogs Change Logs
+ * @section _aplt_service_codes_h aplt_service_codes.h
+ * @verbatim
+ *
+ * Flag Def/Fea Userid Date Description
+ * ------- ---------- -------- ---------- ----------------------------------
+ * TEAM 08/16/2010 Created new file
+ * @pb009 pbavari 10/20/2011 Added APLT_MID_INIT_APPLET_ADDR
+ * @rc003 rickylie 02/03/2012 Verify & Clean Up OCC Headers & Comments
+ * @pb00E pbavari 03/11/2012 Added correct include file
+ * @nh001 neilhsu 05/23/2012 Add missing error log tags
+ * @rt001 901927 tapiar 10/01/2013 Add new/missing module ids
+ *
+ * @endverbatim
+ *
+ *///*************************************************************************/
+
+#ifndef _APLT_SERVICE_CODES_H_
+#define _APLT_SERVICE_CODES_H_
+
+//*************************************************************************
+// Includes
+//*************************************************************************
+#include <comp_ids.h>
+//*************************************************************************
+// Externs
+//*************************************************************************
+
+//*************************************************************************
+// Macros
+//*************************************************************************
+
+//*************************************************************************
+// Defines/Enums
+//*************************************************************************
+enum apltModuleId
+{
+ APLT_MID_INIT_APPLET_MNGR = APLT_COMP_ID | 0x00,
+ APLT_MID_RUN_APPLET = APLT_COMP_ID | 0x01,
+ APLT_MID_START_APPLET = APLT_COMP_ID | 0x02,
+ APLT_MNGR_THREAD = APLT_COMP_ID | 0x03,
+ APLT_MID_INIT_APPLET_ADDR = APLT_COMP_ID | 0x04,
+
+ TEST_APLT_MODID_ERRLTEST = APLT_COMP_ID | 0xF0, //@nh001a @rt001c
+ TEST_APLT_MODID_SENSORTEST = APLT_COMP_ID | 0xF1, //@rt001a
+};
+
+//*************************************************************************
+// Structures
+//*************************************************************************
+
+//*************************************************************************
+// Globals
+//*************************************************************************
+
+//*************************************************************************
+// Function Prototypes
+//*************************************************************************
+
+//*************************************************************************
+// Functions
+//*************************************************************************
+
+#endif /* #ifndef _APLT_SERVICE_CODES_H_ */
OpenPOWER on IntegriCloud