Added __IEC_OUTPUT_FLAG, to mark variable whose forcing implies refresh on eache cycle.
authorEdouard Tisserant
Wed, 18 May 2011 16:32:46 +0200
changeset 301 15bf9ecb936d
parent 300 092a6fa4926f
child 303 0cdf1410bcd8
Added __IEC_OUTPUT_FLAG, to mark variable whose forcing implies refresh on eache cycle.
lib/iec_types_all.h
--- a/lib/iec_types_all.h	Wed May 18 13:20:24 2011 +0200
+++ b/lib/iec_types_all.h	Wed May 18 16:32:46 2011 +0200
@@ -16,6 +16,7 @@
 #define __IEC_DEBUG_FLAG 0x01
 #define __IEC_FORCE_FLAG 0x02
 #define __IEC_RETAIN_FLAG 0x04
+#define __IEC_OUTPUT_FLAG 0x08
 
 #define __DECLARE_IEC_TYPE(type)\
 typedef IEC_##type type;\