#include <NIDIO.h>
Inheritance diagram for OSCAR::NIDIO:

Public Methods | |
| NIDIO (unsigned int deviceNo, unsigned int portNo, const String &name=String(), OSCARError &err=DUMMY_ERROR(noError)) | |
| virtual | ~NIDIO () |
| bool | SetPortDirection (DIO::PortDirection direction) |
| bool | ReadDI (unsigned int channel, bool &state) |
| bool | WriteDI (unsigned int channel, bool state) |
Protected Attributes | |
| int | deviceNo |
| int | portNo |
|
||||||||||||||||||||
|
First Constructor for NIDIO Use this to create a NIDIO object.
|
|
|
Destructor for NIDIO.
|
|
||||||||||||
|
Read digital input. Use this method to read a digital input from the DAQ board.
Implements OSCAR::DIO. |
|
|
Reimplemented from OSCAR::DIO. |
|
||||||||||||
|
Write digital input. Use this method to set the state of a digital line on a DAQ board.
Implements OSCAR::DIO. |
|
|
|
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |