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

Go to the source code of this file.

Typedefs

typedef std::vector< std::wstring > SymbolList
 

Functions

MLPIRESULT utilLogicGetSymbolList (MLPIHANDLE connection, const std::wstring &application, SymbolList &symbolList)
 
MLPIRESULT utilLogicInflateSymbol (MLPIHANDLE connection, const std::wstring &symbol, SymbolList &symbolList, MlpiLogicSymbolInformation &symbolInfo)
 
MLPIRESULT utilLogicGetSymbolListExtended (MLPIHANDLE connection, const std::wstring &application, SymbolList &symbolList)
 

Detailed Description

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

Definition in file mlpiLogicHelper.h.

Typedef Documentation

typedef std::vector<std::wstring> SymbolList

Defines a container which contains a list of strings

Definition at line 95 of file mlpiLogicHelper.h.