GlrtCfig Struct Reference

The GlrtCfig structure is how the HAL tells the GLRT what to do. More...

#include <glutl_rt.h>

Collaboration diagram for GlrtCfig:

List of all members.

Public Attributes

GlrtWriteDataCallback OnWriteData
 Invoked when GLRT is sending to link.
GlrtReadDataCallback OnReadData
 Invoked when GLRT sends to the GLL.
GlrtSignalCallback OnSignal
 Invoked when peer calls GlrtSignal("string")
GlrtTimerCallback ReadTimer
 When the GLRT needs a timestamp.
GlrtLogCallback OnLog
 When the GLRT has something to log.
unsigned short usDataMax
 max number of bytes to be sent.
unsigned short usAckTimeoutMs
 max number of milliseconds before we grow impatient and start retransmitting.
unsigned long ulTestFlags
 controls how often we inject errors to test the code.
unsigned char ucLogMask
 LOG_DEBUG=0x80..LOG_EMERG=0x01.
unsigned char ucMaster
 [default] 0=DUT; 1=Host
plain_char cGlrtt
 ' ' is the default. 't' for GLRTT only

Detailed Description

The GlrtCfig structure is how the HAL tells the GLRT what to do.


Member Data Documentation

unsigned long GlrtCfig::ulTestFlags

controls how often we inject errors to test the code.

See GLRT_TEST below.

unsigned short GlrtCfig::usAckTimeoutMs

max number of milliseconds before we grow impatient and start retransmitting.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines