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
IDataLogChannel.UseHashValues (PROP) ¶ PROPERTY UseHashValues : BOOL Whether this channel uses hashed InstancePaths
DataLogInstanceList (STRUCT) ¶ TYPE DataLogInstanceList : STRUCT InOut: Name Type pVarDesc POINTER TO DataLogVarDesc uiNumberOfVars UINT
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)
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.Bias (PROP) ¶ PROPERTY Bias : INT
DataLogManager.CallPrioLowStart (METH) ¶ METHOD CallPrioLowStart : BOOL InOut: Scope Name Type Return CallPrioLowStart BOOL
DataLogManager.ExternaLogAllChannels (METH) ¶ METHOD ExternaLogAllChannels : BOOL InOut: Scope Name Type Return ExternaLogAllChannels BOOL
DataLogManager.LogBias (PROP) ¶ PROPERTY LogBias : BOOL
IDataLogManager (ITF) ¶ INTERFACE IDataLogManager EXTENDS AC.IModule Methods: ExternaLogAllChannels Structure: ExternaLogAllChannels (Method)