File demo_time_series.cpp

basic usage of time series

Author

Vincent Berenz

Copyright

Copyright (c) 2019, Max Planck Gesellschaft.

Functions

void *producer(void *args)

Write values to the time series.

void run()

Read and display the values from the time series.

int main()

Variables

bool g_running = true