Public Member Functions
Lcd Class Reference

#include <lcd.hpp>

List of all members.

Public Member Functions

 Lcd ()
void write (std::string message) const
 ~Lcd ()

Detailed Description

Definition at line 7 of file lcd.hpp.


Constructor & Destructor Documentation

Lcd::Lcd ( )

I hate to have to declare this as a global variable but due to how the lcd driver has been written, I have no choice. The reason is that in usblcd.h a global variable has been defined. This variable get declared multiple times if usblcd.h is included in the lcd.hpp and if another file include lcd.hpp (diagnostic.h does). Therefore, I did not find any other solution, except rewritting the driver, than declaring it as global variable

Definition at line 13 of file lcd.cpp.

Lcd::~Lcd ( )

Definition at line 25 of file lcd.cpp.


Member Function Documentation

void Lcd::write ( std::string  message) const

Definition at line 33 of file lcd.cpp.


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


corobot_diagnostics
Author(s):
autogenerated on Sun Oct 5 2014 23:17:49