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

Go to the source code of this file.

Macros

#define MLPI_CONTAINER_NAME_MAX_LENGTH   (64)
 

Typedefs

typedef struct MlpiContainerHandle MlpiContainerHandle
 
typedef struct MlpiContainerInformation MlpiContainerInformation
 
typedef struct MlpiContainerItemInformation MlpiContainerItemInformation
 

Enumerations

Functions

MLPIRESULT mlpiContainerCreate (const MLPIHANDLE connection, const WCHAR16 *tagList, const MlpiContainerAccess accessFlag, MlpiContainerHandle *handle, ULONG *dataSize)
 
MLPIRESULT mlpiContainerUpdate (const MLPIHANDLE connection, const MlpiContainerHandle handle, void *data, const ULONG dataSize)
 
MLPIRESULT mlpiContainerDestroy (const MLPIHANDLE connection, MlpiContainerHandle *handle)
 
MLPIRESULT mlpiContainerSetName (const MLPIHANDLE connection, const MlpiContainerHandle handle, const WCHAR16 *name)
 
MLPIRESULT mlpiContainerGetName (const MLPIHANDLE connection, const MlpiContainerHandle handle, WCHAR16 *name, const ULONG numElements)
 
MLPIRESULT mlpiContainerGetInformation (const MLPIHANDLE connection, const MlpiContainerHandle handle, MlpiContainerInformation *info)
 
MLPIRESULT mlpiContainerGetTagList (const MLPIHANDLE connection, const MlpiContainerHandle handle, WCHAR16 *tagList, const ULONG numElements)
 
MLPIRESULT mlpiContainerGetItemInformation (const MLPIHANDLE connection, const MlpiContainerHandle handle, MlpiContainerItemInformation *info, const ULONG numElements, ULONG *numElementsRet)
 
MLPIRESULT mlpiContainerGetSingleItemInformation (const MLPIHANDLE connection, const MlpiContainerHandle handle, const ULONG index, WCHAR16 *tag, const ULONG numElements, MlpiContainerItemInformation *info)
 
MLPIRESULT mlpiContainerGetNumberOfContainer (const MLPIHANDLE connection, ULONG *number)
 
MLPIRESULT mlpiContainerGetHandlesOfContainer (const MLPIHANDLE connection, MlpiContainerHandle *handles, const ULONG numElements, ULONG *numElementsRet)
 

Detailed Description

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

Definition in file mlpiContainerLib.h.