Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

RTServer_busy.hh

00001 /*
00002  * RTServer_busy.hh
00003  *
00004  * Copyright (c) 2003 The University of Utah and the Flux Group.
00005  * All rights reserved.
00006  *
00007  * This file is licensed under the terms of the GNU Public License.  
00008  * See the file "license.terms" for restrictions on redistribution 
00009  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
00010  */
00011 
00012 #ifndef _rt_server_busy_hh
00013 #define _rt_server_busy_hh
00014 
00015 #include "RTServerS.h"
00016 
00017 class RTServer_busy : public virtual POA_RTServer
00018 {
00019 
00020 public:
00021 
00022     RTServer_busy(CORBA::ULong deadline_us,
00023                   CORBA::ULong *compute_us,
00024                   unsigned int compute_us_length);
00025     
00026     virtual void Periodic(void)
00027       throw (CORBA::SystemException);
00028 
00029 protected:
00030 
00031     CORBA::ULong rts_Deadline;
00032 
00033     struct {
00034         CORBA::ULong *data;
00035         unsigned int length;
00036         unsigned int index;
00037     } rts_Compute;
00038     
00039 };
00040 
00041 #endif

Generated on Mon Dec 1 16:21:56 2003 for CPUBroker by doxygen 1.3.4