PLplot  5.10.0
tcpip.h
Go to the documentation of this file.
00001 // Maurice LeBrun
00002 // 31-May-95
00003 //
00004 // Declarations for IP utility routines.
00005 // Put here so as not to clutter up user codes.
00006 //
00007 
00008 #ifndef __TCPIP_H__
00009 #define __TCPIP_H__
00010 
00011 #include "pdf.h"
00012 #include <tcl.h>
00013 
00014 // Modified version of the "Tdp_PacketSend" command.
00015 
00016 PLDLLIMPEXP_TCLTK int
00017 pl_PacketSend( Tcl_Interp * interp, PLiodev * iodev, PDFstrm * pdfs );
00018 
00019 // Modified version of the "Tdp_PacketReceive" command.
00020 
00021 PLDLLIMPEXP_TCLTK int
00022 pl_PacketReceive( Tcl_Interp * interp, PLiodev * iodev, PDFstrm * pdfs );
00023 
00024 #endif  // __TCPIP_H__
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines