User Manual, Developers Guide and API Documentation

IDelivererReceptacle.hpp

Go to the documentation of this file.
00001 /******************************************************************************
00002  * WNS (Wireless Network Simulator)                                           *
00003  * __________________________________________________________________________ *
00004  *                                                                            *
00005  * Copyright (C) 2004-2008                                                    *
00006  * Chair of Communication Networks (ComNets)                                  *
00007  * Kopernikusstr. 1, D-52074 Aachen, Germany                                  *
00008  * phone: ++49-241-80-27910 (phone), fax: ++49-241-80-22242                   *
00009  * email: wns@comnets.rwth-aachen.de                                          *
00010  * www: http://wns.comnets.rwth-aachen.de                                     *
00011  ******************************************************************************/
00012 
00013 #ifndef WNS_LDK_IDELIVERERRECEPTACLE_HPP
00014 #define WNS_LDK_IDELIVERERRECEPTACLE_HPP
00015 
00016 #include <WNS/ldk/Compound.hpp>
00017 
00018 namespace wns { namespace ldk {
00019 
00020         class FunctionalUnit;
00021 
00022         class IDelivererReceptacle
00023         {
00024         public:
00025             virtual
00026             ~IDelivererReceptacle()
00027             {}
00028 
00029             virtual void
00030             onData(const CompoundPtr& compound) = 0;
00031 
00032             virtual void
00033             doOnData(const CompoundPtr& compound) = 0;
00034 
00035             virtual FunctionalUnit*
00036             getFU() = 0;
00037 
00038         };
00039 
00040     } // ldk
00041 } // wns
00042 
00043 #endif // NOT defined WNS_LDK_IDELIVERERRECEPTACLE_HPP

Generated on Thu May 24 03:31:42 2012 for openWNS by  doxygen 1.5.5