MobilityDB 1.3
Loading...
Searching...
No Matches
Macros | Functions
tfloat_tile.c File Reference

A simple program that applies multidimensional tiling to a temporal float according to value and/or time bins. More...

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

Macros

#define MAX_LINE_LENGTH   1024
 

Functions

int main (void)
 

Detailed Description

A simple program that applies multidimensional tiling to a temporal float according to value and/or time bins.

The program can be build as follows

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