MOOS 0.2375
|
Implements windows specialisations of MOOSSerialPort. More...
#include <MOOSNTSerialPort.h>
Public Member Functions | |
CMOOSNTSerialPort () | |
~CMOOSNTSerialPort () | |
virtual void | Break () |
virtual bool | Create (const char *pPortNum=DEFAULT_PORT, int nBaudRate=DEFAULT_BAUDRATE) |
bool | Close (void) |
int | Write (const char *pData, int nLen, double *pTime=NULL) |
Protected Member Functions | |
virtual int | GrabN (char *pBuffer, int nRequired) |
Implements windows specialisations of MOOSSerialPort.
Definition at line 44 of file MOOSNTSerialPort.h.
CMOOSNTSerialPort::CMOOSNTSerialPort | ( | ) |
Definition at line 38 of file MOOSNTSerialPort.cpp.
CMOOSNTSerialPort::~CMOOSNTSerialPort | ( | ) | [inline] |
Definition at line 52 of file MOOSNTSerialPort.h.
void CMOOSNTSerialPort::Break | ( | ) | [virtual] |
Send break signal
Reimplemented from CMOOSSerialPort.
Definition at line 186 of file MOOSNTSerialPort.cpp.
bool CMOOSNTSerialPort::Close | ( | void | ) | [virtual] |
bool CMOOSNTSerialPort::Create | ( | const char * | pPortNum = DEFAULT_PORT , |
int | nBaudRate = DEFAULT_BAUDRATE |
||
) | [virtual] |
int CMOOSNTSerialPort::GrabN | ( | char * | pBuffer, |
int | nRequired | ||
) | [protected, virtual] |
int CMOOSNTSerialPort::Write | ( | const char * | pData, |
int | nLen, | ||
double * | pTime = NULL |
||
) | [virtual] |
Write nLen bytes out
Implements CMOOSSerialPort.
Definition at line 138 of file MOOSNTSerialPort.cpp.