|
MobilityDB 1.3
|
A simple program that generates a given number of ttext instants, appends the instant into a sequence at each generation, and outputs the number of instants and the last value of the sequence at the end. More...
Macros | |
| #define | MAX_LEN_INST 64 |
| #define | MAX_LEN_TEXT 20 |
| #define | MAX_NUM_INSTS 1000000 |
| #define | NUM_INSTS_BATCH 10000 |
Functions | |
| int | main (void) |
A simple program that generates a given number of ttext instants, appends the instant into a sequence at each generation, and outputs the number of instants and the last value of the sequence at the end.
The instants are generated so they are not redundant, that is, all input instants will appear in the final sequence.
The program can be build as follows