liblabpro
Portable C library for data collection from Vernier LabPro devices
LabPro_List Struct Reference

Struct acting as an array of LabPros. More...

#include <liblabpro.h>

Data Fields

unsigned short num
 Number of available LabPros. Max is 5. More...
 
LabProlabpros [5]
 Array of LabPro. More...
 

Detailed Description

Struct acting as an array of LabPros.

Definition at line 365 of file liblabpro.h.

Field Documentation

◆ labpros

LabPro* LabPro_List::labpros[5]

Array of LabPro.

Definition at line 370 of file liblabpro.h.

◆ num

unsigned short LabPro_List::num

Number of available LabPros. Max is 5.

Definition at line 367 of file liblabpro.h.


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