00001 #ifndef D__UCastMetric
00002 #define D__UCastMetric
00003
00004 #include <awds/ExtMetric.h>
00005 #include <awds/UCMetricPacket.h>
00006
00007 namespace awds {
00008
00011 class UCastMetric :
00012 public awds::ExtMetric
00013 {
00014 public:
00015 UCastMetric(awds::Routing *r);
00016 void send(BasePacket *p,gea::AbsTime t,NodeId dest);
00017 void sendvia(BasePacket *p,gea::AbsTime t,NodeId dest,unsigned int size = 0);
00018 };
00019
00020 }
00021
00022 #endif // D__UCastMetric
00023
00024
00025
00026
00027
00028