All Frameworks Class Hierarchy This Framework Previous Next Indexes
ElecFunctionalItf Interface CATIEfdOffSheet
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIEfdOffSheet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEfdOffSheet
Interface to manage the electrical OffSheet connectors.
Role This interface allows to identify
incompleted signals.
Method Index
- o
Compatibility(CATIEfdOffSheet*,int*)
- Determines if the current Offsheet is compatible with an other.
- o
GetOffSheetLink(CATIEfdOffSheetLink**)
- Retrieves the link in which the offsheet is involved (if any).
- o
GetSignal(CATIEfdSignal**)
- Retrieves the electrical signal in which is contained.
Methods
o Compatibility
-
Determines if the current Offsheet is compatible with an other.
- Parameters:
-
- iOffsheet
- the EfdignalOffSheet object with which compatibility is to be tested
- oDiag
- the diagnostic returns 0 when the offsheets are not compatible
or 1 when the offsheets are compatibles .
o GetOffSheetLink
-
Retrieves the link in which the offsheet is involved (if any).
- Parameters:
-
- oLink
- the EfdOffSheetLink object.
o GetSignal
-
Retrieves the electrical signal in which is contained.
- Parameters:
-
- oSignal
- the signal object.
This object is included in the file: CATIEfdOffSheet.h
If needed, your Imakefile.mk should include the module: CATEFDInterfaces