The Sparta Modeling Framework
|
File that defines Data[In,Out]Port<DataT> More...
#include <set>
#include <vector>
#include "sparta/ports/Port.hpp"
#include "sparta/utils/DataContainer.hpp"
#include "sparta/events/EventSet.hpp"
#include "sparta/events/PayloadEvent.hpp"
#include "sparta/events/Precedence.hpp"
#include "sparta/events/Scheduleable.hpp"
#include "sparta/collection/Collectable.hpp"
Go to the source code of this file.
Classes | |
class | sparta::DataOutPort< DataT > |
DataOutPort is used for transferring any data to another module. More... | |
class | sparta::DataInPort< DataT > |
DataInPort receives data from sender using a DataOutPort. More... | |
Namespaces | |
namespace | sparta |
Macros for handling exponential backoff. | |
File that defines Data[In,Out]Port<DataT>
Definition in file DataPort.hpp.