D
Performance Improvement in Tunnel Command
This document describes the steps to migrate to the vfoProtocolClass, vfoAdvSfImplEditClass, to improve the performance of the Tunnel command in the ICADV12.3 release.
Migrating to vfoAdvSfImplEditClass
To migrate to vfoProtocolClass, vfoAdvSfImplEditClass, follow these steps:
-
Derive a class from
vfoAdvSfImplEditClass.defclass( vfoCustomEditClass (vfoAdvSfImplEditClass) ())
-
Define the following methods to incorporate user-defined capabilities or features:
(i)vfoSupportsCreateObstructions?;;This function should returntto enable improved performance of theTunnelcommand.
(ii)vfoCreateObstructions;; To define user-defined capabilities or featuresdefmethod( vfoSupportsCreateObstruction? (( obj vfoCustomEditClass) instId) t)
defmethod( vfoCreateObstructions (( obj vfoCustomEditClass) inst lppPointList @rest args)
;;user-defined capabilities or features
;;callNextMethod()
;;user-defined capabilities or features
);;
- Update the technology file for a custom FGRs as described below:
Return to top
