#include <Usbamp.hpp>
Public Member Functions | |
USBamp () | |
~USBamp () | |
bool | open (LPSTR) |
bool | init (const int, const int) |
bool | start () |
bool | acquire () |
void | getdata (int *data, int n) |
bool | stop () |
bool | close () |
USBamp::USBamp | ( | ) |
USBamp::~USBamp | ( | ) |
bool USBamp::acquire | ( | ) |
bool USBamp::close | ( | ) |
void USBamp::getdata | ( | int * | data, | |
int | n | |||
) |
bool USBamp::init | ( | const int | ain, | |
const int | dio | |||
) |
bool USBamp::open | ( | LPSTR | port | ) |
bool USBamp::start | ( | ) |
bool USBamp::stop | ( | ) |