All Frameworks Class Hierarchy This Framework Indexes
ElecDeviceItf Interface CATIElbInternalSplice
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIElbInternalSplice
Interface to manage Internal Splices.
Method Index
- o
GetLinkedBundleSegmentExtremity(CATIEhiBnlSegmentExtremity*&)
- Get the bundle segment extremity linked to an internal splice.
- o
LinkBundleSegmentExtremity(CATIEhiBnlSegmentExtremity*&)
- Link to a bundle segment extremity.
- o
ListTerminations(CATListValCATBaseUnknown_var*&)
- List of Terminations.
- o
UnLinkBundleSegmentExtremity()
- UnLink to a bundle segment extremity.
Methods
o GetLinkedBundleSegmentExtremity
| public virtual GetLinkedBundleSegmentExtremity( | | oBundleSegmentExtr) |
-
Get the bundle segment extremity linked to an internal splice.
- Parameters:
-
- oBundleSegmentExtr
- The bundle segment extremity linked to the internal splice
- Returns:
- Return code
o LinkBundleSegmentExtremity
| public virtual LinkBundleSegmentExtremity( | | iBundleSegmentExtr) |
-
Link to a bundle segment extremity.
- Parameters:
-
- iBundleSegmentExtr
- The bundle segment extremity to link to the internal splice
- Returns:
- Return code
o ListTerminations
| public virtual ListTerminations( | | oTerminations) |
-
List of Terminations.
- Parameters:
-
- oTerminations
- The list
- Returns:
- Return code
o UnLinkBundleSegmentExtremity
| public virtual UnLinkBundleSegmentExtremity( | ) |
-
UnLink to a bundle segment extremity.
- Parameters:
-
- iBundleSegmentExtr
- The bundle segment extremity to unlink with the internal splice
- Returns:
- Return code
This object is included in the file: CATIElbInternalSplice.h
If needed, your Imakefile.mk should include the module: CATElbInterfaces