SFBHWSerialPortable.h File Reference

Low-level serial support for the (Unix / Posix / *?) host. More...

#include "SFBPacket.h"
#include "SFBFrame.h"
#include "SFBByteBuffer.h"
#include "SFBAssert.h"

Include dependency graph for SFBHWSerialPortable.h:

Go to the source code of this file.

Data Structures

class  SFBHWSerial
 The object supporting 'hardware level' serial operations on the SFB. More...

Defines

#define CAN_WRITE(fd)   (REGISTER_OFFSET(fd,UxLSR) & 0x20)
#define WRITE_BYTE(fd, byte)   (REGISTER_OFFSET(fd,UxTHR) = (byte))
#define CAN_READ(fd)   canReadFromFd(fd)
#define READ_BYTE(fd)   readByteFromFd(fd)

Functions

bool canReadFromFd (int fd)
int readByteFromFd (int fd)


Detailed Description

Low-level serial support for the (Unix / Posix / *?) host.

Author:
David H. Ackley.
Date:
(C) 2009 All rights reserved.
Code License:
The GNU Lesser General Public License
License Note:
All code samples shown in documentation are placed into the public domain.

Generated on Fri Apr 22 06:55:42 2011 for SFB by doxygen 1.5.9