|
|
|
|
/home/brennan/n-sim/Vaike/linux/system-addons/system/soap/sensor++.h File ReferenceTemplate for SOAP-based publish/subscribe. More...
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <stdarg.h>
#include <limits.h>
#include <minisoap.h>
#include <sensor.h>
Go to the source code of this file.
Detailed Description
Template for SOAP-based publish/subscribe.
- Revision
- 1.1
Original Author: Sean M. Brennan <brennan@lanl.gov> - Author
- sean_m_brennan
Created: February 8, 2006 - Date
- 2008/02/03 22:00:55
Definition in file sensor++.h.
Define Documentation
Function Documentation
template<class T> |
int consume |
( |
const char * |
appname, |
|
|
< T > |
data[], |
|
|
unsigned int |
size |
|
) |
|
|
template<class T> |
int produce |
( |
< T > |
data[], |
|
|
unsigned int |
size |
|
) |
|
|
|
Definition at line 93 of file sensor++.h.
References _soap_event::data_type, EVENT_DATA_LEN, Event_Msg, _soap_event::from, _soap_event::from_app, MAX_TYPE_NAME, _soap_event::msg, my_app, my_ip_addr, NET_ADDR_LEN, PATH_MAX, _soap_event::time, _soap_event::to, _soap_event::to_app, and _soap_event::type.
Referenced by classify(). |
Variable Documentation
|