Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BIAS::SerialPortIO Member List

This is the complete list of members for BIAS::SerialPortIO, including all inherited members.

bIsOpen_BIAS::SerialPortIOprotected
ClosePort()BIAS::SerialPortIO
GetPetScanRFIDFromString(std::string message, std::string &rfid)BIAS::SerialPortIO
OpenPort(std::string port)BIAS::SerialPortIO
ReadBytes(unsigned char *message, int nrBytes, bool waitForMessage=true)BIAS::SerialPortIO
ReadString(std::string &message, bool waitForMessage=true)BIAS::SerialPortIO
serialFD_BIAS::SerialPortIOprotected
SerialPortIO(bool verbose=true)BIAS::SerialPortIO
SetOptions(unsigned baudrate=9600, SerialPortParityMode parity=SPPM_NoParity, bool hardwareFlowControl=false, bool canonicalInput=true, bool softwareFlowControl=false, int stopbits=1)BIAS::SerialPortIO
SetTimeOuts(int ReadIntervalTimeout, int ReadTotalTimeoutMultiplier, int ReadTotalTimeoutConstant, int WriteTotalTimeoutMultiplier, int WriteTotalTimeoutConstant)BIAS::SerialPortIO
verbose_BIAS::SerialPortIOprotected
WriteBytes(unsigned char *message, int nrBytes)BIAS::SerialPortIO
WriteString(std::string message)BIAS::SerialPortIO
~SerialPortIO()BIAS::SerialPortIOvirtual