User Manual, Developers Guide and API Documentation

DLCallback.hpp

Go to the documentation of this file.
00001 /*******************************************************************************
00002  * This file is part of openWNS (open Wireless Network Simulator)
00003  * _____________________________________________________________________________
00004  *
00005  * Copyright (C) 2004-2009
00006  * Chair of Communication Networks (ComNets)
00007  * Kopernikusstr. 5, D-52074 Aachen, Germany
00008  * email: info@openwns.org
00009  * www: http://www.openwns.org
00010  * _____________________________________________________________________________
00011  *
00012  * openWNS is free software; you can redistribute it and/or modify it under the
00013  * terms of the GNU Lesser General Public License version 2 as published by the
00014  * Free Software Foundation;
00015  *
00016  * openWNS is distributed in the hope that it will be useful, but WITHOUT ANY
00017  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
00018  * A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
00019  * details.
00020  *
00021  * You should have received a copy of the GNU Lesser General Public License
00022  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
00023  *
00024  ******************************************************************************/
00025 
00026 #ifndef WIMAC_SCHEDULER_DLCALLBACK_HPP
00027 #define WIMAC_SCHEDULER_DLCALLBACK_HPP
00028 
00029 #include <WIMAC/scheduler/Callback.hpp>
00030 
00031 namespace wimac { namespace scheduler {
00032 
00033     class DLCallback :
00034         public Callback
00035     {
00036     public:
00037         DLCallback(wns::ldk::fun::FUN*, const wns::pyconfig::View&);
00038 
00039         void
00040         callBack(wns::scheduler::SchedulingMapPtr schedulingMap);
00041 
00042         void 
00043         deliverNow(wns::ldk::Connector*);
00044 
00045     private:
00046         void
00047         processPacket(const wns::scheduler::SchedulingCompound& compound,
00048             wns::scheduler::SchedulingTimeSlotPtr& timeSlotPtr);
00049 
00050         wns::ldk::fun::FUN* fun_;
00051         bool beamforming;
00052         wns::simulator::Time slotLength_;
00053     long int tbCounter_;
00054     };
00055 
00056 }}
00057 #endif
00058 

Generated on Tue May 22 03:32:10 2012 for openWNS by  doxygen 1.5.5