CigiProcessType.h

Go to the documentation of this file.
00001 
00042 #if !defined(_CIGI_PROCESS_TYPE_INCLUDED_)
00043 #define _CIGI_PROCESS_TYPE_INCLUDED_
00044 
00045 
00046 //=========================================================
00049 namespace CigiProcessType
00050 {
00051    typedef enum {
00052       ProcNone=0,
00053       ProcIGCtrl=1,
00054       ProcSOF=2,
00055       ProcStd=3,
00056       ProcEntity=4,
00057       ProcEnvCtrl=5,
00058       ProcVarSize=6,
00059       ProcShortArtPartToArtPart=7,
00060       TwoPassCnvtProcNone=8,
00061       TwoPassCnvtProcStd=9
00062    } Type;
00063 }
00064 
00065 
00066 #endif   // _CIGI_PROCESS_TYPE_INCLUDED_
00067 
00068 

Generated on Wed Apr 29 08:59:57 2009 for CCL by  doxygen 1.4.7