#include <LiveContext.h>
Inheritance diagram for ot::LiveContext:


Public Member Functions | |
| LiveContext () | |
| virtual | ~LiveContext () |
| ModuleMap | getModules () |
| OTGraph::Node_ptr | get_node (const char *id) |
| Node * | getNodeFromRef (const OTGraph::Node_var &node_ref) |
| OTGraph::Node_var | getRefFromNode (Node *node) |
| OTGraph::Node_var | activateNode (Node *node) |
| void | deactivateNode (Node *node) |
| OTGraph::Node_var | create_node (const char *_name, const OTGraph::StringTable &_attributes) |
| void | connect_nodes (const OTGraph::Node_var &upstreamNode, const OTGraph::Node_var &downstreamNode) |
| void | disconnect_nodes (const OTGraph::Node_var &upstreamNode, const OTGraph::Node_var &downstreamNode) |
| OTGraph::NodeVector * | get_nodes () |
| OTGraph::EdgeVector * | get_edges () |
| void | remove_node (const OTGraph::Node_var &target_ref) |
| void | run () |
| char * | getXMLString () |
Protected Attributes | |
| ConfigNode * | configNode |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method implements the main loop and runs until it is stopped somehow. Then it calls close() on all modules. Reimplemented from ot::Context. |
|
|
|
1.4.6