VOS::RemoteTalkative Class Reference
[libmetaobject_misc]
#include <vos/metaobjects/misc/talkative.hh>
Inheritance diagram for VOS::RemoteTalkative:

Detailed Description
Remote proxy for Talkative.
Definition at line 262 of file talkative.hh.
Public Member Functions
- RemoteTalkative (VobjectBase *superobject)
Static Public Member Functions
- static MetaObject * new_RemoteTalkative (VobjectBase *superobject, const std::string &type)
Protected Member Functions
- virtual void do_say (TalkMessage &msg)
- virtual void do_resend (Talkative *sendTo, TalkMessage &m)
Constructor & Destructor Documentation
| VOS::RemoteTalkative::RemoteTalkative | ( | VobjectBase * | superobject | ) |
Member Function Documentation
| virtual void VOS::RemoteTalkative::do_resend | ( | Talkative * | sendTo, | |
| TalkMessage & | m | |||
| ) | [protected, virtual] |
Implements VOS::Talkative.
| virtual void VOS::RemoteTalkative::do_say | ( | TalkMessage & | msg | ) | [protected, virtual] |
Send a say messsage to the local object.
- Parameters:
-
msg The message. If the "time" field of msg is -1, then it will be filled in with the current time.
Implements VOS::Talkative.
| static MetaObject* VOS::RemoteTalkative::new_RemoteTalkative | ( | VobjectBase * | superobject, | |
| const std::string & | type | |||
| ) | [static] |
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/metaobjects/misc/talkative.hh