Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. SysTypes2 Interfaces ¶ Library Identification ¶ Name: SysTypes2 Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes2 Interfaces, * (System)
MonoPoly_CreateL (FUN) ¶ FUNCTION MonoPoly_CreateL : BOOL Creates a new MonoPoly from given boundary conditions and a desired domain (length l). Note: it is not checked whether the value of l leads to a monotone function. This is only the case if it is in the range returned by MonoPoly_LenRange . InOut: Scope Name Type Comment Return MonoPoly_CreateL BOOL Inout mp MonoPoly The created MonoPoly Input f0 LREAL The function value at x=0 f1 LREAL The function value at x=l f0_x LREAL The first derivative at x=0 f1_x LREAL The first derivative at x=l l LREAL The length (the domain of the MonoPoly is [0, l]).
SysSocket23 Library Documentation ¶ Company System Title SysSocket23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Placeholder SysSocket23 Description 1 ¶ This is the compatibility library for CoDeSys V2 projects, to get access to the socket interface for TCP/IP communication on the target. Contents: ¶ Data types INADDR (Struct) SOCKADDRESS (Struct) SOCKET_FD_SET (Struct) SOCKET_LINGER (Struct) SOCKET_TIMEVAL (Struct) Global Variables Globale_Variablen (GVL) POUs SysSockAccept (Function) SysSockBind (Function) SysSockClose (Function) SysSockConnect (Function) SysSockCreate (Function) SysSockGetHostByName (Function) SysSockGetHostName (Function) SysSockGetLastError (FunctionBlock) SysSockGetLastErrorSync (Function) SysSockGetOption (Function) SysSockHtonl (Function) SysSockHtons (Function) SysSockInetAddr (Function) SysSockInetNtoa (Function) SysSockIoctl (Function) SysSockListen (Function) SysSockNtohl (Function) SysSockNtohs (Function) SysSockSelect (Function) SysSockSetIPAddress (Function) SysSockSetOption (Function) SysSockShutdown (Function) TCP specific UDP specific extern30 DWORD_IN_BYTES (Struct) DWORD_IN_WORDS (Struct) SOCK_HOSTENT (Struct) SysSockAccept30 (Function) SysSockBind30 (Function) SysSockClose30 (Function) SysSockConnect30 (Function) SysSockCreate30 (Function) SysSockGetHostByName30 (Function) SysSockGetHostName30 (Function) SysSockGetOption30 (Function) SysSockHtonl30 (Function) SysSockInetAddr30 (Function) SysSockInetNtoa30 (Function) SysSockIoctl30 (Function) SysSockListen30 (Function) SysSockNtohl30 (Function) SysSockRecv30 (Function) SysSockRecvFrom30 (Function) SysSockSelect30 (Function) SysSockSend30 (Function) SysSockSendTo30 (Function) SysSockSetIPAddress30 (Function) SysSockSetOption30 (Function) SysSockShutdown30 (Function) UDP_REPLY (Struct) Indices and tables ¶ 1 Based on SysSocket23.library, last modified 03.07.2018, 10:35:20. LibDoc 4.4.0.0-b.27 The content file SysSocket23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:20.
Data types ¶ INADDR (Struct) SOCKADDRESS (Struct) SOCKET_FD_SET (Struct) SOCKET_LINGER (Struct) SOCKET_TIMEVAL (Struct)
INADDR (STRUCT) ¶ TYPE INADDR : STRUCT InOut: Name Type S_addr DWORD
MonoPoly_CreateL7 (FUN) ¶ FUNCTION MonoPoly_CreateL7 : BOOL Creates a new MonoPoly from given boundary conditions and a desired domain (length l). The second and third derivative at x=0 and x=1 are zero. Note: it is not checked whether the value of l leads to a monotone function. This is only the case if it is in the range returned by MonoPoly_LenRange7 . InOut: Scope Name Type Comment Return MonoPoly_CreateL7 BOOL Inout mp MonoPoly The created MonoPoly Input f0 LREAL The function value at x=0 f1 LREAL The function value at x=l f0_x LREAL The first derivative at x=0 f1_x LREAL The first derivative at x=l l LREAL The length (the domain of the MonoPoly is [0, l]).
SOCKADDRESS (STRUCT) ¶ TYPE SOCKADDRESS : STRUCT InOut: Name Type sin_family INT sin_port UINT sin_addr UDINT sin_zero ARRAY [0..7] OF SINT
SOCKET_FD_SET (STRUCT) ¶ TYPE SOCKET_FD_SET : STRUCT InOut: Name Type fd_count UDINT fd_array ARRAY [0..MAX_SOCKET_FD_SETSIZE] OF DINT
MonoPoly_Create (FUN) ¶ FUNCTION MonoPoly_Create : BOOL Creates a new MonoPoly from given boundary conditions and chooses a suitable domain (length l). The polynomial is computed such that the second derivative at x=0 and x=1 is zero. InOut: Scope Name Type Comment Return MonoPoly_Create BOOL Inout mp MonoPoly The created MonoPoly Input f0 LREAL The function value at x=0 f1 LREAL The function value at x=l f0_x LREAL The first derivative at x=0 f1_x LREAL The first derivative at x=l dLambda LREAL This parameter in the range [0,1] determines how the length l is chosen. For dLambda=0, the smallest possible length is chosen. For dLambda=1, the largest possible length is chosen. Output l LREAL The length (the domain of the MonoPoly is [0, l]).
SysFileStreamFScanf_StringV3 (FUN) ¶ FUNCTION SysFileStreamFScanf_StringV3 : DINT InOut: Scope Name Type Return SysFileStreamFScanf_StringV3 DINT Input File RTS_IEC_HANDLE szFormat STRING psArg POINTER TO STRING