NRP Core  1.4.1
F2FEdge Class Reference

Helper class used to implement a F2FEdge Python decorator. More...

#include <functional_node.h>

Public Member Functions

 F2FEdge (const std::string &keyword, const std::string &address)
 
boost::python::object pySetup (const boost::python::object &obj)
 call function in the decorator More...
 

Protected Attributes

std::string _keyword
 
std::string _address
 

Detailed Description

Helper class used to implement a F2FEdge Python decorator.

Constructor & Destructor Documentation

◆ F2FEdge()

F2FEdge::F2FEdge ( const std::string &  keyword,
const std::string &  address 
)
inline

Member Function Documentation

◆ pySetup()

boost::python::object F2FEdge::pySetup ( const boost::python::object &  obj)
inline

call function in the decorator

It receives a Python object wrapping a PythonFunctionalNode and add an F2FEdge to it

Member Data Documentation

◆ _address

std::string F2FEdge::_address
protected

◆ _keyword

std::string F2FEdge::_keyword
protected

The documentation for this class was generated from the following file: