data_point.h File Reference

Data point module header file. More...

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

Go to the source code of this file.

Data Structures

struct  data_point_t
 

Functions

MCL_LOCAL mcl_error_t data_point_validate (data_point_t *data_point)
 

Detailed Description

Data point module header file.

Definition in file data_point.h.

Function Documentation

MCL_LOCAL mcl_error_t data_point_validate ( data_point_t data_point)

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

Parameters
[in]data_pointData point to validate.
Returns

Definition at line 92 of file data_point.c.

References data_point_t::id, MCL_DEBUG_ENTRY, MCL_DEBUG_LEAVE, MCL_INVALID_PARAMETER, MCL_NULL, MCL_OK, data_point_t::name, data_point_t::type, and data_point_t::unit.

Referenced by data_source_validate().

Here is the caller graph for this function: