#include "nrp_event_loop/computational_graph/computational_graph_manager.h"
#include "nrp_event_loop/nodes/engine/input_node.h"
#include "nrp_event_loop/nodes/engine/output_node.h"
#include "nrp_event_loop/nodes/time/input_time.h"
#include "nrp_simulation/datapack_handle/datapack_handle.h"
#include "nrp_event_loop/utils/graph_utils.h"
#include "nrp_general_library/utils/python_interpreter_state.h"
Go to the source code of this file.
Classes | |
struct | ComputationalGraphHandle |
Uses a Computation Graph to execute datapack transformation operations. More... | |