# HG changeset patch
# User Edouard Tisserant
# Date 1305729166 -7200
# Node ID 15bf9ecb936d0f62a2075de3e3a4926e35c69afa
# Parent  092a6fa4926fe29ade96dd1153eb90314117f32e
Added __IEC_OUTPUT_FLAG, to mark variable whose forcing implies refresh on eache cycle.

diff -r 092a6fa4926f -r 15bf9ecb936d 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;\