liblabpro
Portable C library for data collection from Vernier LabPro devices
|
Struct acting as an array of LabPros. More...
#include <liblabpro.h>
Data Fields | |
unsigned short | num |
Number of available LabPros. Max is 5. More... | |
LabPro * | labpros [5] |
Array of LabPro. More... | |
Struct acting as an array of LabPros.
Definition at line 365 of file liblabpro.h.
LabPro* LabPro_List::labpros[5] |
Array of LabPro.
Definition at line 370 of file liblabpro.h.
unsigned short LabPro_List::num |
Number of available LabPros. Max is 5.
Definition at line 367 of file liblabpro.h.