#include <SmacqGraphNode.h>
Inheritance diagram for SmacqGraphNode:
Public Member Functions | |
void | init (struct SmacqModule::smacq_init &) |
Initialize a graph node. set() must be called first. | |
bool | set (int argc, char **argv) |
(Re-)Initialize module | |
const int | getArgc () const |
Return argc. | |
char **const | getArgv () const |
Return argv (do not modify). | |
Protected Attributes | |
char ** | argv |
int | argc |
SmacqModule::algebra | algebra |
bool | shutdown |
bool | mustProduce |
SmacqModule * | instance |