|
|
|
|
/home/brennan/n-sim/Vaike/linux/system-addons/system/soap/sensor_ipc.c File ReferenceInterprocess data exchange. More...
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/sctp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <limits.h>
#include <signal.h>
#include <pthread.h>
#include "minisoap.h"
#include "sensor_ipc.h"
Go to the source code of this file.
Detailed Description
Interprocess data exchange.
- 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:56
Definition in file sensor_ipc.c.
Define Documentation
Enumeration Type Documentation
Function Documentation
long long get_time |
( |
void |
|
) |
|
|
int initialize_ipc |
( |
int |
port |
) |
|
|
int register_cmd_handler |
( |
int |
port, |
|
|
ipc_recv_t |
handler |
|
) |
|
|
int register_data_handler |
( |
int |
port, |
|
|
ipc_recv_t |
handler |
|
) |
|
|
Variable Documentation
|