CommandManager.RegisteredCommandCount (PROP) ¶ PROPERTY RegisteredCommandCount : INT
CommandManager.UnregisterCommand (METH) ¶ METHOD UnregisterCommand : BOOL InOut: Scope Name Type Return UnregisterCommand BOOL Input cmd IGeneralCommand
Constants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Constant MaxCommands INT 10 ReturnOk WORD 0 ReturnError WORD 1
GVL (GVL) ¶ InOut: Name Type g_VisuCommandManager CommandManager
IGeneralCommand (ITF) ¶ INTERFACE IGeneralCommand Methods: Execute Structure: Execute (Method)
IGeneralCommand.Execute (METH) ¶ METHOD Execute : WORD InOut: Scope Name Type Return Execute WORD Input dwParam1 DWORD dwParam2 DWORD
Recipe_FileParameters (STRUCT) ¶ TYPE Recipe_FileParameters : STRUCT InOut: Name Type pstRecipeDefinition POINTER TO STRING pstRecipe POINTER TO STRING pstFilepath POINTER TO STRING
VisuFbRecordingRangeRingBuffer (FB) ¶ FUNCTION_BLOCK VisuFbRecordingRangeRingBuffer A kind of ring buffer supporting dynamic memory allocation at need and removing entries before a certain timestamp without doing unnecessary copies Properties: Empty LastStop Methods: ClearBefore GetNext Increase SetLastStart SetLastStop StartIteration Structure: ClearBefore (Method) Empty (Property) GetNext (Method) Increase (Method) LastStop (Property) SetLastStart (Method) SetLastStop (Method) StartIteration (Method)
VisuFbRecordingRangeRingBuffer.ClearBefore (METH) ¶ METHOD ClearBefore InOut: Scope Name Type Input ts ULINT
VisuFbRecordingRangeRingBuffer.Empty (PROP) ¶ PROPERTY Empty : BOOL