Classes | Typedefs | Functions | Variables

mcl_from_simout.c File Reference

#include <mcl_laser.h>
#include <stdio.h>
#include <stdlib.h>
#include <error.h>
#include <errno.h>
#include <stdbool.h>
#include <math.h>
#include <time.h>
Include dependency graph for mcl_from_simout.c:

Classes

struct  simodo
struct  simlas

Typedefs

typedef double simtime_t

Functions

struct mcl_modeltestmcl_init ()
 MCL test initialization.
void usage ()
int read_odo (FILE *f, struct simodo *odo)
int read_las (FILE *f, struct simlas *las)
int main (int argc, char *argv[])

Variables

struct mcl_laser l

Typedef Documentation

typedef double simtime_t

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

int read_las ( FILE *  f,
struct simlas las 
)

Here is the caller graph for this function:

int read_odo ( FILE *  f,
struct simodo odo 
)

Here is the caller graph for this function:

struct mcl_model* testmcl_init (  )  [read]

MCL test initialization.

Here is the call graph for this function:

Here is the caller graph for this function:

void usage ( void   ) 

Here is the caller graph for this function:


Variable Documentation

struct mcl_laser l