diff options
Diffstat (limited to 'ue3/mycpu/displays.h')
| -rw-r--r-- | ue3/mycpu/displays.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ue3/mycpu/displays.h b/ue3/mycpu/displays.h index f7adbdb..87b9408 100644 --- a/ue3/mycpu/displays.h +++ b/ue3/mycpu/displays.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * @module displays | 2 | * @module displays |
| 3 | * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348) | 3 | * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348) |
| 4 | * @brief TODO | 4 | * @brief Implementations of CDisplay |
| 5 | * @date 10.05.2009 | 5 | * @date 10.05.2009 |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| @@ -14,7 +14,8 @@ | |||
| 14 | /** | 14 | /** |
| 15 | * @class CDisplayWDEZ | 15 | * @class CDisplayWDEZ |
| 16 | * | 16 | * |
| 17 | * TODO | 17 | * Implementation of CDisplay |
| 18 | * Prints CDat to stdout as decimal | ||
| 18 | */ | 19 | */ |
| 19 | class CDisplayWDEZ | 20 | class CDisplayWDEZ |
| 20 | : public CDisplay | 21 | : public CDisplay |
| @@ -35,7 +36,8 @@ class CDisplayWDEZ | |||
| 35 | /** | 36 | /** |
| 36 | * @class CDisplayWHEX | 37 | * @class CDisplayWHEX |
| 37 | * | 38 | * |
| 38 | * TODO | 39 | * Implementation of CDisplay |
| 40 | * Prints CDat to stdout as decimal | ||
| 39 | */ | 41 | */ |
| 40 | class CDisplayWHEX | 42 | class CDisplayWHEX |
| 41 | : public CDisplay | 43 | : public CDisplay |
