Skip to content

uwapplicon_sea_modem: Applicon SeaModem Integration#54

Open
applicon-develop wants to merge 2 commits intosignetlabdei:masterfrom
applicon-develop:applicon_seamodem
Open

uwapplicon_sea_modem: Applicon SeaModem Integration#54
applicon-develop wants to merge 2 commits intosignetlabdei:masterfrom
applicon-develop:applicon_seamodem

Conversation

@applicon-develop
Copy link

Implementation of the driver to use Applicon SeaModem within the DESERT Framework. An example TDMA tcl script is available for testing.

Implementation of the driver to use Applicon SeaModem within the DESERT Framework. An example TDMA tcl script is available for testing.
Copy link
Contributor

@dcostan dcostan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moreover all the copyright lines should be corrected with the right year at least

refactor:  `UwAppliconInterpr`updated  by removing `w_term` and simplify its destructor, and add `override` specifiers to `UwAppliconSeaModem'
@@ -0,0 +1,156 @@
#
# Copyright (c) 2014 Regents of the SIGNET lab, University of Padova.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025

@@ -0,0 +1,30 @@
#
# Copyright (c) 2012 Regents of the SIGNET lab, University of Padova.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025

@@ -0,0 +1,189 @@
#
# Copyright (c) 2014 Regents of the SIGNET lab, University of Padova.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025

@@ -0,0 +1,168 @@
#
# Copyright (c) 2014 Regents of the SIGNET lab, University of Padova.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025

@@ -0,0 +1,33 @@
#!/bin/sh
#
# Copyright (c) 2013 Regents of the SIGNET lab, University of Padova.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025

//std::cout << "DEBUG: crc_check found TRUE (or assumed true)" << std::endl;
}
} else {
std::cout << "DEBUG: crc_check field NOT FOUND" << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need this else or is just for debug purposes?

enum class Response {
RECV,
MSGS,
AOK, // <-- NUOVA RIGA
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this comment

UwAppliconSeaModem::start()
{
if (modem_address == "") {
std::cout << "ERROR: Modem address not set!" << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this cout since you print the same message on log

}

if (!p_connector->openConnection(modem_address)) {
std::cout << "ERROR: connection to modem failed to open: "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

UwAppliconSeaModem::stop()
{

std::cout << "UwAppliconSeaModem::stop() close conn " << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants