#include <data_binding_intf.h>
Inherited by adtf::streaming::ant::IFilter, adtf::streaming::ant::ISampleStreamingSink, and adtf::streaming::ant::ISampleStreamingSource.
|
|
| ~IDataBinding ()=default |
| | not destructable
|
| |
The IDataBinding interfaces provides methods for retrive information of the Pins published. These pins are data access points and can be connected to a ISampleStream.
◆ FindPin()
Find a Pin with the name of strName (only const access)
- Parameters
-
| strName | [in] Pointer to a string that identifies the pin that searches for. Call the IPin::GetName method to retrieve a pin's identifier. |
| pPin | [out] contains the pin if found. |
- Returns
- Returns a standard result code.
- Return values
-
| ERR_NOT_FOUND | Pin with the given name strName not found. |
◆ GetPins()
Returns the current Pins (only const access).
- Parameters
-
| [out] | lstPins | object_list where to push the pins to. |
- Returns
- Returns a standard result code.
The documentation for this class was generated from the following file: