This is the complete list of members for
CxUtils::Serial, including all inherited members.
Connect(const std::string &port, const unsigned int baud=9600, const unsigned int bits=8, const unsigned int partiy=0, const unsigned int stop=1) | CxUtils::Serial | |
Disconnect() | CxUtils::Serial | |
Flush(void) | CxUtils::Serial | |
FlushReadBuffer(void) | CxUtils::Serial | |
FlushWriteBuffer(void) | CxUtils::Serial | |
GetBaudRate() const | CxUtils::Serial | [inline] |
GetDataBits() const | CxUtils::Serial | [inline] |
GetParity() const | CxUtils::Serial | [inline] |
GetPortName() const | CxUtils::Serial | [inline] |
GetStopBits() const | CxUtils::Serial | [inline] |
Initialize(const std::string &port, const unsigned int baud=9600, const unsigned int bits=8, const unsigned int parity=0, const unsigned int stop=1) | CxUtils::Serial | [inline] |
IsConnected() const | CxUtils::Serial | [inline] |
mBaudRate | CxUtils::Serial | [protected] |
mCom | CxUtils::Serial | [protected] |
mConnected | CxUtils::Serial | [protected] |
mDataBits | CxUtils::Serial | [protected] |
mParity | CxUtils::Serial | [protected] |
mPortName | CxUtils::Serial | [protected] |
mSerialMutex | CxUtils::Serial | [protected] |
mStopBits | CxUtils::Serial | [protected] |
ReadBytesAvailable(void) | CxUtils::Serial | |
Reconnect() | CxUtils::Serial | |
Recv(char *buff, unsigned int size, const unsigned int waitTimeMs=1000) | CxUtils::Serial | |
Recv(Packet &p, const unsigned int len, const unsigned int waitTimeMs=1000) | CxUtils::Serial | |
Reset(void) | CxUtils::Serial | |
Send(const char *buff, const unsigned int size) | CxUtils::Serial | |
Send(const std::string &message) | CxUtils::Serial | |
Send(const Packet &p) | CxUtils::Serial | |
Serial() | CxUtils::Serial | |
Shutdown() | CxUtils::Serial | [inline] |
WriteBytesPending(void) | CxUtils::Serial | |
~Serial() | CxUtils::Serial | [virtual] |