#include <time.h>
#include <string.h>
#include <cairo.h>
#include <cairo-pdf.h>
#include <options/options.h>
#include "../csm/csm_all.h"
#include "../csm/laser_data_drawing.h"
#include "../csm/laser_data_cairo.h"
Go to the source code of this file.
Function Documentation
First of all, we read the entire map into memory
Let's find the bounding box for the map
Definition at line 109 of file log2pdf.c.
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Variable Documentation
const char* banner = " the default parameters are OK to draw very long laser logs\n\n" |