TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
KernelEventMechanism Class Reference

Interface to kernel event mechanismns. More...

#include <tdme/os/network/KernelEventMechanism.h>

Collaboration diagram for KernelEventMechanism:
Collaboration graph

Public Member Functions

 KernelEventMechanism ()
 Public constructor. More...
 
 ~KernelEventMechanism ()
 destructor More...
 
void initKernelEventMechanism (const unsigned int maxCCU)
 initializes the kernel event mechanism More...
 
void shutdownKernelEventMechanism ()
 shutdowns the kernel event mechanism More...
 
int doKernelEventMechanism ()
 do the kernel event mechanism More...
 
void decodeKernelEvent (const unsigned int index, NIOInterest &interest, void *&cookie)
 decodes a kernel event More...
 
void setSocketInterest (const NetworkSocket &socket, const NIOInterest lastInterest, const NIOInterest interest, const void *cookie)
 sets a non blocked socket io interest More...
 

Private Attributes

bool initialized
 
void * _psd
 

Detailed Description

Interface to kernel event mechanismns.

Author
Andreas Drewke

Definition at line 17 of file KernelEventMechanism.h.

Constructor & Destructor Documentation

◆ KernelEventMechanism()

Public constructor.

Exceptions
tdme::os::network::NetworkKEMException

Definition at line 31 of file KernelEventMechanism.cpp.

◆ ~KernelEventMechanism()

destructor

Definition at line 36 of file KernelEventMechanism.cpp.

Member Function Documentation

◆ decodeKernelEvent()

void decodeKernelEvent ( const unsigned int  index,
NIOInterest interest,
void *&  cookie 
)

decodes a kernel event

Parameters
indexkernel event index
&interestkernel event io interest
cookiekernel event cookie
Exceptions
tdme::os::network::NetworkKEMException

Definition at line 230 of file KernelEventMechanism.cpp.

◆ doKernelEventMechanism()

int doKernelEventMechanism ( )

do the kernel event mechanism

Returns
number of events
Exceptions
tdme::os::network::NetworkKEMException

Definition at line 177 of file KernelEventMechanism.cpp.

◆ initKernelEventMechanism()

void initKernelEventMechanism ( const unsigned int  maxCCU)

initializes the kernel event mechanism

Parameters
maxCCUsupported max ccu
Exceptions
tdme::os::network::NetworkKEMException

Definition at line 115 of file KernelEventMechanism.cpp.

◆ setSocketInterest()

void setSocketInterest ( const NetworkSocket socket,
const NIOInterest  lastInterest,
const NIOInterest  interest,
const void *  cookie 
)

sets a non blocked socket io interest

Parameters
&socketsocket
lastInterestlast nio interest
interestnio interest
cookiecookie
Exceptions
tdme::os::network::NetworkKEMException

Definition at line 41 of file KernelEventMechanism.cpp.

◆ shutdownKernelEventMechanism()

void shutdownKernelEventMechanism ( )

shutdowns the kernel event mechanism

Definition at line 162 of file KernelEventMechanism.cpp.

Member Data Documentation

◆ _psd

void* _psd
private

Definition at line 73 of file KernelEventMechanism.h.

◆ initialized

bool initialized
private

Definition at line 70 of file KernelEventMechanism.h.


The documentation for this class was generated from the following files: