stage4/generate_c/generate_c_sfcdecl.cc
Mon, 03 Apr 2017 22:18:22 +0100 Mario de Sousa Access elements[] in list_c through a new get_element() method.
Fri, 06 May 2016 11:48:02 +0300 Andrey Skvortsov fix compilation error about missing braces
Sat, 10 Jan 2015 23:17:08 +0000 mjsousa Correct the number given to actions in the #define's
Sun, 16 Nov 2014 12:54:10 +0000 mjsousa Add support for relaxed datatype model for array datatypes.
Wed, 06 Aug 2014 10:43:15 +0100 mjsousa Fix bug (introduced a few commits ago) when generating SFC actions that are mapped onto variables --> Make generate_sfcdecl_c stateless (i.e. does not depend on order by which it is called).
Sat, 31 May 2014 16:22:57 +0100 mjsousa Add support for Stepname.X syntax.
Sat, 29 Mar 2014 22:46:09 +0000 mjsousa Change order of SET_xxx() macros. (this will allow me to simplify the print_setter() methods later on)
Sun, 09 Feb 2014 07:23:30 +0000 mjsousa Code cleanup (part 3): generate_c_typedecl_c is no longer needed for code generation in POUS.c It is now only needed for datatype declaration in POUS.h
Wed, 12 Sep 2012 01:14:38 +0200 Laurent Bessard Fix bug SFC action index declarations were different in POUS.c and VARIABLES.csv when boolean variables are used as action name in step action association
Tue, 11 Sep 2012 01:05:24 +0200 Laurent Bessard Fix bug in SFC generated code. Action state was declared in the list of variables to debug, but wasn't stored using structure with flags. This error had side effects that makes Beremiz debug crash.
Thu, 14 Jun 2012 12:00:19 +0100 Mario de Sousa Clean up code (remove parsing of integers in stage 4).
Tue, 07 Feb 2012 20:18:11 +0100 laurent Fix STEP and ACTION structure initialization value in SFC
Fri, 18 Nov 2011 17:28:37 +0100 laurent Fixing generated code for global variables. Adding support for defining global variables with complex type
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Wed, 02 Jun 2010 18:21:15 +0200 laurent Adding support for generating code for variable in step action association instead of action
Tue, 08 Dec 2009 16:26:06 +0100 laurent Bug on SFC debugging fixed
Wed, 02 Dec 2009 16:11:01 +0100 laurent Adding support for flags on Function Block variables for marking which variable must be debugged, retained or is forced
Fri, 19 Dec 2008 15:09:29 +0100 lbessard Adding support for compiling struct data types
Mon, 08 Sep 2008 10:33:37 +0200 lbessard Adding support for transition debugging
Fri, 27 Jun 2008 09:36:40 +0200 lbessard Modifying time qualifier in SFC to take real time enlapsed instead of theoric period time
Wed, 16 Apr 2008 09:49:28 +0200 lbessard Bug with D and L action qualifier and timing management in SFC generated fixed
Fri, 11 Apr 2008 10:53:38 +0200 lbessard Bug with C code generation for SFC when more than one sfc_network in one sequential_function_chart fixed
Thu, 03 Apr 2008 18:28:10 +0200 lbessard Changing SFC Transitions, Steps and Actions types
Wed, 24 Oct 2007 17:39:51 +0200 lbessard Change generate_cc to generate_c