UML into Header

main.cpp

Committer:
Gandalf_The_Great
Date:
2015-05-07
Revision:
0:9360b875cb23
Child:
1:873d94ea7daa

File content as of revision 0:9360b875cb23:

class ur_Bertl {
             public:
    void Move();
    void Move(int anz);
    void TurnLeft();
    void TurnOff();
             protected:
    bool error(int code);
    
class Bertl : ur_Bertl {
        protected:
    int anzahl;
    public:
    int Move();
    bool FrontIsClear();
    bool PickBeeper(int anz) ;
    
 class LedBertl : Bertl{
    protected :   
      uint8_t zeit;
    Public:
      string Anzeige();