Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

aiogatefactory.h File Reference

#include "log.h"

Go to the source code of this file.

Classes

class  terimber_aiogate_buffer
 multiple buffers to send More...
class  terimber_aiogate_pin
 class abstraction for pin object user has to implement the code More...
class  terimber_aiogate_pin_factory
 class abstraction for connector More...
class  terimber_aiogate
 class abstraction aiogate aiogate will provide this interface More...
class  terimber_aiogate_factory
 class factory for aiogate objects More...

Variables

const ub4_t aiogate_accept_mask = 0x00000001
 accepts mask
const ub4_t aiogate_connect_mask = 0x00000002
 connects mask
const ub4_t aiogate_send_mask = 0x00000004
 sends mask
const ub4_t aiogate_recv_mask = 0x00000008
 receives mask
const ub4_t aiogate_bind_mask = 0x00000010
 binds mask


Variable Documentation

const ub4_t aiogate_accept_mask = 0x00000001

accepts mask

Definition at line 43 of file aiogatefactory.h.

Referenced by aiogate::listen(), aiogate::v_on_accept(), and aiogate::v_on_error().

const ub4_t aiogate_bind_mask = 0x00000010

binds mask

Definition at line 51 of file aiogatefactory.h.

Referenced by aiogate::bind().

const ub4_t aiogate_connect_mask = 0x00000002

connects mask

Definition at line 45 of file aiogatefactory.h.

Referenced by aiogate::connect(), aiogate::v_on_connect(), and aiogate::v_on_error().

const ub4_t aiogate_recv_mask = 0x00000008

receives mask

Definition at line 49 of file aiogatefactory.h.

Referenced by aiogate::recv(), aiogate::v_on_error(), and aiogate::v_on_receive().

const ub4_t aiogate_send_mask = 0x00000004

sends mask

Definition at line 47 of file aiogatefactory.h.

Referenced by aiogate::send_bulk(), aiogate::v_on_error(), and aiogate::v_on_send().



© Copyright Terimber 2003-.