Functions | |
| PROCEDURE | FreeArrayDrillingInfo () |
| Free the memory of the drilling array information. | |
| REAL FUNCTION | GetLastDrillingDep () REAL |
| Get the last departure coordinate of drilling operation. | |
| REAL FUNCTION | GetLastDrillingDepth () REAL |
| Get the last depth of drilling operation. | |
| REAL FUNCTION | GetLastDrillingEnd () REAL |
| Get the last end coordinate of drilling operation. | |
| REAL FUNCTION | GetLastDrillingInfo (int_NumInfo :INTEGER) REAL |
| Return the value of a drilling information. | |
| REAL FUNCTION | GetLastDrillingInitLevel () REAL |
| Get the last initial level coordinate of drilling operation. | |
| REAL FUNCTION | GetLastDrillingRet () REAL |
| Get the last return coordinate of drilling operation. | |
| PROCEDURE | InitArrayDrillingInfo () |
| Initialize the array of drilling information. | |
| PROCEDURE | ResetArrayDrillingInfo () |
| Set all the drilling information to 0. | |
| PROCEDURE | SetLastDrillingDep (real_Val :REAL) |
| Set the last departure coordinate of drilling operation. | |
| PROCEDURE | SetLastDrillingEnd (real_Val :REAL) |
| Set the last end coordinate of drilling operation. | |
| PROCEDURE | SetLastDrillingInfo (int_NumInfo :INTEGER, real_Val :REAL) |
| Store an information in the array of drilling information. | |
| PROCEDURE | SetLastDrillingInitLevel (real_Val :REAL) |
| Set the last initial level coordinate of drilling operation. | |
| PROCEDURE | SetLastDrillingRet (real_Val :REAL) |
| Set the last return coordinate of drilling operation. | |
| PROCEDURE FreeArrayDrillingInfo | ( | ) |
Free the memory of the drilling array information.
| REAL FUNCTION GetLastDrillingDep | ( | ) |
Get the last departure coordinate of drilling operation.
The storage value is set by SetLastDrillingDep;
| REAL FUNCTION GetLastDrillingDepth | ( | ) |
Get the last depth of drilling operation.
The value is computed with the values stored with SetLastDrillingDep; and SetLastDrillingEnd;
| REAL FUNCTION GetLastDrillingEnd | ( | ) |
Get the last end coordinate of drilling operation.
The storage value is set by SetLastDrillingEnd;
| REAL FUNCTION GetLastDrillingInfo | ( | int_NumInfo :INTEGER | ) |
Return the value of a drilling information.
| [in] | int_NumInfo | : number of information to read |
| REAL FUNCTION GetLastDrillingInitLevel | ( | ) |
Get the last initial level coordinate of drilling operation.
The storage value is set by SetLastDrillingLevel;
| REAL FUNCTION GetLastDrillingRet | ( | ) |
Get the last return coordinate of drilling operation.
The storage value is set by SetLastDrillingRet;
| PROCEDURE InitArrayDrillingInfo | ( | ) |
Initialize the array of drilling information.
| PROCEDURE ResetArrayDrillingInfo | ( | ) |
Set all the drilling information to 0.
| PROCEDURE SetLastDrillingDep | ( | real_Val :REAL | ) |
Set the last departure coordinate of drilling operation.
The storage value can be read with GetLastDrillingDep;
| [in] | real_Val | : value to store |
| PROCEDURE SetLastDrillingEnd | ( | real_Val :REAL | ) |
Set the last end coordinate of drilling operation.
The storage value can be read with GetLastDrillingEnd;
| [in] | real_Val | : value to store |
| PROCEDURE SetLastDrillingInfo | ( | int_NumInfo :INTEGER | , |
| real_Val :REAL | ) |
Store an information in the array of drilling information.
| [in] | int_NumInfo | : number of information |
| [in] | real_Val | : value to store |
| PROCEDURE SetLastDrillingInitLevel | ( | real_Val :REAL | ) |
Set the last initial level coordinate of drilling operation.
The storage value can be read with GetLastDrillingInitLevel;
| [in] | real_Val | : value to store |
| PROCEDURE SetLastDrillingRet | ( | real_Val :REAL | ) |
Set the last return coordinate of drilling operation.
The storage value can be read with GetLastDrillingRet;
| [in] | real_Val | : value to store |