MobilityDB 1.1
Data Structures | Macros | Functions
03_meos_assemble_ais.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <meos.h>
Include dependency graph for 03_meos_assemble_ais.c:

Data Structures

struct  AIS_record
 
struct  trip_record
 A simple program that reads from a CSV file synthetic trip data in Brussels generated by the MobilityDB-BerlinMOD generator, https://github.com/MobilityDB/MobilityDB-BerlinMOD and performs a temporal count aggregation. More...
 

Macros

#define MAX_INSTANTS   50000
 A simple program that reads AIS data from a CSV file, constructs trips from these records, and outputs for each trip the MMSI, the number of instants, and the distance travelled. More...
 
#define MAX_LENGTH_HEADER   1024
 
#define MAX_LENGTH_POINT   64
 
#define MAX_LENGTH_TIMESTAMP   32
 
#define MAX_TRIPS   5
 
#define NO_INSTANTS_BATCH   1000
 

Functions

int main (void)