Overview
Comment: | Define effort, flow and state as enum elements. thus allowing them to be included in CRs without being declared or quoted. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2273134f86ad806d003314b4f0cee62e |
User & Date: | geraint@users.sourceforge.net on 2004-08-29 17:27:43 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-29
| ||
17:28:42 | include causality.hh to define effort, flow and state. check-in: ef84c3718b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:27:43 |
Define effort, flow and state as enum elements. thus allowing them to be included in CRs without being declared or quoted. check-in: 2273134f86 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:25:46 | Accept component types in upper or lower case. check-in: 1df90acfe7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/cr/hh/causality.hh version [fa67fbd353].
> > > > > > > > | 1 2 3 4 5 6 7 8 | #ifndef CAUSALITY_HH #define CAUSALITY_HH enum causality { effort, flow, state }; typedef enum causality causality_t; #endif |