|
gwenhywfar
5.14.1
|
#include <gwenhywfar/inherit.h>#include <gwenhywfar/tree2.h>#include <gwenhywfar/inetsocket.h>#include <gwenhywfar/msg.h>#include <time.h>
Go to the source code of this file.
Macros | |
| #define | GWEN_MSG_ENDPOINT_FLAGS_DELETE 0x80000000u |
| #define | GWEN_MSG_ENDPOINT_FLAGS_NOIO 0x40000000u |
| #define | GWEN_MSG_ENDPOINT_STATE_CONNECTED 2 |
| #define | GWEN_MSG_ENDPOINT_STATE_CONNECTING 1 |
| #define | GWEN_MSG_ENDPOINT_STATE_UNCONNECTED 0 |
Typedefs | |
| typedef struct GWEN_MSG_ENDPOINT | GWEN_MSG_ENDPOINT |
| Object which can send and receive messages (base class). More... | |
| typedef void(* | GWEN_MSG_ENDPOINT_ADDSOCKETS_FN) (GWEN_MSG_ENDPOINT *ep, GWEN_SOCKETSET *readSet, GWEN_SOCKETSET *writeSet, GWEN_SOCKETSET *xSet) |
| typedef void(* | GWEN_MSG_ENDPOINT_CHECKSOCKETS_FN) (GWEN_MSG_ENDPOINT *ep, GWEN_SOCKETSET *readSet, GWEN_SOCKETSET *writeSet, GWEN_SOCKETSET *xSet) |
| #define GWEN_MSG_ENDPOINT_FLAGS_DELETE 0x80000000u |
Definition at line 19 of file endpoint.h.
| #define GWEN_MSG_ENDPOINT_FLAGS_NOIO 0x40000000u |
Definition at line 20 of file endpoint.h.
| #define GWEN_MSG_ENDPOINT_STATE_CONNECTED 2 |
Definition at line 25 of file endpoint.h.
Referenced by _addSockets(), _checkSockets(), GWEN_TcpcEndpoint_StartConnect(), and GWEN_TcpdEndpoint_StartListening().
| #define GWEN_MSG_ENDPOINT_STATE_CONNECTING 1 |
Definition at line 24 of file endpoint.h.
Referenced by _addSockets(), _checkSockets(), GWEN_MultilayerEndpoint_StartConnect(), and GWEN_TcpcEndpoint_StartConnect().
| #define GWEN_MSG_ENDPOINT_STATE_UNCONNECTED 0 |
Definition at line 23 of file endpoint.h.
Referenced by _addSockets(), _addSocketsWhenConnected(), _addSocketsWhenConnecting(), _checkSockets(), GWEN_MsgEndpoint_Disconnect(), GWEN_MsgEndpoint_GetState(), GWEN_MsgEndpoint_RemoveUnconnectedAndEmptyChildren(), GWEN_MultilayerEndpoint_StartConnect(), GWEN_TcpcEndpoint_new(), GWEN_TcpcEndpoint_StartConnect(), GWEN_TcpdEndpoint_new(), and GWEN_TcpdEndpoint_StartListening().
| typedef struct GWEN_MSG_ENDPOINT GWEN_MSG_ENDPOINT |
Object which can send and receive messages (base class).
Definition at line 37 of file endpoint.h.
1.8.14