#include <VisItPythonConnection.H>
Public Member Functions | |
VisItPythonConnection () | |
~VisItPythonConnection () | |
bool | Open (std::vector< std::string > extraargs=std::vector< std::string >()) |
bool | Close () |
bool | SendCommand (const char *buff) |
bool | IsOpen () |
std::string | GetLastError () |
Protected Member Functions | |
bool | WriteString (const char *buff) |
bool | WaitForPrompt () |
Private Attributes | |
int | to_cli |
int | from_cli |
int | readbufferlen |
char * | readbuffer |
pid_t | visitpid |
std::string | error |
VisItPythonConnection::VisItPythonConnection | ( | ) |
VisItPythonConnection::~VisItPythonConnection | ( | ) |
bool VisItPythonConnection::Open | ( | std::vector< std::string > | extraargs = std::vector< std::string >() |
) |
bool VisItPythonConnection::Close | ( | ) |
bool VisItPythonConnection::SendCommand | ( | const char * | buff | ) |
bool VisItPythonConnection::IsOpen | ( | ) |
std::string VisItPythonConnection::GetLastError | ( | ) |
bool VisItPythonConnection::WriteString | ( | const char * | buff | ) | [protected] |
bool VisItPythonConnection::WaitForPrompt | ( | ) | [protected] |
int VisItPythonConnection::to_cli [private] |
int VisItPythonConnection::from_cli [private] |
int VisItPythonConnection::readbufferlen [private] |
char* VisItPythonConnection::readbuffer [private] |
pid_t VisItPythonConnection::visitpid [private] |
std::string VisItPythonConnection::error [private] |