User Manual, Developers Guide and API Documentation

OutSignals.hpp

Go to the documentation of this file.
00001 /******************************************************************************
00002  * WNS (Wireless Network Simulator)                                           *
00003  * __________________________________________________________________________ *
00004  *                                                                            *
00005  * Copyright (C) 2004-2006                                                    *
00006  * Chair of Communication Networks (ComNets)                                  *
00007  * Kopernikusstr. 16, 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 GLUE_ARQFSM_STOPANDWAIT_OUTSIGNALS_HPP
00014 #define GLUE_ARQFSM_STOPANDWAIT_OUTSIGNALS_HPP
00015 
00016 #include <WNS/ldk/Compound.hpp>
00017 
00018 namespace glue { namespace arqfsm { namespace stopandwait {
00019 
00020     class OutSignals
00021     {
00022     public:
00023         virtual void
00024         sendsendData(const wns::ldk::CompoundPtr& compound) = 0;
00025 
00026         virtual void
00027         sendonData(const wns::ldk::CompoundPtr& compound) = 0;
00028 
00029         virtual void
00030         sendWakeup() = 0;
00031 
00032     protected:
00033         virtual
00034         ~OutSignals()
00035         {}
00036     };
00037 
00038 } // stopandwait
00039 } // arqfsm
00040 } // glue
00041 
00042 #endif // GLUE_ARQFSM_STOPANDWAIT_OUTSIGNALS_HPP
00043 
00044 

Generated on Sun May 27 03:31:58 2012 for openWNS by  doxygen 1.5.5