Type: |
Method |
Available as of: |
V1.0.0.0 |
Release of dynamic memory
This method releases the dynamic memory used for the last generated QSpline. When generating a new CSpline, this method does not have to be called up. In this case, the dynamic memory that is already in use is released automatically. The method should be called up if no further CSplines are to be generated in the progress of the program.
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General library-independent statement on the diagnostic. A value unequal to GD.ET_Diag.Ok corresponds to a diagnostic message. |
|
q_etDiagExt |
POU-specific output on the diagnostic. q_etDiag = GD.ET_Diag.Ok -> status message q_etDiag <> GD.ET_Diag.Ok -> diagnostic message |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
Releasing dynamic memory was successful.