|
ADTF
|
#include <filtergraphport.h>
Public Member Functions | |
| port_router ()=default | |
| CTOR. | |
| ~port_router () | |
| DTOR. | |
| tResult | ResetFrom (const adtf::ucom::ant::iobject_ptr< T > &pFrom) |
| tResult | AddTo (const adtf::ucom::ant::iobject_ptr< U > &pTo) |
| void | RemoveTos () |
| tResult | ConnectRouting (const adtf::ucom::ant::iobject_ptr< T > &pFrom, const adtf::ucom::ant::iobject_ptr< U > &pTo) |
| tResult | DisconnectRouting (const adtf::ucom::ant::iobject_ptr< T > &pFrom, const adtf::ucom::ant::iobject_ptr< U > &pTo) |
Public Attributes | |
| adtf::ucom::object_ptr< T > | m_pFrom |
| the from reference. | |
| std::vector< adtf::ucom::object_ptr< U > > | m_oTos |
| the to reference. | |
Helper template class to route a ISampleStream or a IBindingProxy
|
inline |
Resets the To Routing.
| pTo | the to reference. |
|
inline |
Connects the Routing.
| pFrom | the from reference. |
| pTo | the to reference. |
|
inline |
Disonnects the Routing.
| pFrom | the from reference. |
| pTo | the to reference. |
|
inline |
Resets the From Router.
| pFrom | the from reference. |