Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpiCore)  1.26.2
UtilGlobalHelper
Collaboration diagram for UtilGlobalHelper:

Functions

void utilHexdump (const void *data, size_t size)
 
size_t utilSizeOfMlpiType (MlpiType type)
 

Detailed Description

This module contains some useful functions and macros for common handling.

Please note that this piece of source code is not directly part of the MLPI. You do not need this file to program against the MLPI. Nevertheless, at least parts of this file have been considered to be somewhat useful when using or learning to use MLPI functionality. It is therefore included without any support, but to act as sample code and source of inspiration.

Function Documentation

void utilHexdump ( const void *  data,
size_t  size 
)
inline

Function to print the memory dump of a container onto the screen. See ContainerLib for further information.

Parameters
[in]dataName of the container.
[in]sizeSize of the container.

Definition at line 107 of file mlpiGlobalHelper.h.