botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
BsModCtlBlk_T Struct Reference

Module resource control block structure type. More...

Public Attributes

uint_t m_uRefCnt
 reference count to this device
 
i2c_t m_hndI2C
 I2C bus handle.
 
const char * m_sDevUri
 I2C device path name. More...
 
bool_t m_bTrace
 do [not] trace messages
 
int m_fd
 /dev/null open file descriptor More...
 
BsSerialReqOpenArgs_T m_stDevCfg
 serial device configuration
 

Detailed Description

Module resource control block structure type.

Definition at line 103 of file bsI2CServer.c.

Member Data Documentation

int BsModCtlBlk_T::m_fd

/dev/null open file descriptor

serial device open file descriptor

Definition at line 109 of file bsNullServer.c.

Referenced by bsModClose(), bsModCtlBlkNew(), bsModExit(), bsModNullReqWrite(), bsModSerialReqRead(), bsModSerialReqTrans(), and bsModSerialReqWrite().

const char * BsModCtlBlk_T::m_sDevUri

I2C device path name.

serial device path name

Definition at line 107 of file bsI2CServer.c.

Referenced by bsModCtlBlkDelete(), bsModCtlBlkFind(), and bsModCtlBlkNew().


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