src/internet-stack/sim_interface.h File Reference

This graph shows which files directly or indirectly include this file:

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 Documentation

#define CREATE_STACK_FUNC ( a,
b,
 ) 
Value:
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 Documentation

Definition at line 194 of file sim_interface.h.

typedef int(* FRandom)()

Definition at line 193 of file sim_interface.h.

Generated on Thu Dec 3 14:08:05 2009 for NS-3 by  doxygen 1.6.3