COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Functions
tcp.h File Reference

Go to the source code of this file.

Functions

void growl_tcp_write (int sock, const char *const format,...) __attribute__((format(printf
 
void char * growl_tcp_read (int sock)
 
int growl_tcp_open (const char *server)
 
void growl_tcp_close (int sock)
 
int growl_tcp_datagram (const char *server, const unsigned char *data, const int data_length)
 

Function Documentation

void growl_tcp_close ( int  sock)

Definition at line 97 of file tcp.c.

int growl_tcp_datagram ( const char *  server,
const unsigned char *  data,
const int  data_length 
)

Definition at line 135 of file tcp.c.

int growl_tcp_open ( const char *  server)

Definition at line 64 of file tcp.c.

void char* growl_tcp_read ( int  sock)

Definition at line 45 of file tcp.c.

void growl_tcp_write ( int  sock,
const char *const  format,
  ... 
)
Send comments to:
COOLFluiD Web Admin