INET Framework for OMNeT++/OMNEST
|
#include <omnetpp.h>
#include <map>
#include <set>
#include <string>
#include <algorithm>
#include <cassert>
#include <sstream>
#include <iomanip>
#include "inet/common/INETDefs.h"
#include "inet/common/mapping/Interpolation.h"
Classes | |
class | inet::physicallayer::Dimension |
Specifies a dimension for mappings (like time, frequency, etc.) More... | |
class | inet::physicallayer::DimensionSet |
Represents a set of dimensions which is used to define over which dimensions a mapping is defined (the domain of the mapping). More... | |
class | inet::physicallayer::Argument |
Defines an argument for a mapping. More... | |
class | inet::physicallayer::Argument::key_iterator< IteratorType > |
class | inet::physicallayer::NoNextIteratorException |
This exception is thrown by the MappingIterators when "next()" or "nextPosition()" is called although "hasNext()" would return false (means there is no next position). More... | |
class | inet::physicallayer::ConstMappingIterator |
Defines an const iterator for a ConstMapping which is able to iterate over the Mapping. More... | |
struct | inet::physicallayer::mixim::math::mW2dBm< T, B > |
struct | inet::physicallayer::mixim::math::mW2dBm< T, false > |
struct | inet::physicallayer::mixim::math::mW2dBm< T, true > |
class | inet::physicallayer::ConstMapping |
Represents a not changeable mapping (mathematical function) from domain with at least the time to a Argument::mapped_type value. More... | |
class | inet::physicallayer::MappingIterator |
Defines an iterator for a Mapping which is able to iterate over the Mapping. More... | |
class | inet::physicallayer::Mapping |
Represents a changeable mapping (mathematical function) from at least time to Argument::mapped_type. More... | |
class | inet::physicallayer::SimpleConstMappingIterator |
A fully working ConstIterator-implementation usable with almost every ConstMapping. More... | |
class | inet::physicallayer::SimpleConstMapping |
Abstract subclass of ConstMapping which can be used as base for any ConstMapping implementation with read access of constant complexity. More... | |
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
inet::physicallayer | |
inet::physicallayer::mixim | |
inet::physicallayer::mixim::math | |