Energy Micro IEC60355 Library Project 1.037 GCC-Version
IEC60355 Library documentation and API

iec60335_class_b_programcounter_test.h

Go to the documentation of this file.
00001 /***************************************************************************/
00030 #ifndef __IEC60335_CLASS_B_PROGRAMCOUNTER_TEST_H__
00031 #define __IEC60335_CLASS_B_PROGRAMCOUNTER_TEST_H__
00032 
00038 #ifdef __cplusplus
00039 extern "C"
00040 {
00041 #endif /* __cplusplus */
00042 
00043  #ifdef TESSY
00044 
00045 extern Exec_t PCTest_funcTable[6];
00046 extern IEC60335_B_PCTest_ReturnValues PCTest_resultTable[6];
00048 #else
00049 extern const Exec_t                         PCTest_funcTable[6];
00050 
00051 extern const IEC60335_B_PCTest_ReturnValues PCTest_resultTable[6];
00052 #endif
00053 
00071 testResult_t IEC60335_ClassB_PCTest_POST(const Exec_t *fTable, const IEC60335_B_PCTest_ReturnValues *rTable);
00080 testResult_t IEC60335_ClassB_PCTest_BIST(void);
00081 
00082 #ifdef __cplusplus
00083 }
00084 #endif /* __cplusplus */
00085 
00090 #endif  /* __IEC60335_CLASS_B_PROGRAMCOUNTER_TEST_H__ */
00091 
00092 /************************************** EOF *********************************/