#include <TdkGpsConnectionObserver.h>
Inheritance diagram for TdkGpsConnectionObserver:

Public Member Functions | |
| ~TdkGpsConnectionObserver () | |
| virtual void | addGpsConnectionListener (TdkGpsConnectionListener *listener) |
| virtual TdkGpsConnectionListener * | getGpsConnectionListener (const unsigned int &listenerIndex) |
| virtual void | removeGpsConnectionListener (TdkGpsConnectionListener *listener) |
| virtual void | removeGpsConnectionListener (const unsigned int &listenerIndex) |
| virtual void | removeAll () |
| virtual unsigned int | count () |
| virtual void | fireConnectionCreationError (const TdkGpsPort &port) |
| virtual void | fireConnectionStateError (const TdkGpsPort &port) |
| virtual void | fireConnectionTimeOutError (const TdkGpsPort &port) |
| virtual void | fireConnectionReadingError (const TdkGpsPort &port) |
| virtual void | fireConnecting (const TdkGpsPort &port) |
| virtual void | fireConnectionAborted (const TdkGpsPort &port) |
| virtual void | fireNoDataInPort (const TdkGpsPort &port) |
| virtual void | fireConnected (const TdkGpsPort &port) |
| virtual void | fireDisconnected (const TdkGpsPort &port) |
| virtual void | fireGpsConnectionEstablished (const TdkGpsPort &port) |
| virtual void | fireSentenceRead (const TdkGpsPort &port, const char *sentence, const int &size) |
Protected Attributes | |
| TdkGpsConnectionListenerVector | _listeners |
| TdkGpsConnectionObserver::~TdkGpsConnectionObserver | ( | ) |
| void TdkGpsConnectionObserver::addGpsConnectionListener | ( | TdkGpsConnectionListener * | listener | ) | [virtual] |
| TdkGpsConnectionListener * TdkGpsConnectionObserver::getGpsConnectionListener | ( | const unsigned int & | listenerIndex | ) | [virtual] |
| void TdkGpsConnectionObserver::removeGpsConnectionListener | ( | TdkGpsConnectionListener * | listener | ) | [virtual] |
| void TdkGpsConnectionObserver::removeGpsConnectionListener | ( | const unsigned int & | listenerIndex | ) | [virtual] |
| void TdkGpsConnectionObserver::removeAll | ( | ) | [virtual] |
Implements TdkObserver.
| unsigned int TdkGpsConnectionObserver::count | ( | ) | [virtual] |
Implements TdkObserver.
| void TdkGpsConnectionObserver::fireConnectionCreationError | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireConnectionStateError | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireConnectionTimeOutError | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireConnectionReadingError | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireConnecting | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireConnectionAborted | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireNoDataInPort | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireConnected | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireDisconnected | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireGpsConnectionEstablished | ( | const TdkGpsPort & | port | ) | [virtual] |
Reimplemented in TdkGpsConnector.
| void TdkGpsConnectionObserver::fireSentenceRead | ( | const TdkGpsPort & | port, | |
| const char * | sentence, | |||
| const int & | size | |||
| ) | [virtual] |
Reimplemented in TdkGpsConnector.
1.5.2