|
models/wiredbas/link/TwistedPairCost.hGo 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 TWISTEDPAIRCOST_H_ 00009 #define TWISTEDPAIRCOST_H_ 00010 00011 #include "models/wiredbas/common/WireCost.h" 00012 #include "quantities/WiringPath.h" 00013 00014 namespace cosi { 00015 00016 namespace models { 00017 00018 namespace wiredbas { 00019 00020 class TwistedPairCost : public WireCost { 00021 public: 00022 TwistedPairCost(); 00023 virtual ~TwistedPairCost(); 00024 double GetValue(WiringPath pPath); 00025 00026 }; 00027 00028 } 00029 } 00030 } 00031 00032 #endif /*TWISTEDPAIRCOST_H_*/ Generated on Sun Sep 7 18:37:42 2008 for COSI by 1.5.4 |