#include <functional>
#include <sstream>
#include "nrp_general_library/utils/nrp_exceptions.h"
#include "nrp_event_loop/utils/data_conversion.h"
#include "nrp_event_loop/computational_graph/port.h"
#include "nrp_event_loop/computational_graph/output_port.h"
#include "nrp_event_loop/computational_graph/computational_node.h"
Go to the source code of this file.
Classes | |
class | InputPort< T_IN, T_OUT > |
Implementation of an input port in the computation graph. More... | |