#include <VisItPythonConnection.H>
◆ VisItPythonConnection()
VisItPythonConnection::VisItPythonConnection |
( |
| ) |
|
◆ ~VisItPythonConnection()
VisItPythonConnection::~VisItPythonConnection |
( |
| ) |
|
◆ Open()
bool VisItPythonConnection::Open |
( |
std::vector< std::string > |
extraargs = std::vector< std::string >() | ) |
|
◆ Close()
bool VisItPythonConnection::Close |
( |
| ) |
|
◆ SendCommand()
bool VisItPythonConnection::SendCommand |
( |
const char * |
buff | ) |
|
◆ IsOpen()
bool VisItPythonConnection::IsOpen |
( |
| ) |
|
◆ GetLastError()
std::string VisItPythonConnection::GetLastError |
( |
| ) |
|
◆ WriteString()
bool VisItPythonConnection::WriteString |
( |
const char * |
buff | ) |
|
|
protected |
◆ WaitForPrompt()
bool VisItPythonConnection::WaitForPrompt |
( |
| ) |
|
|
protected |
◆ to_cli
int VisItPythonConnection::to_cli |
|
private |
◆ from_cli
int VisItPythonConnection::from_cli |
|
private |
◆ readbufferlen
int VisItPythonConnection::readbufferlen |
|
private |
◆ readbuffer
char* VisItPythonConnection::readbuffer |
|
private |
◆ visitpid
pid_t VisItPythonConnection::visitpid |
|
private |
◆ error
std::string VisItPythonConnection::error |
|
private |
The documentation for this class was generated from the following file: