Visual Servoing Platform
version 3.6.1 under development (2024-11-15)
|
This is the complete list of members for vpSerial, including all inherited members.
available() | vpSerial | |
bytesize_t enum name | vpSerial | |
close() | vpSerial | |
eightbits enum value | vpSerial | |
fivebits enum value | vpSerial | |
flowcontrol_hardware enum value | vpSerial | |
flowcontrol_none enum value | vpSerial | |
flowcontrol_software enum value | vpSerial | |
flowcontrol_t enum name | vpSerial | |
getBaudrate() | vpSerial | inline |
getBytesize() | vpSerial | inline |
getFlowcontrol() | vpSerial | inline |
getParity() | vpSerial | inline |
getPort() | vpSerial | inline |
getStopbits() | vpSerial | inline |
open() | vpSerial | |
parity_even enum value | vpSerial | |
parity_none enum value | vpSerial | |
parity_odd enum value | vpSerial | |
parity_t enum name | vpSerial | |
read(char *c, long timeout_s) | vpSerial | |
readline(const std::string &eol) | vpSerial | |
setBaudrate(const unsigned long baudrate) | vpSerial | |
setBytesize(const bytesize_t &bytesize) | vpSerial | |
setFlowcontrol(const flowcontrol_t &flowcontrol) | vpSerial | |
setParity(const parity_t &parity) | vpSerial | |
setPort(const std::string &port) | vpSerial | |
setStopbits(const stopbits_t &stopbits) | vpSerial | |
sevenbits enum value | vpSerial | |
sixbits enum value | vpSerial | |
stopbits_one enum value | vpSerial | |
stopbits_t enum name | vpSerial | |
stopbits_two enum value | vpSerial | |
vpSerial(const std::string &port="", unsigned long baudrate=9600, bytesize_t bytesize=eightbits, parity_t parity=parity_none, stopbits_t stopbits=stopbits_one, flowcontrol_t flowcontrol=flowcontrol_none) | vpSerial | |
write(const std::string &s) | vpSerial | |
~vpSerial() | vpSerial | virtual |