NetSim Source Code Help
Loading...
Searching...
No Matches
SimProcessInterpretor.c File Reference
#include "main.h"
#include <signal.h>
#include "CLI.h"
Include dependency graph for SimProcessInterpretor.c:

Go to the source code of this file.

Functions

void cli_stop_simulation (ptrCLIENTINFO info)
 
void cli_pause_simulation_at (ptrCLIENTINFO info, double time)
 
void cli_pause_simulation (ptrCLIENTINFO info)
 
void cli_continue_simulation (ptrCLIENTINFO info)
 
void cli_clear_prompt (ptrCLIENTINFO info)
 

Function Documentation

◆ cli_clear_prompt()

void cli_clear_prompt ( ptrCLIENTINFO  info)

Definition at line 72 of file SimProcessInterpretor.c.

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

◆ cli_continue_simulation()

void cli_continue_simulation ( ptrCLIENTINFO  info)

Definition at line 59 of file SimProcessInterpretor.c.

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

◆ cli_pause_simulation()

void cli_pause_simulation ( ptrCLIENTINFO  info)

Definition at line 45 of file SimProcessInterpretor.c.

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

◆ cli_pause_simulation_at()

void cli_pause_simulation_at ( ptrCLIENTINFO  info,
double  time 
)

Definition at line 29 of file SimProcessInterpretor.c.

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

◆ cli_stop_simulation()

void cli_stop_simulation ( ptrCLIENTINFO  info)

Definition at line 18 of file SimProcessInterpretor.c.

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