Update Real Time Code Generator (RCG) authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
......@@ -10,7 +10,7 @@ The RCG works by parsing the model's `.mdl` file and flattening all the subsyste
| Method | Purpose |
| ------ | ------ |
| `partType` | Returns the type of the part. (ie. AND, Filter, etc.) |
| `printHeaderStruct` | Returns the code that should be written to the model's header file for the given part. This is often nothing for simple parts (ADD, MULTIPLY), and is the EPICS output variable in the case of a EPICS outpu part. |
| `printHeaderStruct` | Returns the code that should be written to the model's header file for the given part. This is often nothing for simple parts (ADD, MULTIPLY), and is the EPICS output variable in the case of a EPICS output part. |
| `printEpics` | Prints the EPICS variables definitions for the given part. This goes to the EPICS channel list file. |
| `printFrontEndVars` | Returns the code that should be printed in the global section of the model code for the given part. This is usually variable definitions that store the state of the part. |
| `checkInputConnect` | This method allows a part to do its own input connection verification |
......
......