00001 #ifndef _GDS_FRAMEXMIT_H 00002 #define _GDS_FRAMEXMIT_H 00003 /*----------------------------------------------------------------------*/ 00004 /* */ 00005 /* Module Name: framexmit */ 00006 /* */ 00007 /* Module Description: API for broadcasting frames */ 00008 /* implements a reliable UDP/IP broadcast for */ 00009 /* large data sets over high speed links */ 00010 /* */ 00011 /* Module Arguments: none */ 00012 /* */ 00013 /* Revision History: */ 00014 /* Rel Date Programmer Comments */ 00015 /* 1.0 10Aug99 D. Sigg First release */ 00016 /* */ 00017 /* Documentation References: */ 00018 /* Man Pages: doc/index.html (use doc++) */ 00019 /* References: none */ 00020 /* */ 00021 /* Author Information: */ 00022 /* Name Telephone Fax e-mail */ 00023 /* Daniel Sigg (509) 372-8132 (509) 372-8137 sigg_d@ligo.mit.edu */ 00024 /* */ 00025 /* Code Compilation and Runtime Specifications: */ 00026 /* Code Compiled on: Ultra-Enterprise, Solaris 5.7 */ 00027 /* Compiler Used: egcs-1.1.2 */ 00028 /* Runtime environment: sparc/solaris */ 00029 /* */ 00030 /* Code Standards Conformance: */ 00031 /* Code Conforms to: LIGO standards. OK */ 00032 /* Lint. TBD */ 00033 /* ANSI OK */ 00034 /* POSIX OK */ 00035 /* */ 00036 /* Known Bugs, Limitations, Caveats: */ 00037 /* */ 00038 /* */ 00039 /* */ 00040 /* ------------------- */ 00041 /* */ 00042 /* LIGO */ 00043 /* */ 00044 /* THE LASER INTERFEROMETER GRAVITATIONAL WAVE OBSERVATORY. */ 00045 /* */ 00046 /* (C) The LIGO Project, 1996. */ 00047 /* */ 00048 /* */ 00049 /* California Institute of Technology */ 00050 /* LIGO Project MS 51-33 */ 00051 /* Pasadena CA 91125 */ 00052 /* */ 00053 /* Massachusetts Institute of Technology */ 00054 /* LIGO Project MS NW17-161 */ 00055 /* Cambridge MA 01239 */ 00056 /* */ 00057 /* LIGO Hanford Observatory */ 00058 /* P.O. Box 1970 S9-02 */ 00059 /* Richland WA 99352 */ 00060 /* */ 00061 /* LIGO Livingston Observatory */ 00062 /* 19100 LIGO Lane Rd. */ 00063 /* Livingston, LA 70754 */ 00064 /* */ 00065 /*----------------------------------------------------------------------*/ 00066 00067 // include files 00068 #include "framexmit/framesend.hh" 00069 #include "framexmit/framerecv.hh" 00070 00116 #endif // _GDS_FRAMEXMIT_H
1.5.4