|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <GmshSocket.h>


Public Member Functions | |
| GmshClient () | |
| ~GmshClient () | |
| int | Connect (const char *sockname) |
| void | Start () |
| void | Stop () |
| void | Disconnect () |
Public Member Functions inherited from GmshSocket | |
| GmshSocket () | |
| ~GmshSocket () | |
| int | Select (int seconds, int microseconds, int socket=-1) |
| void | SendMessage (int type, int length, const void *msg) |
| void | SendString (int type, const char *str) |
| void | Info (const char *str) |
| void | Warning (const char *str) |
| void | Error (const char *str) |
| void | Progress (const char *str) |
| void | MergeFile (const char *str) |
| void | OpenProject (const char *str) |
| void | ParseString (const char *str) |
| void | SpeedTest (const char *str) |
| void | Option (int num, const char *str) |
| int | ReceiveHeader (int *type, int *len, int *swap) |
| int | ReceiveMessage (int len, void *buffer) |
| int | ReceiveString (int len, char *str) |
| void | CloseSocket (int s) |
| void | ShutdownSocket (int s) |
| unsigned long int | SentBytes () |
| unsigned long int | ReceivedBytes () |
Definition at line 261 of file GmshSocket.h.
|
inline |
Definition at line 263 of file GmshSocket.h.
|
inline |
Definition at line 264 of file GmshSocket.h.
|
inline |
Definition at line 265 of file GmshSocket.h.
Referenced by onelab::remoteNetworkClient::remoteNetworkClient().


|
inline |
Definition at line 335 of file GmshSocket.h.
Referenced by onelab::remoteNetworkClient::~remoteNetworkClient().


|
inline |
Definition at line 324 of file GmshSocket.h.
Referenced by onelab::remoteNetworkClient::remoteNetworkClient().


|
inline |
Definition at line 334 of file GmshSocket.h.
Referenced by onelab::remoteNetworkClient::~remoteNetworkClient().

