Corrected life safety point info in device object.

Added binary input, binary output, and life safety point to the object-types-supported property in the device object.
Corrected life safety unit test.
This commit is contained in:
skarg
2006-05-05 19:08:39 +00:00
parent a6cd9d3967
commit a5715f1cd1
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ extern "C" {
#ifdef TEST
#include "ctest.h"
void testAnalogOutput(Test * pTest);
void testLifeSafetyPoint(Test * pTest);
#endif
#ifdef __cplusplus