Artifact 3ec9db13a8bc3716f295b44b402bdcbac3c835cdcf602b6882bde390c974945b:
- File mttroot/mtt/lib/cr/hh/components.hh — part of check-in [0aa1668692] at 2004-08-09 17:42:23 on branch origin/master — Updated to reflect new CR format: component type is passed as the first argument. (user: geraint@users.sourceforge.net, size: 287) [annotate] [blame] [check-ins using] [more...]
#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