Go to the source code of this file.
Classes | |
struct | INetStack |
struct | INetStreamSocket |
struct | INetDatagramSocket |
struct | ISendCallback |
struct | IInterruptCallback |
Defines | |
#define | NSC_VERSION 0x000500 |
#define | CREATE_STACK_FUNC(a, b, c) |
Typedefs | |
typedef int(* | FRandom )() |
typedef INetStack *(* | FCreateStack )(ISendCallback *, IInterruptCallback *, FRandom) |
#define CREATE_STACK_FUNC | ( | a, | |||
b, | |||||
c | ) |
extern "C" INetStack *nsc_create_stack(\ ISendCallback *a, IInterruptCallback *b, FRandom c)
Definition at line 197 of file sim_interface.h.
#define NSC_VERSION 0x000500 |
Definition at line 23 of file sim_interface.h.
typedef INetStack*(* FCreateStack)(ISendCallback *, IInterruptCallback *, FRandom) |
Definition at line 194 of file sim_interface.h.
typedef int(* FRandom)() |
Definition at line 193 of file sim_interface.h.