#include <emul.h>
Public Attributes | |
| struct settings * | settings |
| char * | name |
| int | next_serial_nr |
| struct net * | net |
| int | n_machines |
| struct machine ** | machines |
| int | n_debugger_cmds |
| char ** | debugger_cmds |
| char** emul::debugger_cmds |
Definition at line 51 of file emul.h.
Referenced by get_cmd_args().
| struct machine** emul::machines |
Definition at line 46 of file emul.h.
Referenced by emul_add_machine(), emul_destroy(), emul_dumpinfo(), and emul_simple_init().
| int emul::n_debugger_cmds |
Definition at line 50 of file emul.h.
Referenced by get_cmd_args().
| int emul::n_machines |
Definition at line 45 of file emul.h.
Referenced by emul_add_machine(), emul_destroy(), emul_dumpinfo(), emul_new(), and emul_simple_init().
| char* emul::name |
Definition at line 40 of file emul.h.
Referenced by emul_destroy(), and emul_new().
| struct net* emul::net |
Definition at line 43 of file emul.h.
Referenced by dev_le_init(), DEVICE_ACCESS(), DEVICE_TICK(), DEVINIT(), emul_dumpinfo(), and emul_simple_init().
| int emul::next_serial_nr |
Definition at line 42 of file emul.h.
Referenced by emul_add_machine(), and emul_new().
| struct settings* emul::settings |
Definition at line 38 of file emul.h.
Referenced by emul_add_machine(), emul_destroy(), emul_new(), and main().
1.8.17