Goby3
3.4.0
2026.04.13
Loading...
Searching...
No Matches
intermodule.h
Go to the documentation of this file.
1
// Copyright 2020-2026:
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_UDPM_TRANSPORT_INTERMODULE_H
25
#define GOBY_UDPM_TRANSPORT_INTERMODULE_H
26
27
#include "
goby/middleware/transport/intermodule.h
"
28
29
#include "
goby/udpm/transport/detail/tags.h
"
30
#include "
goby/udpm/transport/interprocess.h
"
31
32
namespace
goby
33
{
34
namespace
udpm
35
{
36
template
<
typename
InnerTransporter = m
id
dleware::NullTransporter>
37
using
InterModulePortal
=
38
InterProcessPortalImplementation
<InnerTransporter,
middleware::InterModulePortalBase
,
39
detail::InterModuleTag
>;
40
41
template
<
typename
InnerTransporter = m
id
dleware::NullTransporter>
42
using
InterModuleForwarder
=
43
middleware::InterModuleForwarder<InnerTransporter, detail::InterModuleTag>
;
44
45
}
// namespace udpm
46
}
// namespace goby
47
48
#endif
goby::middleware::InterModuleForwarder
Implements the forwarder concept for the intermodule layer.
Definition
intermodule.h:77
goby::middleware::InterModulePortalBase
Definition
intermodule.h:203
goby::udpm::InterProcessPortalImplementation
Definition
interprocess.h:120
intermodule.h
goby
The global namespace for the Goby project.
Definition
acomms_constants.h:34
goby::udpm::detail::InterModuleTag
ImplementationTag for udpm intermodule transporters.
Definition
tags.h:42
tags.h
interprocess.h
goby
udpm
transport
intermodule.h
Generated by
1.9.8