My Project
Main Page
Related Pages
Classes
Files
File List
File Members
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
26
class
TipperSshClient
:
public
gcp::util::TipperSshClient
{
27
public
:
28
32
TipperSshClient
(
gcp::util::RegMapDataFrameManager
* share,
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
45
void
readServerData
(
gcp::util::NetHandler
& handler);
46
47
void
reportError();
48
49
private
:
50
51
gcp::util::RegMapDataFrameManager
* share_;
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
gcp::util::NetHandler
Definition:
NetHandler.h:16
gcp::mediator::TipperSshClient::~TipperSshClient
virtual ~TipperSshClient()
Definition:
TipperSshClient.cc:40
gcp::mediator::TipperSshClient::readServerData
void readServerData(gcp::util::NetHandler &handler)
Definition:
TipperSshClient.cc:45
gcp::util::TipperSshClient
Definition:
TipperSshClient.h:24
gcp::mediator::TipperSshClient::TipperSshClient
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
gcp::mediator::TipperSshClient
Definition:
TipperSshClient.h:26
gcp::util::RegMapDataFrameManager
Definition:
RegMapDataFrameManager.h:26
gcpCbass
mediator
cbass
TipperSshClient.h
Generated on Thu Jun 21 2018 14:30:00 for My Project by
1.8.6