NAME
          writefloat_socket - write floats to socket

     SYNOPSIS
          #include "types.h"
          #include "channel.h"

          Bool writefloat_socket(Socket *socket,const float *data,int n);


     DESCRIPTION
          Function writes float data to open socket.  The arguments of
          writefloat_socket are:

          socket
               Pointer to socket. Socket must be opened by
               open_socket() or connect_socket().

          data Float data to write from socket.

          n    Number of float values to write.

     RETURN VALUE
          Upon successful completion FALSE is returned and TRUE on
          failure.


     AUTHORS
          For authors and contributors see AUTHORS file


     COPYRIGHT
          (C) Potsdam Institute for Climate Impact Research (PIK), see
          COPYRIGHT file


     SEE ALSO
          writeint_socket(3), close_socket(3), open_socket(3),
          connect_socket(3), readint_socket(3)














Man(1) output converted with man2html