VisuFbPrintDateTimeFormatCurrentTime.Initialize (METH) ¶ METHOD Initialize InOut: Scope Name Type Comment Input pstFormat Visu_TypeString The format string the current instance should work on
VisuFbPrintDateTimeFormatCurrentTime (FB) ¶ FUNCTION_BLOCK VisuFbPrintDateTimeFormatCurrentTime EXTENDS VisuFbPrintDateTimeFormatBase Methods: Initialize InitializeWithSysTimeDate Analyze , inherited from VisuFbAnalyzeDateTimeFormatStringBase AssignLanguageText , inherited from VisuFbPrintDateTimeFormatBase CharFound , inherited from VisuFbPrintDateTimeFormatBase CheckCandidateForDecimals , inherited from VisuFbAnalyzeDateTimeFormatStringBase EndFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase FormatToGlobalTextBuffer , inherited from VisuFbPrintDateTimeFormatBase GetCharHelp , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageText , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageTextMayShort , inherited from VisuFbAnalyzeDateTimeFormatStringBase GreedilyHandleSameChars , inherited from VisuFbAnalyzeDateTimeFormatStringBase InitFormat , inherited from VisuFbAnalyzeDateTimeFormatStringBase PlaceholderFound , inherited from VisuFbPrintDateTimeFormatBase StartFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase Structure: Initialize (Method) InitializeWithSysTimeDate (Method)
VisuFbPrintDateTimeFormatCurrentTime.InitializeWithSysTimeDate (METH) ¶ METHOD InitializeWithSysTimeDate InOut: Scope Name Type Comment Input pstFormat Visu_TypeString The format string the current instance should work on sysTimeDate SYSTIMEDATE The SYSTIMEDATE value to format lMicroSeconds LINT The microseconds of the timestamp iUTCOffset INT The offset to UTC in minutes
VisuFbPrintDateTimeFormatVariable (FB) ¶ FUNCTION_BLOCK VisuFbPrintDateTimeFormatVariable EXTENDS VisuFbPrintDateTimeFormatBase Methods: Initialize Analyze , inherited from VisuFbAnalyzeDateTimeFormatStringBase AssignLanguageText , inherited from VisuFbPrintDateTimeFormatBase CharFound , inherited from VisuFbPrintDateTimeFormatBase CheckCandidateForDecimals , inherited from VisuFbAnalyzeDateTimeFormatStringBase EndFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase FormatToGlobalTextBuffer , inherited from VisuFbPrintDateTimeFormatBase GetCharHelp , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageText , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageTextMayShort , inherited from VisuFbAnalyzeDateTimeFormatStringBase GreedilyHandleSameChars , inherited from VisuFbAnalyzeDateTimeFormatStringBase InitFormat , inherited from VisuFbAnalyzeDateTimeFormatStringBase PlaceholderFound , inherited from VisuFbPrintDateTimeFormatBase StartFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase Structure: Initialize (Method)
VisuFbPrintDateTimeFormatVariable.Initialize (METH) ¶ METHOD Initialize This method has to be called, if a TIME or LTIME variable has to used to determine the time to display. InOut: Scope Name Type Comment Input pbyFormatString Visu_TypeString Contains the format string used to format the time. pTextFb POINTER TO VisuFbAnalyzeTextVars Optionally configured analyze pou; can be null
VisuFbWriteDateTimeVariableFormatted (FB) ¶ FUNCTION_BLOCK VisuFbWriteDateTimeVariableFormatted EXTENDS VisuFbAnalyzeDateTimeFormatStringBase Methods: AssignIfValid AssignIfValidConvertible Initialize Analyze , inherited from VisuFbAnalyzeDateTimeFormatStringBase CharFound CheckCandidateForDecimals , inherited from VisuFbAnalyzeDateTimeFormatStringBase EndFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetCharHelp , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageText , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageTextMayShort , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetStructTimeDate GreedilyHandleSameChars , inherited from VisuFbAnalyzeDateTimeFormatStringBase InitFormat , inherited from VisuFbAnalyzeDateTimeFormatStringBase PlaceholderFound StartFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase ValidateAgainstInputChecks Structure: AssignIfValid (Method) AssignIfValidConvertible (Method) Initialize (Method) Overrides CharFound (Method) PlaceholderFound (Method) Private GetStructTimeDate (Method) ValidateAgainstInputChecks (Method)
VisuFbWriteDateTimeVariableFormatted.AssignIfValid (METH) ¶ METHOD AssignIfValid : BOOL InOut: Scope Name Type Return AssignIfValid BOOL Input pst Visu_TypeString pVar POINTER TO BYTE varType Visu_Types pInputChecks POINTER TO Visu_InputChecks
VisuFbWriteDateTimeVariableFormatted.AssignIfValidConvertible (METH) ¶ METHOD AssignIfValidConvertible : BOOL This function exists so that we can do calls from the integrated visu too (no pointer to base type…) InOut: Scope Name Type Return AssignIfValidConvertible BOOL Input pst Visu_TypeString varType Visu_Types Inout value Visu_AllNumericTypesUnion
Overrides ¶ CharFound (Method) PlaceholderFound (Method)
VisuFbWriteDateTimeVariableFormatted.Initialize (METH) ¶ METHOD Initialize InOut: Scope Name Type Comment Input pbyFormatString Visu_TypeString Contains the format string used to format the time.