Rename format_manchester/ManchesterFormatted to "[sS]ymbols".

This commit is contained in:
Jared Boone 2016-05-30 11:24:59 -07:00
parent 3d22222689
commit a52d0fbd81
6 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ size_t ManchesterDecoder::symbols_count() const {
return packet.size() / 2;
}
ManchesterFormatted format_manchester(
FormattedSymbols format_symbols(
const ManchesterDecoder& decoder
) {
const size_t payload_length_decoded = decoder.symbols_count();