• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

tcpip.h

Go to the documentation of this file.
00001 // $Id: tcpip.h 11295 2010-11-01 22:19:45Z airwin $
00002 //
00003 // Maurice LeBrun
00004 // 31-May-95
00005 //
00006 // Declarations for IP utility routines.
00007 // Put here so as not to clutter up user codes.
00008 //
00009 
00010 #ifndef __TCPIP_H__
00011 #define __TCPIP_H__
00012 
00013 #include "pdf.h"
00014 #include <tcl.h>
00015 
00016 // Modified version of the "Tdp_PacketSend" command.
00017 
00018 PLDLLIMPEXP_TCLTK int
00019 pl_PacketSend           PLARGS( ( Tcl_Interp * interp, PLiodev * iodev,
00020                                   PDFstrm * pdfs ) );
00021 
00022 // Modified version of the "Tdp_PacketReceive" command.
00023 
00024 PLDLLIMPEXP_TCLTK int
00025 pl_PacketReceive        PLARGS( ( Tcl_Interp * interp, PLiodev * iodev,
00026                                   PDFstrm * pdfs ) );
00027 
00028 #endif  // __TCPIP_H__

Generated on Wed Oct 12 2011 20:42:23 for PLplot by  doxygen 1.7.1