Go to the documentation of this file.
23 #ifndef SIMULATION_ITERATION_DECORATOR_H
24 #define SIMULATION_ITERATION_DECORATOR_H
30 #include <boost/python.hpp>
57 #endif // SIMULATION_ITERATION_DECORATOR_H
static const FunctionManager * getFunctionManager()
Definition: transceiver_datapack_interface.h:103
std::set< std::shared_ptr< const DataPackInterface >, DataPackPointerComparator > datapacks_set_t
Definition: datapack_interface.h:219
Namespace args
Definition: python_json_engine.py:196
virtual boost::python::object runTf(boost::python::tuple &args, boost::python::dict &kwargs, datapacks_set_t dataPacks)
Execute Transceiver Function. Base class will simply call runTf on _function.
Definition: transceiver_datapack_interface.cpp:37
boost::python::object runTf(boost::python::tuple &args, boost::python::dict &kwargs, datapacks_set_t dataPacks) override
Execute Transceiver Function. Base class will simply call runTf on _function.
Definition: simulation_iteration_decorator.h:45
SimulationIterationDecorator(const std::string &keyword)
Definition: simulation_iteration_decorator.h:39
Base of TF Decorators.
Definition: transceiver_datapack_interface.h:40
Class for retrieving simulation iteration in Functions, mapped to SimulationIteration python decorato...
Definition: simulation_iteration_decorator.h:35
unsigned long getSimulationIteration() const
Returns simulation iteration number stored by the manager.
Definition: function_manager.cpp:401