~comnets/openwns-wifimac/wifimac--main--1.0

« back to all changes in this revision

Viewing changes to src/lowerMAC/RateAdaptation.hpp

  • Committer: Sebastian Max
  • Date: 2010-10-27 16:43:14 UTC
  • Revision ID: smx@comnets.rwth-aachen.de-20101027164314-9wndm1pyf8aawhrm
SINR-RA uses now ARF as fallback; removed compiler-warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        wifimac::convergence::PhyMode
66
66
        getPhyMode(const wns::ldk::CompoundPtr& compound);
67
67
 
 
68
 
 
69
 
68
70
    private:
69
71
        void
70
72
        onFUNCreated();
73
75
        void processIncoming(const wns::ldk::CompoundPtr& compound);
74
76
        void processOutgoing(const wns::ldk::CompoundPtr& compound);
75
77
 
76
 
        wifimac::convergence::PhyMode
77
 
        setCurrentPhyMode(wns::service::dll::UnicastAddress receiver, size_t numTransmissions);
78
 
        
79
 
        const std::string phyUserName;
 
78
        const std::string phyUserName;
80
79
        const std::string managerName;
81
80
        const std::string arqName;
82
81
        const std::string sinrMIBServiceName;