Main Page   Compound List   File List   Compound Members   File Members  

lib/iface/ifaces.c File Reference

Collects all implemented interfaces. More...

#include "ifaces.h"
#include "../gobj/ids.h"
#include "file.h"
#include "tcpip.h"

Variables

Gj_IfaceFuncs gj_Ifaces []
 Iface list. More...


Detailed Description

Collects all implemented interfaces.


Variable Documentation

Gj_IfaceFuncs gj_Ifaces[]
 

Initializer:

{
  { &ID_IFACE_LOCAL, 
    Gj_iface_file_openPort, 
    Gj_iface_file_closePort, 
    Gj_iface_file_write, 
    Gj_iface_file_read, 
    Gj_iface_file_read2write, 
    Gj_iface_file_write2read,
    Gj_iface_file_flush,
    0 },
  
  { &ID_IFACE_STDNET,
    Gj_iface_tcpip_openPort,
    Gj_iface_tcpip_closePort,
    Gj_iface_tcpip_write,
    Gj_iface_tcpip_read,
    0,
    0,
    0,
    Gj_iface_tcpip_listen },

  { 0, 0, 0, 0, 0, 0, 0, 0, 0 }
}
Iface list.


Generated at Fri Aug 17 18:28:58 2001 for Gobj by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000