iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
service_details.hpp
Go to the documentation of this file.
1
// Copyright (c) 2024 Contributors to the Eclipse Foundation
2
//
3
// See the NOTICE file(s) distributed with this work for additional
4
// information regarding copyright ownership.
5
//
6
// This program and the accompanying materials are made available under the
7
// terms of the Apache Software License 2.0 which is available at
8
// https://www.apache.org/licenses/LICENSE-2.0, or the MIT license
9
// which is available at https://opensource.org/licenses/MIT.
10
//
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
12
13
#ifndef IOX2_SERVICE_DETAILS_HPP
14
#define IOX2_SERVICE_DETAILS_HPP
15
16
#include "
service_type.hpp
"
17
#include "
static_config.hpp
"
18
19
namespace
iox2
{
20
template
<ServiceType>
21
struct
ServiceDetails
{
22
StaticConfig
static_details
;
23
};
24
}
// namespace iox2
25
26
#endif
iox2::StaticConfig
Defines a common set of static service configuration details every service shares.
Definition
static_config.hpp:25
iox2
Definition
active_request.hpp:26
service_type.hpp
static_config.hpp
iox2::ServiceDetails
Definition
service_details.hpp:21
iox2::ServiceDetails::static_details
StaticConfig static_details
Definition
service_details.hpp:22
iox2
service_details.hpp
Generated by
1.9.8