|
vpbapi.cpp.
More...Classes | |
| struct | soft_bridge_info |
| struct | VPB_DEV |
| Container type for device information. More... | |
Global variables | |
| Comm * | vpb_c |
Global Comm object. | |
| static VPB_DEV * | vpb_dev |
Global VPB_DEV array. | |
| static soft_bridge_info * | soft_bridges |
| Global soft bridge list head. | |
| static HostFifo * | APIQ |
| 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 | |
Enumerations | |
| enum | DevState { VPB_OFF, VPB_ON } |
| Device state flags. More... | |
vpbapi.cpp.
| enum DevState |
| Comm* vpb_c |
Global Comm object.
Pointer to the global comm object.
1.5.4