libvpb  4.2.55
VPBapi implementation detail

Implementation support found in vpbapi.cpp. More...

Collaboration diagram for VPBapi implementation detail:

Classes

struct  soft_bridge_info
struct  VPB_DEV
 Container type for device information. More...

Enumerations

enum  DevState { VPB_OFF, VPB_ON }
 Device state flags. More...

Global variables

Commvpb_c
 Global Comm object.
static VPB_DEVvpb_dev
 Global VPB_DEV array.
static soft_bridge_infosoft_bridges
 Global soft bridge list head.
static HostFifoAPIQ
 Global API event Q object.
static int Init
 Device initialisation flag.
static unsigned short numboards
 Total number of boards.
static unsigned short Totalchans
 Total number of ports on all boards.
static unsigned short sleepms
 sleep period for threads

Detailed Description

Implementation support found in vpbapi.cpp.


Enumeration Type Documentation

enum DevState

Device state flags.

Enumerator:
VPB_OFF 

The device is not open.

VPB_ON 

The device is open.


Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines