diff options
| author | manuel <manuel@nc8430.lan> | 2009-05-13 16:55:17 +0200 |
|---|---|---|
| committer | manuel <manuel@nc8430.lan> | 2009-05-13 16:55:17 +0200 |
| commit | 3c6f886d5a8bfd36c796b963d6e3178ad9577742 (patch) | |
| tree | 7a65d184e66c810777d18ea208931910c91b7e43 /ue3/mycpu/displays.h | |
| parent | 431bbac5a99abbccf33500e22aa353ec792eff94 (diff) | |
| download | ooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.tar.gz ooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.tar.bz2 ooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.zip | |
* added documentation (no more TODOs)
* added testsuite + testcase
* used copyctor instead of assign operator more often
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 |
