Home
last modified time | relevance | path

Searched refs:SerialPortLoopback (Results 1 – 3 of 3) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dserialport_loopback.cpp40 wxArrayString SerialPortLoopback::GetSerialPortList(void) in GetSerialPortList()
58 SerialPortLoopback::SerialPortLoopback(void) in SerialPortLoopback() function in SerialPortLoopback
63 SerialPortLoopback::~SerialPortLoopback(void) in ~SerialPortLoopback()
67 bool SerialPortLoopback::Connect(const wxString& portName, int baud, int dataBits, int stopBits, PA… in Connect()
83 bool SerialPortLoopback::Disconnect(void) in Disconnect()
99 bool SerialPortLoopback::SetReceiveTimeout(int timeoutMs) in SetReceiveTimeout()
115 bool SerialPortLoopback::Send(const unsigned char *pData, unsigned count) in Send()
132 bool SerialPortLoopback::Receive(unsigned char *pData, unsigned count) in Receive()
H A Dserialport_loopback.h39 class SerialPortLoopback : public SerialPort
48 SerialPortLoopback();
49 virtual ~SerialPortLoopback();
H A Dstepguider_sxao.cpp88 m_pSerialPort = new SerialPortLoopback(); in StepGuiderSxAO()