FACT++
1.0
|
This is the complete list of members for ConnectionAgilent, including all inherited members.
Alarm(const std::string &str) | MessageImp | inline |
Alarm(const char *txt) | MessageImp | inline |
Alarm(const std::ostringstream &str) | MessageImp | inline |
AsyncRead(const boost::asio::mutable_buffers_1 buffers, int type=0) | Connection | |
AsyncWait(boost::asio::deadline_timer &timer, int millisec, void(Connection::*handler)(const boost::system::error_code &)) | Connection | inline |
AsyncWaitImp(boost::asio::deadline_timer &timer, int millisec, void(T::*handler)(const boost::system::error_code &)) | Connection | inline |
AsyncWrite(const boost::asio::const_buffers_1 &buffers) | Connection | |
Comment(const std::string &str) | MessageImp | inline |
Comment(const char *txt) | MessageImp | inline |
Comment(const std::ostringstream &str) | MessageImp | inline |
Connection(boost::asio::io_service &io_service, std::ostream &out) | Connection | |
ConnectionAgilent(ba::io_service &ioservice, MessageImp &imp) | ConnectionAgilent | inline |
ConnectionEstablished() | ConnectionAgilent | inlineprivatevirtual |
Debug(const std::string &str) | MessageImp | inline |
Debug(const char *txt) | MessageImp | inline |
Debug(const std::ostringstream &str) | MessageImp | inline |
Error(const std::string &str) | MessageImp | inline |
Error(const char *txt) | MessageImp | inline |
Error(const std::ostringstream &str) | MessageImp | inline |
Fatal(const std::string &str) | MessageImp | inline |
Fatal(const char *txt) | MessageImp | inline |
Fatal(const std::ostringstream &str) | MessageImp | inline |
fBuffer | ConnectionAgilent | private |
fData | ConnectionAgilent | private |
fDebugRx | ConnectionAgilent | private |
fInterval | ConnectionAgilent | private |
fInTimeout | Connection | protected |
fIsVerbose | ConnectionAgilent | private |
fLastCommand | ConnectionAgilent | private |
fLastReceived | ConnectionAgilent | private |
fMode | ConnectionAgilent | static |
fTimeout | ConnectionAgilent | private |
fTimeoutPowerCycle | ConnectionAgilent | private |
GetEndpoint() const | Connection | inline |
GetState() | ConnectionAgilent | inline |
HandlePowerCycle(const bs::error_code &error) | ConnectionAgilent | inlineprotected |
HandleReadTimeout(const boost::system::error_code &) | Connection | inlinevirtual |
HandleReceivedData(const bs::error_code &err, size_t bytes_received, int line) | ConnectionAgilent | inlineprivate |
Connection::HandleReceivedData(const boost::system::error_code &, size_t, int=0) | Connection | inlinevirtual |
HandleStatusTimer(const bs::error_code &error) | ConnectionAgilent | inlineprotected |
IndicateStateChange(const Time &, const std::string &) | MessageImp | inlinevirtual |
Info(const std::string &str) | MessageImp | inline |
Info(const char *txt) | MessageImp | inline |
Info(const std::ostringstream &str) | MessageImp | inline |
IsClosed() const | Connection | inline |
IsConnected() const | Connection | inline |
IsConnecting() const | Connection | inline |
IsDisconnected() const | Connection | inline |
IsTxQueueEmpty() const | Connection | inline |
kAlarm enum value | MessageImp | |
kComment enum value | MessageImp | |
kDebug enum value | MessageImp | |
kError enum value | MessageImp | |
kFatal enum value | MessageImp | |
kInfo enum value | MessageImp | |
kMessage enum value | MessageImp | |
kWarn enum value | MessageImp | |
Message(const std::string &str) | MessageImp | inline |
Message(const char *txt) | MessageImp | inline |
Message(const std::ostringstream &str) | MessageImp | inline |
MessageImp(std::ostream &out=std::cout) | MessageImp | |
MessageQueueEmpty() const | MessageImp | inlinevirtual |
operator()() const | MessageImp | inline |
Out() | Connection | inline |
MessageImp::Out() const | MessageImp | inline |
PostClose(bool restart=true) | Connection | |
PostMessage(const void *msg, size_t s=0) | Connection | |
PostMessage(const std::string &cmd, size_t s=-1) | Connection | |
PostMessage(const std::array< T, N > &msg) | Connection | inline |
PostMessage(const std::vector< T > &msg) | Connection | inline |
PowerCycle(uint16_t seconds) | ConnectionAgilent | inline |
RequestStatus() | ConnectionAgilent | inlineprotected |
SetDebugRx(bool b) | ConnectionAgilent | inline |
SetDebugTx(bool b=true) | Connection | inline |
SetEndpoint(const std::string &addr, int port) | Connection | |
SetEndpoint(const std::string &addr, const std::string &port) | Connection | |
SetEndpoint(const std::string &addr) | Connection | |
SetEndpoint(const boost::asio::ip::tcp::endpoint &ep) | Connection | |
SetInterval(uint16_t i) | ConnectionAgilent | inline |
SetLogStream(MessageImp *log) | Connection | inline |
SetPower(bool on) | ConnectionAgilent | inline |
SetVerbose(bool b) | ConnectionAgilent | inline |
Severity enum name | MessageImp | |
StartConnect() | Connection | virtual |
StartRead(int line=0) | ConnectionAgilent | inlineprivate |
StateChanged(const Time &time, const std::string &server, const std::string &msg, int state) | MessageImp | |
Update(const std::string &txt, int severity=kMessage) | MessageImp | |
Update(const char *txt, int severity=kMessage) | MessageImp | inline |
Update(const std::ostringstream &str, int severity=kMessage) | MessageImp | inline |
UpdateDim(const Data &) | ConnectionAgilent | inlineprotectedvirtual |
URL() const | Connection | inline |
Warn(const std::string &str) | MessageImp | inline |
Warn(const char *txt) | MessageImp | inline |
Warn(const std::ostringstream &str) | MessageImp | inline |
~MessageImp() | MessageImp | inlinevirtual |