|
|
|
|
/home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_analysis.c File ReferenceWSN mesh network packet analysis registry. More...
#include <stdlib.h>
#include <string.h>
#include <dlfcn.h>
#include <errno.h>
#include <sys/time.h>
#include "mesh_analysis.h"
Go to the source code of this file.
Detailed Description
WSN mesh network packet analysis registry.
- Revision
- 1.1
Original Author: Sean M. Brennan <brennan@lanl.gov> - Author
- sean_m_brennan
Created: August 1, 2007 - Date
- 2008/02/05 19:14:30
Definition in file mesh_analysis.c.
Function Documentation
int add_analysis |
( |
self_t * |
self, |
|
|
char * |
name, |
|
|
int |
id, |
|
|
char * |
path, |
|
|
char * |
ctl_size_fctn, |
|
|
char * |
analysis_fctn |
|
) |
|
|
int analyze |
( |
self_t * |
self, |
|
|
struct msghdr * |
mh |
|
) |
|
|
int delete_analysis |
( |
self_t * |
self, |
|
|
char * |
string |
|
) |
|
|
|