Skip to content

Commit

Permalink
DESERT Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefava86 committed Jan 25, 2021
1 parent 511377a commit 1842e4a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2,617 deletions.
3 changes: 3 additions & 0 deletions DESERT_Framework/DESERT/physical/uwahoimodem/uwahoimodem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ UwAhoiModem::receivingData()
if ((pck = p_interpreter->parseResponse(cmd_b, cmd_e)) != nullptr) {

updateStatus(pck);
printOnLog(LogLevel::DEBUG,
"AHOIMODEM",
"receivingData::RX_MSG=" + std::string(cmd_b, cmd_e));
}

offset = std::distance(cmd_e, end_it);
Expand Down
6 changes: 3 additions & 3 deletions DESERT_Framework/commonFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ print_desert_logo() {
printf "| | | |/ _ \\/ __|/ _ \ '__| __| | | | | '_ \\ / _\` |/ _ \\ '__\\ \\ /\\ / / _\` | __/ _ \\ '__|\n"
printf "| |__| | __/\\__ \\ __/ | | |_ | |__| | | | | (_| | __/ | \\ V V / (_| | || __/ | \n"
printf "|_____/ \\___||___/\\___|_| \\__| \\____/|_| |_|\\__,_|\\___|_| \\_/\\_/ \\__,_|\\__\\___|_| \n"
printf "_____Copyright (c) 2014 Regents of the SIGNET lab, University of Padova (ver. 2.0)_____\n"
printf "_____Copyright (c) 2020 Regents of the SIGNET lab, University of Padova_____\n"
printf "\n"
if [ "${_DEBUG}" = "1" ]; then
debug__print_screen_L1 "return of print_desert_logo(): ${output}"
Expand Down Expand Up @@ -846,7 +846,7 @@ after_building() {
printf "#\n" >> make_environment.sh
printf "# Generated by ${DESERT_DIR} ${DESERT_VERSION} installation tool\n" >> make_environment.sh
printf "#\n" >> make_environment.sh
printf "# Copyright (c) 2014 Regents of the SIGNET lab, University of Padova.\n" >> make_environment.sh
printf "# Copyright (c) 2020 Regents of the SIGNET lab, University of Padova.\n" >> make_environment.sh
printf "# All rights reserved.\n" >> make_environment.sh
printf "#\n" >> make_environment.sh
printf "# Redistribution and use in source and binary forms, with or without\n" >> make_environment.sh
Expand Down Expand Up @@ -912,7 +912,7 @@ after_building() {
;;
esac
printf "\n"
printf " desert-doxygen-doc: http://telecom.dei.unipd.it/ns/desert/DESERT_HTML_doxygen_doc/\n"
printf " http://desert-underwater.dei.unipd.it \n"
printf "\n"
printf " THANK YOU FOR INSTALLING DESERT UNDERWATER.\n"
printf '%s\n' "------------------------------------------------------------------------------\n"
Expand Down
11 changes: 0 additions & 11 deletions documents/HOW_TO_generate_the_pdf_of_a_document

This file was deleted.

10 changes: 0 additions & 10 deletions documents/doxygen/HOW_TO_USE_doxygen_config_file.txt

This file was deleted.

Loading

0 comments on commit 1842e4a

Please sign in to comment.