Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CmdIMDConnect Class Reference

Connect to a running IMD simulation. More...

#include <CmdIMD.h>

Inheritance diagram for CmdIMDConnect:

Command List of all members.

Public Methods

 CmdIMDConnect (int id, const char *hostname, int port)
virtual ~CmdIMDConnect ()

Public Attributes

int molid
char * host
int port

Protected Methods

virtual void create_text ()
 virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More...


Detailed Description

Connect to a running IMD simulation.

Definition at line 28 of file CmdIMD.h.


Constructor & Destructor Documentation

CmdIMDConnect::CmdIMDConnect int    id,
const char *    hostname,
int    port
 

Definition at line 27 of file CmdIMD.C.

References host, molid, port, and stringdup.

CmdIMDConnect::~CmdIMDConnect   [virtual]
 

Definition at line 34 of file CmdIMD.C.

References host.


Member Function Documentation

void CmdIMDConnect::create_text void    [protected, virtual]
 

virtual function which is called when a text version of the command must be created to be printed to the console or a log file.

Reimplemented from Command.

Definition at line 38 of file CmdIMD.C.

References Command::cmdText, host, and port.


Member Data Documentation

char* CmdIMDConnect::host
 

Definition at line 35 of file CmdIMD.h.

Referenced by CmdIMDConnect, create_text, and ~CmdIMDConnect.

int CmdIMDConnect::molid
 

Definition at line 34 of file CmdIMD.h.

Referenced by CmdIMDConnect.

int CmdIMDConnect::port
 

Definition at line 36 of file CmdIMD.h.

Referenced by CmdIMDConnect, and create_text.


The documentation for this class was generated from the following files:
Generated on Thu Mar 28 02:45:06 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002