N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

_soap_event Struct Reference

#include <minisoap.h>

List of all members.

Public Attributes

char from [NET_ADDR_LEN]
char to [NET_ADDR_LEN]
SoapMsgType type
char from_app [PATH_MAX]
char to_app [PATH_MAX]
SoapDataType data_type
timeval time
char msg [EVENT_DATA_LEN]


Detailed Description

Definition at line 96 of file minisoap.h.


Member Data Documentation

SoapDataType _soap_event::data_type
 

Definition at line 103 of file minisoap.h.

Referenced by consume(), and produce().

char _soap_event::from[NET_ADDR_LEN]
 

Definition at line 97 of file minisoap.h.

Referenced by consume(), and produce().

char _soap_event::from_app[PATH_MAX]
 

Definition at line 100 of file minisoap.h.

Referenced by produce().

char _soap_event::msg[EVENT_DATA_LEN]
 

Definition at line 108 of file minisoap.h.

Referenced by consume(), and produce().

struct timeval _soap_event::time
 

Definition at line 107 of file minisoap.h.

Referenced by produce(), and raise_soap_event().

char _soap_event::to[NET_ADDR_LEN]
 

Definition at line 98 of file minisoap.h.

Referenced by produce(), and sensor_ctl().

char _soap_event::to_app[PATH_MAX]
 

Definition at line 101 of file minisoap.h.

Referenced by produce().

SoapMsgType _soap_event::type
 

Definition at line 99 of file minisoap.h.

Referenced by produce(), and sensor_ctl().


The documentation for this struct was generated from the following file:
  • /home/brennan/n-sim/Vaike/linux/system-addons/system/soap/minisoap.h


© 2007, Los Alamos National Security, LLC.