#include "nrp_event_loop/event_loop/event_loop_interface.h"
#include "nrp_event_loop/computational_graph/computational_graph_manager.h"
#include "nrp_event_loop/computational_graph/input_node.h"
#include "nrp_event_loop/computational_graph/output_node.h"
#include "nrp_general_library/utils/time_utils.h"
#include "nrp_event_loop/nodes/time/input_time.h"
#include "nrp_general_library/utils/python_interpreter_state.h"
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
class | EventLoop |
EventLoop implementation which runs a Computational Graph. More... | |