Main Page   Alphabetical List   Compound List   File List   Compound Members  

bossmin.h

00001 #include "info/CircularBufferProducer.hh"
00002 #include "log4cpp/Category.hh"
00003 #include "log4cpp/SimpleConfigurator.hh"
00004   
00009 
00010 class Boss {
00011  public:
00012 
00014   Boss();
00015 
00017   int updateJobParameter(int idnum, string tab, string key, string val);
00018 
00020   ~Boss();
00021 
00022  private:
00024   char acJobId[50];
00025   char acTStamp[32];
00026 
00027   //This is a class variable to enable the producer to be used by all functions in the class
00028   edg::info::CircularBufferProducer *pJobProducer;
00029   edg::info::CircularBufferProducer *pMessageProducer;
00030 };
00031 

Generated at Thu Jan 16 14:21:37 2003 for BOSS to RGMA by doxygen1.2.4-20010128 written by Dimitri van Heesch, © 1997-2001