IDataLogChannel.GetIsActionOngoing (METH) ¶ METHOD GetIsActionOngoing : BOOL This method tries to get if this channel is currently active writing. ..return: If it was possible to get the current state of activity. If this is FALSE xIsActionOngoing is not valid! InOut: Scope Name Type Return GetIsActionOngoing BOOL Output xIsActionOngoing BOOL
IDataLogChannel.LogAll (METH) ¶ METHOD LogAll : BOOL After calling this method all variables logged by this channel create an entry InOut: Scope Name Type Return LogAll BOOL
IDataLogChannel.UseHashValues (PROP) ¶ PROPERTY UseHashValues : BOOL Whether this channel uses hashed InstancePaths
IDataLogChannel.SetIsActionOngoing (METH) ¶ METHOD SetIsActionOngoing : BOOL This method tries to set that this channel is currently active writing. ..return: If it was possible to set the current state of activity. If this is FALSE xIsActionOngoing has not been set! InOut: Scope Name Type Return SetIsActionOngoing BOOL Input xIsActionOngoing BOOL
DataLogManager ¶ DataLogManager (FunctionBlock) Bias (Property) CallPrioLowStart (Method) ExternaLogAllChannels (Method) LogBias (Property) DataLogManager (FunctionBlock) Bias (Property) CallPrioLowStart (Method) ExternaLogAllChannels (Method) LogBias (Property) IDataLogManager (Interface) ExternaLogAllChannels (Method) IDataLogManager2 (Interface) Bias (Property) LogBias (Property)
DataLogInstanceList (STRUCT) ¶ TYPE DataLogInstanceList : STRUCT InOut: Name Type pVarDesc POINTER TO DataLogVarDesc uiNumberOfVars UINT
DataLogManager (FB) ¶ FUNCTION_BLOCK DataLogManager EXTENDS AC.Module IMPLEMENTS IDataLogManager , IDataLogManager2 InOut: Scope Name Type Initial Comment Input pitfDataLogChannels POINTER TO IDataLogChannel uiNumDataLogChannels UINT xLogBias BOOL FALSE Returns whether the current bias shall be logged iBias INT 0 The bias to log in minutes Properties: Bias LogBias Methods: CallPrioLowStart ExternaLogAllChannels Structure: Bias (Property) CallPrioLowStart (Method) ExternaLogAllChannels (Method) LogBias (Property)
DataLogManager.CallPrioLowStart (METH) ¶ METHOD CallPrioLowStart : BOOL InOut: Scope Name Type Return CallPrioLowStart BOOL
DataLogManager.Bias (PROP) ¶ PROPERTY Bias : INT
DataLogManager.ExternaLogAllChannels (METH) ¶ METHOD ExternaLogAllChannels : BOOL InOut: Scope Name Type Return ExternaLogAllChannels BOOL