#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 |
|
Definition at line 39 of file VMDCollab.C. Referenced by imd_readn, and imd_writen. |
|
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. |
|
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. |
|
Definition at line 33 of file VMDCollab.C. Referenced by VMDCollab::act_on_command, and VMDCollab::check_event. |