PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Go to the source code of this file.
Macros | |
#define | CatchAndReturn1 |
Functions | |
long | A2GetMode (long address, long *mode) |
long | A2GetPosition (long address, long *pos) |
long | A2GetResolution (long address, long *res) |
long | A2SetMode (long address, long mode) |
long | A2SetOrigin (long address) |
long | A2SetPosition (long address, long pos) |
long | A2SetResolution (long address, long res) |
long | A2SetSleep () |
long | A2SetStrobe () |
long | A2SetWakeup () |
void | CloseSEI () |
void | enumerateEncoders (long comPort, long mode, int devicesExpected) |
void | enumerateEncodersAll (long mode, int devicesExpected) |
long | GetDeviceInfo (long devnum, long &serialnum, long &addr, char *model, char *firmwareVersion) |
long | GetNumberOfDevices () |
long | InitializeSEI (long comm, long mode, int devicesExpected) |
bool | IsInitialized () |
#define CatchAndReturn1 |
Definition at line 56 of file SEIDrv.cpp.
long A2GetMode | ( | long | address, |
long * | mode | ||
) |
Definition at line 193 of file SEIDrv.cpp.
long A2GetPosition | ( | long | address, |
long * | pos | ||
) |
Definition at line 259 of file SEIDrv.cpp.
long A2GetResolution | ( | long | address, |
long * | res | ||
) |
Definition at line 226 of file SEIDrv.cpp.
long A2SetMode | ( | long | address, |
long | mode | ||
) |
Definition at line 212 of file SEIDrv.cpp.
long A2SetOrigin | ( | long | address | ) |
Definition at line 179 of file SEIDrv.cpp.
long A2SetPosition | ( | long | address, |
long | pos | ||
) |
Definition at line 281 of file SEIDrv.cpp.
long A2SetResolution | ( | long | address, |
long | res | ||
) |
Definition at line 245 of file SEIDrv.cpp.
long A2SetSleep | ( | ) |
Definition at line 169 of file SEIDrv.cpp.
long A2SetStrobe | ( | ) |
Definition at line 158 of file SEIDrv.cpp.
long A2SetWakeup | ( | ) |
Definition at line 174 of file SEIDrv.cpp.
void CloseSEI | ( | ) |
Definition at line 141 of file SEIDrv.cpp.
void enumerateEncoders | ( | long | comPort, |
long | mode, | ||
int | devicesExpected | ||
) |
Definition at line 14 of file SEIDrv.cpp.
void enumerateEncodersAll | ( | long | mode, |
int | devicesExpected | ||
) |
Definition at line 32 of file SEIDrv.cpp.
long GetDeviceInfo | ( | long | devnum, |
long & | serialnum, | ||
long & | addr, | ||
char * | model, | ||
char * | firmwareVersion | ||
) |
Definition at line 117 of file SEIDrv.cpp.
long GetNumberOfDevices | ( | ) |
Definition at line 112 of file SEIDrv.cpp.
long InitializeSEI | ( | long | comm, |
long | mode, | ||
int | devicesExpected | ||
) |
Definition at line 67 of file SEIDrv.cpp.
bool IsInitialized | ( | ) |
Definition at line 107 of file SEIDrv.cpp.