MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / processor

Method processor

examples/simple/sender.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61{
62public:
63 processor() : raft::kernel()
64 {
65 /**
66 * declare ports, both input and output
67 */
68 input.addPort< int >( "in" );
69 output.addPort< int >( "out" );
70 }
71
72 virtual raft::kstatus run()
73 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected