TraceMgrGetConfigFromFileRelease (FUN)
FUNCTION TraceMgrGetConfigFromFileRelease : RTS_IEC_RESULT
This function has to be called after TraceMgrGetConfigFromFile. It frees the dynamically allocated memory for the strings of the packet resp. record configuration.
- InOut:
Scope
Name
Type
Comment
Return
TraceMgrGetConfigFromFileReleaseRTS_IEC_RESULTReturns the runtime system error code (see CmpErrors.library)
Input
pPacketConfigurationPOINTER TO TracePacketConfiguration
Points to a TracePacketConfiguration variable, where the packet configuration was stored (in)
pRecordConfigurationPOINTER TO TraceRecordConfiguration
Points to a TraceRecordConfiguration variable (or an array of TraceRecordConfiguration variables), where the trace record configuration was stored. (in)
iRecordCountDINTContains real number of records, that are stored in the array pRecordConfiguration (in)