The Sparta Modeling Framework
|
Defines the Pipe class. More...
#include <cinttypes>
#include <memory>
#include <functional>
#include "sparta/simulation/Clock.hpp"
#include "sparta/ports/Port.hpp"
#include "sparta/utils/SpartaAssert.hpp"
#include "sparta/utils/MathUtils.hpp"
#include "sparta/collection/IterableCollector.hpp"
#include "sparta/utils/ValidValue.hpp"
#include "sparta/utils/IteratorTraits.hpp"
Go to the source code of this file.
Classes | |
class | sparta::Pipe< DataT > |
A very simple pipe, not part of the DES paradigm. More... | |
class | sparta::Pipe< DataT >::PipeIterator< is_const_iterator > |
Namespaces | |
namespace | sparta |
Macros for handling exponential backoff. | |
Defines the Pipe class.
Definition in file Pipe.hpp.