Goby3  3.1.5a
2024.05.23
convert.h
Go to the documentation of this file.
1 // Copyright 2020-2021:
2 // GobySoft, LLC (2013-)
3 // Community contributors (see AUTHORS file)
4 // File authors:
5 // Toby Schneider <toby@gobysoft.org>
6 //
7 //
8 // This file is part of the Goby Underwater Autonomy Project Libraries
9 // ("The Goby Libraries").
10 //
11 // The Goby Libraries are free software: you can redistribute them and/or modify
12 // them under the terms of the GNU Lesser General Public License as published by
13 // the Free Software Foundation, either version 2.1 of the License, or
14 // (at your option) any later version.
15 //
16 // The Goby Libraries are distributed in the hope that they will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 // GNU Lesser General Public License for more details.
20 //
21 // You should have received a copy of the GNU Lesser General Public License
22 // along with Goby. If not, see <http://www.gnu.org/licenses/>.
23 
24 #ifndef GOBY_MOOS_FRONTSEAT_CONVERT_H
25 #define GOBY_MOOS_FRONTSEAT_CONVERT_H
26 
27 class CMOOSCommClient;
28 
29 namespace goby
30 {
31 namespace middleware
32 {
33 namespace frontseat
34 {
35 namespace protobuf
36 {
37 class NodeStatus;
38 } // namespace protobuf
39 } // namespace frontseat
40 } // namespace middleware
41 
42 namespace moos
43 {
45  const goby::middleware::frontseat::protobuf::NodeStatus& status, CMOOSCommClient& moos_comms);
46 }
47 } // namespace goby
48 
49 #endif
goby::middleware::frontseat::protobuf::NodeStatus
Definition: frontseat_data.pb.h:227
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::middleware::acomms::groups::status
constexpr Group status
Definition: groups.h:43
goby::moos::convert_and_publish_node_status
void convert_and_publish_node_status(const goby::middleware::frontseat::protobuf::NodeStatus &status, CMOOSCommClient &moos_comms)