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/L3/sense_clients.cpp File Reference

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

#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include "sensingC.h"
#include "sensix.h"
#include "sense_discover.h"
#include "sense_impl.h"
#include "discovery_service.h"
#include "corba_discovery.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_var global_orb
pthread_mutex_t sibling_mutex = PTHREAD_MUTEX_INITIALIZER
bool_t siblings_running = false


Detailed Description

CORBA clients to hierarchical descendants and siblings.

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

Definition in file sense_clients.cpp.


Function Documentation

void* descendants_client ( void *  arguments  ) 

Definition at line 150 of file sense_clients.cpp.

void descendants_shutdown ( int  sig  ) 

Definition at line 144 of file sense_clients.cpp.

void* siblings_client ( void *  arguments  ) 

Definition at line 137 of file sense_clients.cpp.

void siblings_shutdown ( int  sig  ) 

Definition at line 131 of file sense_clients.cpp.


Variable Documentation

CORBA::ORB_var 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 52 of file sense_clients.cpp.

Definition at line 53 of file sense_clients.cpp.


© 2008, Los Alamos National Security, LLC.