COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
tcp.h
Go to the documentation of this file.
1 #ifndef _TCP_H_
2 #define _TCP_H_
3 
4 #ifdef _MSC_VER
5 #define __attribute__(x)
6 #endif
7 void growl_tcp_write( int sock , const char *const format , ... ) __attribute__ ((format (printf, 2, 3)));
8 char* growl_tcp_read(int sock);
9 int growl_tcp_open(const char* server);
10 void growl_tcp_close(int sock);
11 int growl_tcp_datagram( const char *server , const unsigned char *data , const int data_length );
12 
13 #endif /* _TCP_H_ */
void char * growl_tcp_read(int sock)
Definition: tcp.c:45
void growl_tcp_close(int sock)
Definition: tcp.c:97
void growl_tcp_write(int sock, const char *const format,...) __attribute__((format(printf
int growl_tcp_open(const char *server)
Definition: tcp.c:64
int growl_tcp_datagram(const char *server, const unsigned char *data, const int data_length)
Definition: tcp.c:135
Send comments to:
COOLFluiD Web Admin