Public Methods
- StdFlowSystem ()
- ScheduleNode * addObject (Object_skel *object)
- void removeObject (ScheduleNode *node)
- bool suspendable ()
- bool suspended ()
- void suspend ()
- void restart ()
- void startObject (Object node)
- void stopObject (Object node)
- void connectObject (Object sourceObject, const std::string& sourcePort,
Object destObject, const std::string& destPort)
- void disconnectObject (Object sourceObject, const std::string& sourcePort,
Object destObject, const std::string& destPort)
- AttributeType queryFlags (Object node, const std::string& port)
- void setFloatValue (Object node, const std::string& port, float value)
- FlowSystemReceiver createReceiver (Object object, const std::string &port,
FlowSystemSender sender)
- void schedule (unsigned long samples)
Protected Members
| std::list<StdScheduleNode *> nodes
| nodes |
[protected]
| bool _suspended
| _suspended |
[protected]
StdFlowSystem ()
| StdFlowSystem |
ScheduleNode * addObject (Object_skel *object)
| addObject |
Reimplemented from FlowSystem_impl.
void removeObject (ScheduleNode *node)
| removeObject |
Reimplemented from FlowSystem_impl.
bool suspendable ()
| suspendable |
Reimplemented from FlowSystem_impl.
bool suspended ()
| suspended |
Reimplemented from FlowSystem_impl.
Reimplemented from FlowSystem_impl.
Reimplemented from FlowSystem_impl.
void startObject (Object node)
| startObject |
Reimplemented from FlowSystem_base.
void stopObject (Object node)
| stopObject |
Reimplemented from FlowSystem_base.
void connectObject (Object sourceObject, const std::string& sourcePort,
Object destObject, const std::string& destPort)
| connectObject |
Reimplemented from FlowSystem_base.
void disconnectObject (Object sourceObject, const std::string& sourcePort,
Object destObject, const std::string& destPort)
| disconnectObject |
Reimplemented from FlowSystem_base.
AttributeType queryFlags (Object node, const std::string& port)
| queryFlags |
Reimplemented from FlowSystem_base.
void setFloatValue (Object node, const std::string& port, float value)
| setFloatValue |
Reimplemented from FlowSystem_base.
FlowSystemReceiver createReceiver (Object object, const std::string &port,
FlowSystemSender sender)
| createReceiver |
Reimplemented from FlowSystem_base.
void schedule (unsigned long samples)
| schedule |
| Generated by: stefan on stefan on Sat Jun 2 23:13:28 2001, using kdoc 2.0a53. |