Sensix
Wireless Sensor Network Middleware



   Home


   Project Page


   Download


   CVS




 Hosted by
Get SENSIX at SourceForge.net. Fast, secure 
and Free Open Source software downloads

/home/brennan/Software/sensix/source/L2/sense_clients.c File Reference

ORBit CORBA clients to hierarchical descendants and siblings. More...

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <pthread.h>
#include <orbit/orbit.h>
#include "sensix.h"
#include "sense_impl.h"
#include "corba_discovery.h"
#include "discovery_service.h"
#include "corba_util.h"
#include "sense.h"
#include "parser.h"

Go to the source code of this file.

Functions

void siblings_shutdown (int sig)
void * siblings_client (void *arguments)
void descendants_shutdown (int sig)
void * descendants_client (void *arguments)

Variables

pthread_mutex_t orb_mutex
CORBA_ORB global_orb
pthread_mutex_t sibling_mutex = PTHREAD_MUTEX_INITIALIZER
bool_t siblings_running = false


Detailed Description

ORBit CORBA clients to hierarchical descendants and siblings.

Revision
1.6
Author
sean_m_brennan
Date
2009/07/12 02:05:33

Definition in file sense_clients.c.


Function Documentation

void* descendants_client ( void *  arguments  ) 

Definition at line 165 of file sense_clients.c.

void descendants_shutdown ( int  sig  ) 

Definition at line 157 of file sense_clients.c.

void* siblings_client ( void *  arguments  ) 

Definition at line 108 of file sense_clients.c.

void siblings_shutdown ( int  sig  ) 

Definition at line 100 of file sense_clients.c.


Variable Documentation

CORBA_ORB global_orb

Definition at line 49 of file sense_server.c.

pthread_mutex_t orb_mutex

Definition at line 48 of file sense_server.c.

pthread_mutex_t sibling_mutex = PTHREAD_MUTEX_INITIALIZER

Definition at line 58 of file sense_clients.c.

Definition at line 59 of file sense_clients.c.


© 2008, Los Alamos National Security, LLC.