next up previous contents
Next: 6.12 fiducial Up: 6. Device Interfaces Previous: 6.10 camera   Contents

Subsections


6.11 dio

Synopsis

The dio interface provides access to a digital I/O device.

Data



struct player_dio_data : The dio interface returns data regarding the current state of the digital inputs; the format is:

uint8_t count;
number of samples

uint32_t digin;
bitfield of samples

Commands

This interface accepts no commands.



2004-06-02