Allocator.FB_Init (METH) ¶ METHOD FB_Init : BOOL FB_Init is always available implicitly and it is used primarily for initialization. The return value is not evaluated. For a specific influence, you can also declare the methods explicitly and provide additional code there with the standard initialization code. You can evaluate the return value. InOut: Scope Name Type Comment Return FB_Init BOOL Input bInitRetains BOOL TRUE: the retain variables are initialized (reset warm / reset cold) bInCopyCode BOOL TRUE: the instance will be copied to the copy code afterward (online change)
Allocator.FreeBytes (METH) ¶ METHOD FreeBytes InOut: Scope Name Type Input ptr POINTER TO BYTE
Allocator.GetAllocations (METH) ¶ METHOD GetAllocations InOut: Scope Name Type Input pStru POINTER TO ARRAY [0..0] OF S_ALLOC iEntries INT
Allocator.GetTotBytesAlloc (METH) ¶ METHOD GetTotBytesAlloc : DINT InOut: Scope Name Type Return GetTotBytesAlloc DINT
Dummy (FB) ¶ FUNCTION_BLOCK Dummy IMPLEMENTS IXYChartStringApproxMeasure This FB exists only because I need the C# conversion of the interface IXYChartStringApproxMeasureIXYChartStringApproxMeasure Whitout an ST using of it, no C# conversion happens. Methods: XYChartMeasureStringApproximately Structure: XYChartMeasureStringApproximately (Method)
Dummy.XYChartMeasureStringApproximately (METH) ¶ METHOD XYChartMeasureStringApproximately : VisuElemBase.Visu_TypeString InOut: Scope Name Type Return XYChartMeasureStringApproximately VisuElemBase.Visu_TypeString Input pabyCharWidths POINTER TO ARRAY [0..0] OF BYTE pbyString VisuElemBase.Visu_TypeString xWstring BOOL iBufferSize INT sFontName STRING iFontHeight INT dwFontFlags DWORD iMaxLength INT Output iLength INT iHeight INT iCountLines INT
S_ALLOC (STRUCT) ¶ TYPE S_ALLOC : STRUCT InOut: Name Type iId INT uxiSize __UXINT ptr POINTER TO BYTE
IXYChartGenericVariable.GetValueUDINT (METH) ¶ METHOD GetValueUDINT : UDINT Get value as UDINT InOut: Scope Name Type Return GetValueUDINT UDINT
IXYChartGenericVariable.SetValueREAL (METH) ¶ METHOD SetValueREAL Write REAL value InOut: Scope Name Type Input rValue REAL
IXYChartGenericVariable2 (ITF) ¶ INTERFACE IXYChartGenericVariable2 EXTENDS IXYChartGenericVariable Interface to handle generic variable from generated code Methods: GetValueDINT SetValueDINT GetValueBOOL , inherited from IXYChartGenericVariable GetValueREAL , inherited from IXYChartGenericVariable GetValueUDINT , inherited from IXYChartGenericVariable SetValueREAL , inherited from IXYChartGenericVariable Structure: GetValueDINT (Method) SetValueDINT (Method)