INTRODUCTION
Overview
Download and Install
Documentation
Publications

REPOSITORY
Libraries

DEVELOPER
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         
gbxserialdeviceacfr::SerialDeviceHandler Class Reference

Handles the serial port. More...

#include <serialdevicehandler.h>

Inheritance diagram for gbxserialdeviceacfr::SerialDeviceHandler:
Inheritance graph

Additional Inherited Members

- Public Member Functions inherited from gbxiceutilacfr::SafeThread
 SafeThread (gbxutilacfr::Tracer &tracer)
 Needs an implementation of Tracer to report possible exceptions.
 
virtual void run ()
 
- Public Member Functions inherited from gbxiceutilacfr::Thread
void stop ()
 
virtual bool isStopping ()
 Returns TRUE if the thread is in Stopping state, FALSE otherwise.
 
bool isStarted ()
 Returns TRUE if the thread is in Started state, FALSE otherwise.
 
bool isActive ()
 
- Protected Member Functions inherited from gbxiceutilacfr::Thread
void waitForStop ()
 

Detailed Description

Handles the serial port.

This thread waits for data to arrive from the device, and calls RxMsgParser::parseBuffer on that data.

Do this in this separate thread so we can hopefully grab the messages as soon as they arrive, without relying on an external poller which may be busy doing other stuff. This will hopefully give us accurate timestamps.

Author
Alex Brooks

The documentation for this class was generated from the following files:
 

Generated for GearBox by  doxygen 1.4.5