C code written in our company has to conform to our C Style Guide. Can the output from Relogix handle this?
The final C source output by Relogix is processed by the Relogix Style Manager module, which ensures a consistent style for the generated source in terms of things like spacing, use of new-lines, and variable-naming conventions (for example you can optionally select ‘Hungarian notation’). There are a large number of options which can be set to determine the style of the final code (many of these are closely modelled on the command-line options of the Gnu ‘indent’ program). Thus, it is likely that Relogix will be able to produce code which is consistent with your style guide, or at least is very close.