MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
cbuffer_test.c File Reference

A simple program that tests the funtions for the temporal circular buffer types in MEOS, that is, cbuffer, cbufferset, and tcbuffer. More...

#include <stdio.h>
#include <stdlib.h>
#include <meos.h>
#include <meos_cbuffer.h>

Functions

int main (void)
 

Detailed Description

A simple program that tests the funtions for the temporal circular buffer types in MEOS, that is, cbuffer, cbufferset, and tcbuffer.

The program can be build as follows

gcc -Wall -g -I/usr/local/include -o cbuffer_test cbuffer_test.c -L/usr/local/lib -lmeos