renamed printer to arrayprinter #98

Merged
gaisser merged 1 commits from KSat/fsfw:mueller_globPrinterRenaming into master 2020-06-08 12:09:17 +02:00
Owner

renamed printer to arrayprinter. makes purpose more clear.
OutputType enum is class and does not have to be in namespace.

renamed printer to arrayprinter. makes purpose more clear. OutputType enum is class and does not have to be in namespace.
muellerr added the
feature
label 2020-06-05 16:56:00 +02:00
gaisser reviewed 2020-06-05 17:49:28 +02:00
@ -0,0 +3,4 @@
#include <cstdint>
#include <cstddef>
enum class OutputType {
Owner

I think that this should be part of the namespace.

I think that this should be part of the namespace.
Author
Owner

hmm.. then you would have to write arrayprinter::OutputType::DEC/HEX/BIN
every time. It is an enum class so you are forced to write OutputType::... even if it is not part
of the namespace.

hmm.. then you would have to write arrayprinter::OutputType::DEC/HEX/BIN every time. It is an enum class so you are forced to write OutputType::... even if it is not part of the namespace.
gaisser closed this pull request 2020-06-08 12:09:17 +02:00
gaisser deleted branch mueller_globPrinterRenaming 2020-06-08 12:09:22 +02:00
Sign in to join this conversation.
No description provided.