The following header files are used in the Future Lab GPL library:
This header file contains socket send and receive codes that are common to all Future Lab socket applications. Since the reply codes are also used by stand-alone applications, this header file should be used whenever the common codes are in use. This header is normally includeed from another header which contains the definitions of all send and reply codes in use by the application.
This header contains includes for all other Future Lab GPL library header files. This header is automatically included by the header stdhead.h.
This header contains function prototypes for the library module fio.c. This header is automatically included by the header enhlib.h.
This header contains platform specific includes and defines related to Future Lab TCP socket code and the generic socket API. This header should be included by all code that involves sockets.
This header contains function prototypes for the module ipclient.c.
This header contains function prototypes for the module ipcomm.c.
This header contains function prototypes for the module ipconfig.c and all the TCP configuration defines.
This header contains function prototypes for the module ipcsrv.c.
This header contains function prototypes for the library module logger.c. This header is automatically included by the header enhlib.h.
This header contains platform specific function prototypes for the library module parse.c. This header is automatically included by the header enhlib.h.
This header contains function prototypes for the library module slogcode.c. This header is automatically included by the header enhlib.h except in the case of the DOS platform where there is no system logger.
This is the main Future Lab header. All GPL projects containing any Future Lab code should start their source file with an include of this header. We also recommend that you automatically include this header in all your C and C++ modules.
All known standard header files for the specific platform are included from this header. In addition, the header enhlib.h is also included which in turn, includes many of the Future Lab library header files.
This header contains:
Any application that uses the system logger must include this header.
This header contains function prototypes for the library module ip.c.