Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

vpr::SerialPort_t Member List

This is the complete list of members for vpr::SerialPort_t, including all inherited members.
availableBytes() constvpr::BlockIO [inline, virtual]
BlockIO()vpr::BlockIO [inline, protected]
BlockIO(const std::string &name)vpr::BlockIO [inline, protected]
BlockIO(const BlockIO &other)vpr::BlockIO [inline, protected]
clearAll()vpr::SerialPort_t [inline]
close()vpr::SerialPort_t [inline, virtual]
controlFlow(SerialTypes::FlowActionOption opt)vpr::SerialPort_t [inline]
drainOutput()vpr::SerialPort_t [inline]
flushQueue(SerialTypes::FlushQueueOption queue)vpr::SerialPort_t [inline]
getBadByteIgnoreState() constvpr::SerialPort_t [inline]
getBitStripState() constvpr::SerialPort_t [inline]
getBreakByteIgnoreState() constvpr::SerialPort_t [inline]
getCanonicalState() constvpr::SerialPort_t [inline]
getCarrierDetect() constvpr::SerialPort_t [inline]
getCharacterSize(vpr::SerialTypes::CharacterSizeOption &size) constvpr::SerialPort_t [inline]
getClearToSend() constvpr::SerialPort_t [inline]
getDataSetReady() constvpr::SerialPort_t [inline]
getHandle() constvpr::SerialPort_t [inline, virtual]
getHardwareFlowControlState() constvpr::SerialPort_t [inline]
getInputBaudRate(vpr::Uint32 &rate) constvpr::SerialPort_t [inline]
getInputParityCheckState() constvpr::SerialPort_t [inline]
getIOStatStrategy() constvpr::BlockIO [inline]
getLocalAttachState() constvpr::SerialPort_t [inline]
getMinInputSize(vpr::Uint16 &size) constvpr::SerialPort_t [inline]
getName() constvpr::SerialPort_t [inline, virtual]
getOutputBaudRate(vpr::Uint32 &rate) constvpr::SerialPort_t [inline]
getParity() constvpr::SerialPort_t [inline]
getParityErrorMarkingState() constvpr::SerialPort_t [inline]
getParityGenerationState() constvpr::SerialPort_t [inline]
getReadState() constvpr::SerialPort_t [inline]
getRingIndicator() constvpr::SerialPort_t [inline]
getStartStopInputState() constvpr::SerialPort_t [inline]
getStartStopOutputState() constvpr::SerialPort_t [inline]
getStopBits(vpr::Uint8 &num_bits) constvpr::SerialPort_t [inline]
getTimeout(vpr::Uint8 &timeout) constvpr::SerialPort_t [inline]
getUpdateAction() constvpr::SerialPort_t [inline]
isBlocking() constvpr::SerialPort_t [inline, virtual]
isOpen() constvpr::BlockIO [inline, virtual]
isReadBlocked(const vpr::Interval &timeout=vpr::Interval::NoWait)vpr::BlockIO [inline]
isWriteBlocked(const vpr::Interval &timeout=vpr::Interval::NoWait)vpr::BlockIO [inline]
mBlockingvpr::BlockIO [protected]
mNamevpr::BlockIO [protected]
mOpenvpr::BlockIO [protected]
mSioImplvpr::SerialPort_t [protected]
mStatsStrategyvpr::BlockIO [protected]
open()vpr::SerialPort_t [inline, virtual]
Port(const std::string &port_name)vpr::Port [protected]
read(void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
read(std::string &buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
read(std::vector< vpr::Uint8 > &buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
read_i(void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::SerialPort_t [inline, protected, virtual]
read_s(void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline, protected, virtual]
readn(void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
readn(std::string &buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
readn(std::vector< vpr::Uint8 > &buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
readn_i(void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::SerialPort_t [inline, protected, virtual]
readn_s(void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_read, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline, protected, virtual]
sendBreak(const int duration)vpr::SerialPort_t [inline]
SerialPort_t(const std::string &port_name)vpr::SerialPort_t [inline]
setBadByteIgnore(bool flag)vpr::SerialPort_t [inline]
setBitStripping(bool flag)vpr::SerialPort_t [inline]
setBlocking(bool blocking)vpr::SerialPort_t [inline, virtual]
setBreakByteIgnore(bool flag)vpr::SerialPort_t [inline]
setCanonicalInput(bool flag)vpr::SerialPort_t [inline]
setCharacterSize(const vpr::SerialTypes::CharacterSizeOption bpb)vpr::SerialPort_t [inline]
setDataTerminalReady(bool val)vpr::SerialPort_t [inline]
setHardwareFlowControl(bool flag)vpr::SerialPort_t [inline]
setInputBaudRate(const vpr::Uint32 baud)vpr::SerialPort_t [inline]
setInputParityCheck(bool flag)vpr::SerialPort_t [inline]
setIOStatStrategy(vpr::BaseIOStatsStrategy *strat)vpr::BlockIO [inline]
setLocalAttach(bool flag)vpr::SerialPort_t [inline]
setMinInputSize(const vpr::Uint8 size)vpr::SerialPort_t [inline]
setOpenReadOnly()vpr::SerialPort_t [inline]
setOpenReadWrite()vpr::SerialPort_t [inline]
setOpenWriteOnly()vpr::SerialPort_t [inline]
setOutputBaudRate(const vpr::Uint32 baud)vpr::SerialPort_t [inline]
setParity(const vpr::SerialTypes::ParityType &type)vpr::SerialPort_t [inline]
setParityErrorMarking(bool flag)vpr::SerialPort_t [inline]
setParityGeneration(bool flag)vpr::SerialPort_t [inline]
setRead(bool flag)vpr::SerialPort_t [inline]
setRequestToSend(bool val)vpr::SerialPort_t [inline]
setStartStopInput(bool flag)vpr::SerialPort_t [inline]
setStartStopOutput(bool flag)vpr::SerialPort_t [inline]
setStopBits(const vpr::Uint8 num_bits)vpr::SerialPort_t [inline]
setTimeout(const vpr::Uint8 timeout_val)vpr::SerialPort_t [inline]
setUpdateAction(vpr::SerialTypes::UpdateActionOption action)vpr::SerialPort_t [inline]
vpr::BaseIOStatsStrategy classvpr::BlockIO [friend]
write(const void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_written, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
write(const std::string &buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_written, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
write(const std::vector< vpr::Uint8 > &buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_written, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline]
write_i(const void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_written, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::SerialPort_t [inline, protected, virtual]
write_s(const void *buffer, const vpr::Uint32 length, vpr::Uint32 &bytes_written, const vpr::Interval timeout=vpr::Interval::NoTimeout)vpr::BlockIO [inline, protected, virtual]
~BlockIO()vpr::BlockIO [inline, protected, virtual]
~Port(void)vpr::Port [protected, virtual]
~SerialPort_t()vpr::SerialPort_t [inline, virtual]

Generated on Sun May 2 14:46:51 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002