Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
RemoteDebuggerBridge Class Reference

#include <RemoteDebuggerBridge.h>

Public Types

enum  ConnectionState {
  Closed, Open, Connected, LoggedOff,
  LoggedOn
}
 

Public Member Functions

 RemoteDebuggerBridge ()
 
virtual ~RemoteDebuggerBridge ()
 

Static Public Member Functions

static void processCommandLine (S32 argc, const char **argv)
 Direct bridge control. More...
 
static bool open (const S32 debuggerVersion, const S32 port, const char *pPassword)
 
static bool close (void)
 
static ConnectionState getConnectionState (void)
 
static StringTableEntry getConnectionPassword (void)
 

Static Public Attributes

static const S32 IdleWaitPeriod = 100
 

Member Enumeration Documentation

Enumerator
Closed 
Open 
Connected 
LoggedOff 
LoggedOn 

Constructor & Destructor Documentation

virtual ~RemoteDebuggerBridge ( )
inlinevirtual

Member Function Documentation

bool close ( void  )
static
StringTableEntry getConnectionPassword ( void  )
static
RemoteDebuggerBridge::ConnectionState getConnectionState ( void  )
static
bool open ( const S32  debuggerVersion,
const S32  port,
const char *  pPassword 
)
static
void processCommandLine ( S32  argc,
const char **  argv 
)
static

Direct bridge control.

Member Data Documentation

const S32 IdleWaitPeriod = 100
static

The documentation for this class was generated from the following files: