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_server.c File Reference

ORBit CORBA server to hierarchical ancestors. More...

#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_serv.h"
#include "sense-skelimpl.c"

Go to the source code of this file.

Functions

void ancestors_shutdown (int sig)
void * ancestors_server (void *arguments)

Variables

pthread_mutex_t orb_mutex = PTHREAD_MUTEX_INITIALIZER
CORBA_ORB global_orb = CORBA_OBJECT_NIL
PortableServer_POA root_poa = CORBA_OBJECT_NIL
pthread_mutex_t ancestor_mutex = PTHREAD_MUTEX_INITIALIZER
bool_t ancestors_running = false


Detailed Description

ORBit CORBA server to hierarchical ancestors.

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

Definition in file sense_server.c.


Function Documentation

void* ancestors_server ( void *  arguments  ) 

Definition at line 169 of file sense_server.c.

void ancestors_shutdown ( int  sig  ) 

Definition at line 57 of file sense_server.c.


Variable Documentation

pthread_mutex_t ancestor_mutex = PTHREAD_MUTEX_INITIALIZER

Definition at line 53 of file sense_server.c.

Definition at line 54 of file sense_server.c.

CORBA_ORB global_orb = CORBA_OBJECT_NIL

Definition at line 49 of file sense_server.c.

pthread_mutex_t orb_mutex = PTHREAD_MUTEX_INITIALIZER

Definition at line 48 of file sense_server.c.

PortableServer_POA root_poa = CORBA_OBJECT_NIL

Definition at line 50 of file sense_server.c.


© 2008, Los Alamos National Security, LLC.