OpENer - Open Source EtherNet/IP(TM) I/O Target Stack  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
networkhandler.h File Reference
#include "winsock2.h"
#include "typedefs.h"
#include <Ws2tcpip.h>
Include dependency graph for networkhandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OPENER_SOCKET_WOULD_BLOCK   WSAEWOULDBLOCK
 

Functions

void CloseSocketPlatform (int socket_handle)
 Platform dependent code to close a socket. More...
 
MicroSeconds GetMicroSeconds (void)
 This function shall return the current time in microseconds relative to epoch, and shall be implemented in a port specific networkhandler. More...
 
MilliSeconds GetMilliSeconds (void)
 This function shall return the current time in milliseconds relative to epoch, and shall be implemented in a port specific networkhandler. More...
 
EipStatus NetworkHandlerInitializePlatform (void)
 
int SetQosOnSocket (int socket, CipUsint qos_value)
 
int SetSocketToNonBlocking (int socket_handle)
 

Macro Definition Documentation

#define OPENER_SOCKET_WOULD_BLOCK   WSAEWOULDBLOCK

Definition at line 13 of file networkhandler.h.

Referenced by CheckAndHandleConsumingUdpSockets(), and HandleDataOnTcpSocket().

Function Documentation

void CloseSocketPlatform ( int  socket_handle)

Platform dependent code to close a socket.

Parameters
socket_handleThe socket handle to be closed

Definition at line 40 of file networkhandler.c.

MicroSeconds GetMicroSeconds ( void  )

This function shall return the current time in microseconds relative to epoch, and shall be implemented in a port specific networkhandler.

Returns
Current time relative to epoch as MicroSeconds

Definition at line 18 of file networkhandler.c.

MilliSeconds GetMilliSeconds ( void  )

This function shall return the current time in milliseconds relative to epoch, and shall be implemented in a port specific networkhandler.

Returns
Current time relative to epoch as MilliSeconds

Definition at line 28 of file networkhandler.c.

EipStatus NetworkHandlerInitializePlatform ( void  )

Definition at line 32 of file networkhandler.c.

int SetQosOnSocket ( int  socket,
CipUsint  qos_value 
)

Definition at line 49 of file networkhandler.c.

int SetSocketToNonBlocking ( int  socket_handle)

Definition at line 44 of file networkhandler.c.