#include <graph_intf.h>
Inherits adtf::streaming::ant::INamedGraphObject.
Inherited by adtf::streaming::ant::IFilterGraphConnection.
|
|
| ~IGraphConnection ()=default |
| | not destrucable
|
| |
|
| ~INamedGraphObject ()=default |
| | not destructable
|
| |
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
Interface to describe a connection within the IGraph.
◆ Connect()
| virtual tResult adtf::streaming::ant::IGraphConnection::Connect |
( |
| ) |
|
|
pure virtual |
Establishes the conenction between the source and the destination.
- Returns
- Standard Result Code - Error depends also on the return value of the connection objects.
- Return values
-
| ERR_NOERROR | The connection is established. |
◆ Disconnect()
| virtual tResult adtf::streaming::ant::IGraphConnection::Disconnect |
( |
| ) |
|
|
pure virtual |
Disconnects the connection between the source and the destination.
- Returns
- Standard Result Code
◆ GetDestination()
Gets the destination object.
- Parameters
-
| [out] | pDestination | The destination object of the connection. |
- Returns
- Standard Result Code
◆ GetDestinationConnectorName()
Gets the destination object name.
- Parameters
-
| [out] | strName | The destination objects name to return. |
- Returns
- Standard Result Code of adtf::base::IString::Set
◆ GetDestinationName()
Gets the destination object name.
- Parameters
-
| [out] | strName | The destination objects name to return. |
- Returns
- Standard Result Code of adtf::base::IString::Set
◆ GetSource()
Gets the source object.
- Parameters
-
| [out] | pSource | The source object of the connection. |
- Returns
- Standard Result Code
◆ GetSourceConnectorName()
Gets the source object name.
- Parameters
-
| [out] | strName | The source objects name to return. |
- Returns
- Standard Result Code of adtf::base::IString::Set
◆ GetSourceName()
Gets the source object name.
- Parameters
-
| [out] | strName | The source objects name to return. |
- Returns
- Standard Result Code of adtf::base::IString::Set
◆ IsConnected()
| virtual bool adtf::streaming::ant::IGraphConnection::IsConnected |
( |
| ) |
const |
|
pure virtual |
Return if either the connection is established or not
- Return values
-
| true | connection is established |
| false | connection is not established |
The documentation for this class was generated from the following file:
- src/libraries/streaming3/include/adtfstreaming3/graph_intf.h