Artifact fa67fbd35392b87cdf788f3d69b9c28c2e94e68f9c03673428b99df0552a058f:
- File mtt/lib/cr/hh/causality.hh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 128) [annotate] [blame] [check-ins using] [more...]
- File
mttroot/mtt/lib/cr/hh/causality.hh
— part of check-in
[2273134f86]
at
2004-08-29 17:27:43
on branch origin/master
— Define effort, flow and state as enum elements. thus allowing
them to be included in CRs without being declared or quoted. (user: geraint@users.sourceforge.net, size: 128) [annotate] [blame] [check-ins using]
#ifndef CAUSALITY_HH #define CAUSALITY_HH enum causality { effort, flow, state }; typedef enum causality causality_t; #endif