timeseries_value_list.h File Reference

Timeseries value list header file. More...

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

Go to the source code of this file.

Data Structures

struct  timeseries_value_list_t
 

Functions

MCL_LOCAL mcl_error_t timeseries_value_list_validate (timeseries_value_list_t *timeseries_value_list)
 

Detailed Description

Timeseries value list header file.

Definition in file timeseries_value_list.h.

Function Documentation

MCL_LOCAL mcl_error_t timeseries_value_list_validate ( timeseries_value_list_t timeseries_value_list)

This function checks whether all mandatory parameters of a timeseries value list are set or not.

Parameters
[in]timeseries_value_listTimeseries value list to validate.
Returns

Definition at line 90 of file timeseries_value_list.c.

References mcl_list_t::count, mcl_list_node_t::data, MCL_DEBUG_ENTRY, MCL_DEBUG_LEAVE, MCL_ERROR_STRING, MCL_INVALID_PARAMETER, mcl_list_next(), mcl_list_reset(), MCL_NULL, MCL_OK, mcl_time_util_validate_timestamp(), MCL_TRUE, timeseries_value_validate(), timeseries_value_list_t::timestamp, and timeseries_value_list_t::values.

Referenced by timeseries_validate().

Here is the call graph for this function:

Here is the caller graph for this function: