CCAFFEINE  0.8.8
portStar.h
00001 #ifndef __PORTSTAR_H__
00002 #define __PORTSTAR_H__
00003 
00004 //requires #include <cca.h>         --- cca std ports
00005 //         #include "port/portInterfaces.h" --- local extensions to the std
00006 //         #include "port/supportInterfaces.h" --- messy local extensions to the std
00007 //provides:
00008 
00009 #include "CCA_Block.h"
00010 #include "BlockPort.h"
00011 
00012 #include "DefaultParameterPort.h"
00013 #include "DefaultPrintfPort.h"
00014 #include "DefaultKeyValuePort.h"
00015 
00016 #endif //__PORTSTAR_H__