mapping.h File Reference

Mapping module header file. More...

Include dependency graph for mapping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mapping_t
 

Functions

MCL_LOCAL mcl_error_t mapping_validate (mapping_t *mapping)
 

Detailed Description

Mapping module header file.

Definition in file mapping.h.

Function Documentation

MCL_LOCAL mcl_error_t mapping_validate ( mapping_t mapping)

This function checks whether all mandatory parameters of a mapping are set or not.

Parameters
[in]mappingMapping to validate.
Returns

Definition at line 87 of file mapping.c.

References mapping_t::data_point_id, MCL_DEBUG_ENTRY, MCL_DEBUG_LEAVE, MCL_INVALID_PARAMETER, MCL_NULL, MCL_OK, mapping_t::property_name, and mapping_t::property_set_name.

Referenced by connectivity_processor_create_mapping().

Here is the caller graph for this function: