My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
TipperSshClient.h
1 // $Id: TipperSshClient.h,v 1.1.1.1 2009/07/06 23:57:23 eml Exp $
2 
3 #ifndef GCP_MEDIATOR_TIPPERSSHCLIENT_H
4 #define GCP_MEDIATOR_TIPPERSSHCLIENT_H
5 
15 #include "gcp/util/common/TipperSshClient.h"
16 
17 #include "gcp/util/common/RegMapDataFrameManager.h"
18 
19 #include "gcp/control/code/unix/libunix_src/common/regmap.h"
20 
21 #include <iostream>
22 
23 namespace gcp {
24  namespace mediator {
25 
27  public:
28 
33  std::string gateway="bicep",
34  std::string host="bicep3",
35  unsigned short port=gcp::util::Ports::tipperPort("bicep"));
36 
40  virtual ~TipperSshClient();
41 
42  // Method called when data have been completely read from the
43  // server
44 
46 
47  void reportError();
48 
49  private:
50 
52 
53  RegMapBlock* utcBlock_;
54  RegMapBlock* tauBlock_;
55  RegMapBlock* tAtmBlock_;
56 
57  }; // End class TipperSshClient
58 
59  } // End namespace mediator
60 } // End namespace gcp
61 
62 
63 
64 #endif // End #ifndef GCP_MEDIATOR_TIPPERSSHCLIENT_H
Definition: NetHandler.h:16
virtual ~TipperSshClient()
Definition: TipperSshClient.cc:40
void readServerData(gcp::util::NetHandler &handler)
Definition: TipperSshClient.cc:45
Definition: TipperSshClient.h:24
TipperSshClient(gcp::util::RegMapDataFrameManager *share, std::string gateway="bicep", std::string host="bicep3", unsigned short port=gcp::util::Ports::tipperPort("bicep"))
Definition: TipperSshClient.cc:13
Definition: TipperSshClient.h:26
Definition: RegMapDataFrameManager.h:26