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
|
[protected:
]
[protected:
]
ScheduleNode * addObject (Object_skel *object)
|
Reimplemented from FlowSystem_impl.
void removeObject (ScheduleNode *node)
|
Reimplemented from FlowSystem_impl.
Reimplemented from FlowSystem_impl.
Reimplemented from FlowSystem_impl.
Reimplemented from FlowSystem_impl.
Reimplemented from FlowSystem_impl.
void startObject (Object node)
|
Reimplemented from FlowSystem_base.
void stopObject (Object node)
|
Reimplemented from FlowSystem_base.
void connectObject (Object sourceObject, const std::string& sourcePort, Object destObject, const std::string& destPort)
|
Reimplemented from FlowSystem_base.
void disconnectObject (Object sourceObject, const std::string& sourcePort, Object destObject, const std::string& destPort)
|
Reimplemented from FlowSystem_base.
AttributeType queryFlags (Object node, const std::string& port)
|
Reimplemented from FlowSystem_base.
void setFloatValue (Object node, const std::string& port, float value)
|
Reimplemented from FlowSystem_base.
FlowSystemReceiver createReceiver (Object object, const std::string &port, FlowSystemSender sender)
|
Reimplemented from FlowSystem_base.
void schedule (unsigned long samples)
|
Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47. |