Inheritance diagram for Swift::DummyIQChannel:
Collaboration diagram for Swift::DummyIQChannel:Public Member Functions | |
| DummyIQChannel () | |
| virtual void | sendIQ (boost::shared_ptr< IQ > iq) |
| virtual std::string | getNewIQID () |
| virtual bool | isAvailable () const |
Public Attributes | |
| std::vector< boost::shared_ptr < IQ > > | iqs_ |
| boost::signal< void(boost::shared_ptr < IQ >)> | onIQReceived |
Definition at line 14 of file DummyIQChannel.h.
| Swift::DummyIQChannel::DummyIQChannel | ( | ) | [inline] |
Definition at line 16 of file DummyIQChannel.h.
| virtual std::string Swift::DummyIQChannel::getNewIQID | ( | ) | [inline, virtual] |
Implements Swift::IQChannel.
Definition at line 22 of file DummyIQChannel.h.
| virtual bool Swift::DummyIQChannel::isAvailable | ( | ) | const [inline, virtual] |
Implements Swift::IQChannel.
Definition at line 26 of file DummyIQChannel.h.
| virtual void Swift::DummyIQChannel::sendIQ | ( | boost::shared_ptr< IQ > | iq | ) | [inline, virtual] |
| std::vector<boost::shared_ptr<IQ> > Swift::DummyIQChannel::iqs_ |
Definition at line 30 of file DummyIQChannel.h.
Referenced by sendIQ().
boost::signal<void (boost::shared_ptr<IQ>)> Swift::IQChannel::onIQReceived [inherited] |
Definition at line 26 of file IQChannel.h.
1.7.1