libraries/wiredbas/common/InstantiableLink.h

Go to the documentation of this file.
00001 //============================================================================
00002 // Author      : Alessandro Pinto <apinto@eecs.berkeley.edu>
00003 //               University of California, Berkeley
00004 //               545 Cory Hall, Berkeley, CA 94720
00005 // Copyright   : See COPYING file that comes with this distribution
00006 //============================================================================
00007 
00008 #ifndef INSTANTIABLELINK_H_
00009 #define INSTANTIABLELINK_H_
00010 
00011 #include <list>
00012 #include "libraries/Link.h"
00013 #include "networks/wiredbas/WiredBasPlatformInstance.h"
00014 #include "networks/wiredbas/WiredBasImplementation.h"
00015 #include "quantities/WiringPath.h"
00016 #include "quantities/Position.h"
00017 
00018 
00019 namespace cosi
00020 {
00021 
00022 namespace library
00023 {
00024 
00025 namespace wiredbas
00026 {
00027 
00028 class InstantiableLink : public cosi::library::Link
00029 {
00030 public:
00031 
00032         InstantiableLink();
00033 
00034         virtual ~InstantiableLink();
00035 
00036         virtual cosi::commstruct::wiredbas::PlatformInstance* GetPlatformInstance(int U,std::string pPortsU, int V, std::string pPortV) =0;
00037 
00038         virtual cosi::commstruct::wiredbas::Implementation* GetImplementationInstance( int U,std::string pPortsU, int V,std::string pPortV,WiringPath pPath) =0;
00039 
00040 };
00041 
00042 }
00043 
00044 }
00045 
00046 }
00047 
00048 #endif /*INSTANTIABLELINK_H_*/

Generated on Sun Sep 7 18:37:42 2008 for COSI by  doxygen 1.5.4
Contact 
©2002-2018 U.C. Regents