NetSim Source Code Help
Loading...
Searching...
No Matches
Sumo_interface.c File Reference
#include "main.h"
#include "Mobility.h"
#include "Animation.h"
Include dependency graph for Sumo_interface.c:

Go to the source code of this file.

Functions

double * corr (char *id)
 
void pipes_init ()
 
void init_sumo ()
 
void sumo_run ()
 

Variables

char * sumoname
 
double step_size
 
char gui
 
HANDLE hPipe
 

Function Documentation

◆ corr()

double * corr ( char *  id)

Definition at line 162 of file Sumo_interface.c.

Here is the caller graph for this function:

◆ init_sumo()

void init_sumo ( )

Definition at line 33 of file Sumo_interface.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pipes_init()

void pipes_init ( )

Definition at line 91 of file Sumo_interface.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sumo_run()

void sumo_run ( )

Definition at line 50 of file Sumo_interface.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ gui

char gui

Definition at line 23 of file Sumo_interface.c.

◆ hPipe

HANDLE hPipe

Definition at line 24 of file Sumo_interface.c.

◆ step_size

double step_size

Definition at line 21 of file Sumo_interface.c.

◆ sumoname

char* sumoname

Definition at line 20 of file Sumo_interface.c.