| 
    My Project
    
   | 
 
Interface for SPI Master. More...
#include <spi.h>
Inherited by MRMSPI.
Public Member Functions | |
| virtual void | select (unsigned id)=0 | 
| Select numbered device. 0 clears selection.  | |
| virtual epicsUInt8 | cycle (epicsUInt8 in)=0 | 
| double | timeout () const | 
| timeout in seconds for an individual cycle()  | |
Interface for SPI Master.
      
  | 
  pure virtual | 
Perform a single SPI transaction
| std::runtime_error | on timeout |