summaryrefslogtreecommitdiffstats
path: root/src/occ/rtls/rtls_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/rtls/rtls_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/rtls/rtls_service_codes.h')
-rwxr-xr-xsrc/occ/rtls/rtls_service_codes.h66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/occ/rtls/rtls_service_codes.h b/src/occ/rtls/rtls_service_codes.h
new file mode 100755
index 0000000..b54138d
--- /dev/null
+++ b/src/occ/rtls/rtls_service_codes.h
@@ -0,0 +1,66 @@
+/******************************************************************************
+// @file rtls_service_codes.h
+// @brief Error codes for rtls component.
+*/
+/******************************************************************************
+ *
+ * @page ChangeLogs Change Logs
+ * @section _rtls_service_codes_h rtls_service_codes.h
+ * @verbatim
+ *
+ * Flag Def/Fea Userid Date Description
+ * ------- ---------- -------- ---------- ----------------------------------
+ * np, dw 08/10/2011 created by nguyenp & dwoodham
+ * @rc003 rickylie 02/03/2012 Verify & Clean Up OCC Headers & Comments
+ * @pb00E pbavari 03/11/2012 Added correct include file
+ *
+ * @endverbatim
+ *
+ *///*************************************************************************/
+
+#ifndef _RTLS_SERVICE_CODES_H_
+#define _RTLS_SERVICE_CODES_H_
+
+//*************************************************************************
+// Includes
+//*************************************************************************
+#include <comp_ids.h>
+
+//*************************************************************************
+// Externs
+//*************************************************************************
+
+//*************************************************************************
+// Macros
+//*************************************************************************
+
+//*************************************************************************
+// Defines/Enums
+//*************************************************************************
+enum rtlsModuleId
+{
+ RTLS_OCB_INIT_MOD = RTLS_COMP_ID | 0x00,
+ RTLS_DO_TICK_MOD = RTLS_COMP_ID | 0x01,
+ RTLS_START_TASK_MOD = RTLS_COMP_ID | 0x02,
+ RTLS_STOP_TASK_MOD = RTLS_COMP_ID | 0x03,
+ RTLS_TASK_RUNABLE_MOD = RTLS_COMP_ID | 0x04,
+ RTLS_SET_TASK_DATA_MOD = RTLS_COMP_ID | 0x05,
+};
+
+//*************************************************************************
+// Structures
+//*************************************************************************
+
+//*************************************************************************
+// Globals
+//*************************************************************************
+
+//*************************************************************************
+// Function Prototypes
+//*************************************************************************
+
+//*************************************************************************
+// Functions
+//*************************************************************************
+
+#endif /* #ifndef _RTLS_SERVICE_CODES_H_ */
OpenPOWER on IntegriCloud