Skip to content
Snippets Groups Projects
Commit 124e6793 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

snc: generate header file

The top-level declaration parts of the generated code are now written to a
header file. These parts are (in the order listed):

- #includes of epicsTypes.h and seqCom.h
- definition of the _seq_var struct
- escaped code segments appearing before the first state set

The stdin/stdout redirection has been removed. Instead code generation now
uses the gen_code function exported from main. Switching between output
files is done using set_gen_h and set_gen_c, which are also exported from
main. This uses global (though static) variables inside main.c for
simplicity.
parent 96121b56
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment