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

VMDCollab.C File Reference

#include "VMDCollab.h"
#include "WKFThreads.h"
#include "vmdsock.h"
#include "Inform.h"
#include "utilities.h"
#include "TextEvent.h"
#include <limits.h>
#include <errno.h>

Go to the source code of this file.

Typedefs

typedef short int32

Functions

int32 imd_readn (void *s, char *ptr, int32 n)
int32 imd_writen (void *s, const char *ptr, int32 n)

Variables

const int VMDCOLLAB_MSGSIZE = 256


Typedef Documentation

typedef short int32
 

Definition at line 39 of file VMDCollab.C.

Referenced by imd_readn, and imd_writen.


Function Documentation

int32 imd_readn void *    s,
char *    ptr,
int32    n
[static]
 

Definition at line 42 of file VMDCollab.C.

References int32, n, and vmdsock_read.

Referenced by VMDCollab::check_event, imd_recv_energies, imd_recv_fcoords, imd_recv_header, imd_recv_header_nolengthswap, and imd_recv_mdcomm.

int32 imd_writen void *    s,
const char *    ptr,
int32    n
[static]
 

Definition at line 62 of file VMDCollab.C.

References int32, n, and vmdsock_write.

Referenced by VMDCollab::act_on_command, imd_disconnect, imd_go, imd_handshake, imd_kill, imd_pause, imd_send_energies, imd_send_fcoords, imd_send_mdcomm, and imd_trate.


Variable Documentation

const int VMDCOLLAB_MSGSIZE = 256 [static]
 

Definition at line 33 of file VMDCollab.C.

Referenced by VMDCollab::act_on_command, and VMDCollab::check_event.


Generated on Fri Mar 29 02:46:55 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002