Skip to main content

time_series_series_has_data

Last updated March 2020

Name

time_series_series_has_data — Returns true if a given monitor in a time series contains data

Synopsis

#include "misc/time_series.h"

| int **time_series_series_has_data** ( | ts, |   | |   | series_id); |   |

time_series * <var class="pdparam">ts</var>; int <var class="pdparam">series_id</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Returns true if a given monitor in a time series contains data.

Parameters

ts
  • the time series.
series_id
  • sequence number of a monitor.

Return Values

none-zero if the monitor contains data.

Was this page helpful?