#include <cstdlib>
#include <fstream>
#include <iostream>
#include <log/carmenconfiguration.h>
#include <log/sensorlog.h>
#include <unistd.h>
#include <utils/commandline.h>
#include <log/sensorstream.h>
#include "scanmatcherprocessor.h"
Go to the source code of this file.
Macros | |
#define | DEBUG cout << __PRETTY_FUNCTION__ |
#define | MAX_STRING_LENGTH 1024 |
Functions | |
int | main (int argc, const char *const *argv) |
#define DEBUG cout << __PRETTY_FUNCTION__ |
Definition at line 14 of file scanmatch_test.cpp.
#define MAX_STRING_LENGTH 1024 |
Definition at line 15 of file scanmatch_test.cpp.
int main | ( | int | argc, |
const char *const * | argv | ||
) |
Definition at line 17 of file scanmatch_test.cpp.