Overview
Comment: | Updated to reflect new CR format: component type is passed as the first argument. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0aa1668692dfa546a805274a6e37dd1b |
User & Date: | geraint@users.sourceforge.net on 2004-08-09 17:42:23 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-09
| ||
17:44:16 |
Updated to read recent struct.txt records which contain 6 fields. Prepended std:: to iostream classes to satisfy g++. check-in: 105ebebabd user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:42:23 | Updated to reflect new CR format: component type is passed as the first argument. check-in: 0aa1668692 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:40:41 | -O3 optimisation by default. check-in: ef03940915 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/cr/hh/components.hh version [3ec9db13a8].
> > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #ifndef COMPONENTS_HH #define COMPONENTS_HH // $ cd $(echo $MTT_COMPONENTS/simple | sed 's/\.://') // $ ls *_eqn.m | gawk -F_ '{printf ("%s, ", $1)}' enum component { AE, AF, C, EBTF, EMTF, ES, FMR, FP, GY, I, PS, RST, RS, R, SS, TF }; typedef enum component component_t; #endif |