N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

sys_mbox Struct Reference

List of all members.

Public Attributes

int first
int last
void * msgs [SYS_MBOX_SIZE]
sys_semmail
sys_semmutex
int wait_send

Detailed Description

Definition at line 65 of file sys_arch.c.


Member Data Documentation

int sys_mbox::first
 

Definition at line 66 of file sys_arch.c.

Referenced by sys_arch_mbox_fetch(), sys_mbox_new(), and sys_mbox_post().

int sys_mbox::last
 

Definition at line 66 of file sys_arch.c.

Referenced by sys_arch_mbox_fetch(), and sys_mbox_new().

struct sys_sem* sys_mbox::mail
 

Definition at line 68 of file sys_arch.c.

Referenced by sys_arch_mbox_fetch(), sys_mbox_free(), and sys_mbox_new().

void* sys_mbox::msgs[SYS_MBOX_SIZE]
 

Definition at line 67 of file sys_arch.c.

struct sys_sem* sys_mbox::mutex
 

Definition at line 69 of file sys_arch.c.

Referenced by sys_arch_mbox_fetch(), sys_mbox_free(), sys_mbox_new(), and sys_mbox_post().

int sys_mbox::wait_send
 

Definition at line 70 of file sys_arch.c.

Referenced by sys_arch_mbox_fetch(), and sys_mbox_new().


The documentation for this struct was generated from the following file:
  • /home/brennan/n-sim/OrbisQuartus/server/l4/patches/lwip-ore/sys_arch.c


© 2007, Los Alamos National Security, LLC.