-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ac3d7e
commit 4cfa4db
Showing
15 changed files
with
232 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
// Copyright 2024: | ||
// GobySoft, LLC (2013-) | ||
// Community contributors (see AUTHORS file) | ||
// File authors: | ||
// Toby Schneider <[email protected]> | ||
// | ||
// | ||
// This file is part of the Goby Underwater Autonomy Project Binaries | ||
// ("The Goby Binaries"). | ||
// | ||
// The Goby Binaries are free software: you can redistribute them and/or modify | ||
// them under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 2 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// The Goby Binaries are distributed in the hope that they will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Goby. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#include "goby/middleware/application/configuration_reader.h" | ||
#include "goby/middleware/application/interface.h" | ||
#include "goby/middleware/application/tool.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
// Copyright 2024: | ||
// GobySoft, LLC (2013-) | ||
// Community contributors (see AUTHORS file) | ||
// File authors: | ||
// Toby Schneider <[email protected]> | ||
// | ||
// | ||
// This file is part of the Goby Underwater Autonomy Project Binaries | ||
// ("The Goby Binaries"). | ||
// | ||
// The Goby Binaries are free software: you can redistribute them and/or modify | ||
// them under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 2 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// The Goby Binaries are distributed in the hope that they will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Goby. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#include <dccl/dynamic_protobuf_manager.h> | ||
|
||
#include "goby/middleware/application/tool.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
// Copyright 2024: | ||
// GobySoft, LLC (2013-) | ||
// Community contributors (see AUTHORS file) | ||
// File authors: | ||
// Toby Schneider <[email protected]> | ||
// | ||
// | ||
// This file is part of the Goby Underwater Autonomy Project Binaries | ||
// ("The Goby Binaries"). | ||
// | ||
// The Goby Binaries are free software: you can redistribute them and/or modify | ||
// them under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 2 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// The Goby Binaries are distributed in the hope that they will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Goby. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#include "goby/middleware/application/configuration_reader.h" | ||
#include "goby/middleware/application/interface.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
// Copyright 2024: | ||
// GobySoft, LLC (2013-) | ||
// Community contributors (see AUTHORS file) | ||
// File authors: | ||
// Toby Schneider <[email protected]> | ||
// | ||
// | ||
// This file is part of the Goby Underwater Autonomy Project Binaries | ||
// ("The Goby Binaries"). | ||
// | ||
// The Goby Binaries are free software: you can redistribute them and/or modify | ||
// them under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 2 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// The Goby Binaries are distributed in the hope that they will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Goby. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#include "goby/middleware/application/tool.h" | ||
|
||
#include "unified_log_tool.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
// Copyright 2024: | ||
// GobySoft, LLC (2013-) | ||
// Community contributors (see AUTHORS file) | ||
// File authors: | ||
// Toby Schneider <[email protected]> | ||
// | ||
// | ||
// This file is part of the Goby Underwater Autonomy Project Binaries | ||
// ("The Goby Binaries"). | ||
// | ||
// The Goby Binaries are free software: you can redistribute them and/or modify | ||
// them under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 2 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// The Goby Binaries are distributed in the hope that they will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Goby. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#ifndef GOBY_APPS_MIDDLEWARE_GOBY_TOOL_UNIFIED_LOG_TOOL_H | ||
#define GOBY_APPS_MIDDLEWARE_GOBY_TOOL_UNIFIED_LOG_TOOL_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
// Copyright 2024: | ||
// GobySoft, LLC (2013-) | ||
// Community contributors (see AUTHORS file) | ||
// File authors: | ||
// Toby Schneider <[email protected]> | ||
// | ||
// | ||
// This file is part of the Goby Underwater Autonomy Project Binaries | ||
// ("The Goby Binaries"). | ||
// | ||
// The Goby Binaries are free software: you can redistribute them and/or modify | ||
// them under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 2 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// The Goby Binaries are distributed in the hope that they will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Goby. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#include "goby/middleware/marshalling/dccl.h" | ||
#include "goby/middleware/marshalling/json.h" | ||
#include "goby/middleware/marshalling/protobuf.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
// Copyright 2024: | ||
// GobySoft, LLC (2013-) | ||
// Community contributors (see AUTHORS file) | ||
// File authors: | ||
// Toby Schneider <[email protected]> | ||
// Not Committed Yet | ||
// | ||
// | ||
// This file is part of the Goby Underwater Autonomy Project Libraries | ||
// ("The Goby Libraries"). | ||
// | ||
// The Goby Libraries are free software: you can redistribute them and/or modify | ||
// them under the terms of the GNU Lesser General Public License as published by | ||
// the Free Software Foundation, either version 2.1 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// The Goby Libraries are distributed in the hope that they will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU Lesser General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Lesser General Public License | ||
// along with Goby. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#include <unistd.h> | ||
|
||
#include <dccl/dynamic_protobuf_manager.h> | ||
|
@@ -77,7 +101,8 @@ bool goby::middleware::ToolHelper::help(int* action_for_help) | |
<< goby::util::esc_nocolor << ": " << ev_options.cfg().short_help_msg(); | ||
|
||
if (ev_options.cfg().has_external_command()) | ||
std::cerr << " (" << ev_options.cfg().external_command() << ")"; | ||
std::cerr << " [" << goby::util::esc_blue << ev_options.cfg().external_command() | ||
<< goby::util::esc_nocolor << "]"; | ||
|
||
std::cerr << std::endl; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
// Copyright 2024: | ||
// GobySoft, LLC (2013-) | ||
// Community contributors (see AUTHORS file) | ||
// File authors: | ||
// Toby Schneider <[email protected]> | ||
// | ||
// | ||
// This file is part of the Goby Underwater Autonomy Project Libraries | ||
// ("The Goby Libraries"). | ||
// | ||
// The Goby Libraries are free software: you can redistribute them and/or modify | ||
// them under the terms of the GNU Lesser General Public License as published by | ||
// the Free Software Foundation, either version 2.1 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// The Goby Libraries are distributed in the hope that they will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU Lesser General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Lesser General Public License | ||
// along with Goby. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#ifndef GOBY_MIDDLEWARE_APPLICATION_TOOL_H | ||
#define GOBY_MIDDLEWARE_APPLICATION_TOOL_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters