summaryrefslogtreecommitdiffstats
path: root/src/occApplet/testApplet/testApltId.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occApplet/testApplet/testApltId.h')
-rwxr-xr-xsrc/occApplet/testApplet/testApltId.h60
1 files changed, 60 insertions, 0 deletions
diff --git a/src/occApplet/testApplet/testApltId.h b/src/occApplet/testApplet/testApltId.h
new file mode 100755
index 0000000..cda2e64
--- /dev/null
+++ b/src/occApplet/testApplet/testApltId.h
@@ -0,0 +1,60 @@
+/******************************************************************************
+// @file testApltId.h
+// @brief Error codes for aplt component.
+*/
+/******************************************************************************
+ *
+ * @page ChangeLogs Change Logs
+ * @section testApltId.h
+ * @verbatim
+ *
+ * Flag Def/Fea Userid Date Description
+ * ------- ---------- -------- ---------- ----------------------------------
+ * @nh001 neilhsu 05/23/2012 Add missing error log tags
+ *
+ * @endverbatim
+ *
+ *///*************************************************************************/
+
+#ifndef _TESTAPLTID_H_
+#define _TESTAPLTID_H_
+
+//*************************************************************************
+// Includes
+//*************************************************************************
+
+//*************************************************************************
+// Externs
+//*************************************************************************
+
+//*************************************************************************
+// Macros
+//*************************************************************************
+
+//*************************************************************************
+// Defines/Enums
+//*************************************************************************
+enum testApltIds
+{
+ TEST_APLT_ID_UNKNOWN = 0x00,
+ SNSR_TEST_APLT = 0x01,
+ ERRL_TEST_APLT = 0x02,
+};
+
+//*************************************************************************
+// Structures
+//*************************************************************************
+
+//*************************************************************************
+// Globals
+//*************************************************************************
+
+//*************************************************************************
+// Function Prototypes
+//*************************************************************************
+
+//*************************************************************************
+// Functions
+//*************************************************************************
+
+#endif /* #ifndef _TESTAPLTID_H_ */
OpenPOWER on IntegriCloud