Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpiCore)  1.26.2
mlpiParameterHelper.h File Reference
Include dependency graph for mlpiParameterHelper.h:

Go to the source code of this file.

Classes

class  MlpiReadEverythingDataAccess
 

Macros

#define PARAM_MAX_IDN_STRING_LENGTH   ( 24 )
 
#define PARAM_SERCOS_TIME_STRING_LENGTH   ( 31 )
 

Functions

MlpiType utilParameterGetDataTypeFromAttribute (const ULONG attribute)
 
BOOL8 utilParameterGetProcedureCmdFromAttribute (const ULONG attribute)
 
SHORT utilParameterGetDecimalPointFromAttribute (const ULONG attribute)
 
ParamWriteProtection utilParameterGetWriteProtectionFromAttribute (const ULONG attribute)
 
MLPIRESULT utilParameterParseIdn (const WCHAR16 *idn, ULONG *address, ULLONG *type, ULLONG *set, ULLONG *block, ULLONG *si, ULLONG *se, WCHAR16 **idnNxt=NULL)
 
MLPIRESULT utilParameterParseIdn (const WCHAR16 *idnString, ULLONG *idnValue, ULONG *address=NULL)
 
MLPIRESULT utilParameterSplitSidn (const ULLONG sidn, ULLONG *idn, ULONG *address)
 
MLPIRESULT utilParameterSplitSidn (const ULLONG sidn, ULONG *address, ULONG *type, ULONG *block, ULONG *spFlag, ULONG *set, ULONG *si, ULONG *se)
 
WCHAR16utilParameterParseIdn (const ULLONG address, WCHAR16 *idnString, const ULONG numElements)
 
MLPIRESULT utilParameterParseSercosTimeToString (const ULLONG timeStamp, CHAR *time, const ULONG numElements, ULONG *numElementsRet=NULL)
 
MLPIRESULT utilParameterParseSercosTimeToString (const ULLONG timeStamp, WCHAR16 *time, const ULONG numElements, ULONG *numElementsRet=NULL)
 
MLPIRESULT utilParameterParseStringToSercosTime (const CHAR *time, const CHAR separator, ULLONG *timeStamp, CHAR **timeNext=NULL)
 
MLPIRESULT utilParameterParseStringToSercosTime (const WCHAR16 *time, const WCHAR16 separator, ULLONG *timeStamp, WCHAR16 **timeNext=NULL)
 

Detailed Description

Author
DC-IA/EAM1 (SK, JR)
Version
1.26.2
Date
2013

Definition in file mlpiParameterHelper.h.

Macro Definition Documentation

#define PARAM_MAX_IDN_STRING_LENGTH   ( 24 )

Maximum length of parameter ident string.

Definition at line 176 of file mlpiParameterHelper.h.

Referenced by utilParameterParseIdn().

#define PARAM_SERCOS_TIME_STRING_LENGTH   ( 31 )

Maximum length of sercos time string.

Definition at line 177 of file mlpiParameterHelper.h.

Referenced by utilParameterParseSercosTimeToString(), and utilParameterParseStringToSercosTime().