src/GraphExecutor/DataFlowExecutor_InNode.hxx File Reference

#include <stdio.h>
#include <Python.h>
#include "SALOME_Container_i.hxx"
#include "DataFlowBase_Graph.hxx"
#include "DataFlowBase_FactoryNode.hxx"
#include "DataFlowBase_GOTONode.hxx"
#include "DataFlowBase_LoopNode.hxx"
#include "DataFlowBase_EndOfLoopNode.hxx"
#include "DataFlowBase_SwitchNode.hxx"
#include "DataFlowBase_EndOfSwitchNode.hxx"
#include "DataFlowExecutor_FiniteStateMachine.hxx"

Include dependency graph for DataFlowExecutor_InNode.hxx:

Go to the source code of this file.

Namespaces

namespace  GraphExecutor

Data Structures

struct  GraphExecutor.ServicesAnyData
class  GraphExecutor.InNode

Defines

#define MAXSTACKTHREADSIZE   127

Functions

void * run_function (void *p)
PyObject * PyRunMethod (PyObject *dummy, PyObject *args)

Variables

GraphExecutor::FiniteStateMachinetheAutomaton


Define Documentation

#define MAXSTACKTHREADSIZE   127
 


Function Documentation

void* run_function void *  p  ) 
 

PyObject* PyRunMethod PyObject *  dummy,
PyObject *  args
 


Variable Documentation

GraphExecutor::FiniteStateMachine* theAutomaton