documentation

This commit is contained in:
john30
2017-02-19 12:53:02 +01:00
parent c4d10a036b
commit 0291d2ee45
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -104,6 +104,7 @@ class DataField {
/**
* Return the name of the specified day.
* @param day the day (between 0 and 6).
* @return the name of the specified day.
*/
static string getDayName(int day);
+1
View File
@@ -106,6 +106,7 @@ class SymbolString {
* Return the symbols as hex string.
* @param unescape whether to unescape an escaped instance.
* @param skipLastSymbol whether to skip the last symbol (probably the CRC).
* @param skipFirstSymbols the number of first symbols to skip.
* @return the symbols as hex string.
*/
const string getDataStr(const bool unescape = true, const bool skipLastSymbol = true,