fdhwlib
2.0.25
|
00001 /*************************************************************************** 00002 pbuscontrol.h - description 00003 00004 begin : Wed Jan 24 2001 00005 copyright : (C) 2001 by A Kopmann 00006 email : kopmann@hpe.fzk.de 00007 status : 00008 test : 00009 history : 00010 ***************************************************************************/ 00011 00012 00013 #ifndef PBUSCONTROL_H 00014 #define PBUSCONTROL_H 00015 00016 00017 #include <Pbus/Pbus.h> 00018 00019 00037 class PbusControl : public Pbus { 00038 public: 00039 PbusControl(); 00040 ~PbusControl(); 00041 00043 void shutdown(); 00044 00065 void startBackgroundLoop(char *host=0, int telId=1); 00066 00074 int startBackgroundLoop(int eyeId, char *host=0, int telId=1); 00075 00076 00089 char *getHostName(int tel); 00090 00095 unsigned long getPCTime(); 00096 00097 }; 00098 00099 00100 #endif