Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SilKit/source/capi/CapiLin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: MIT

#include "services/lin/LinControllerExtensionsImpl.hpp"
#include "experimental/services/lin/LinControllerExtensionsImpl.hpp"

#include "silkit/capi/SilKit.h"
#include "silkit/SilKit.hpp"
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/capi/CapiNetworkSimulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "silkit/experimental/netsim/all.hpp"

#include "silkit/detail/impl/HourglassConversions.hpp"
#include "participant/ParticipantExtensionsImpl.hpp"
#include "experimental/participant/ParticipantExtensionsImpl.hpp"

namespace SilKit {
namespace Experimental {
Expand Down
4 changes: 2 additions & 2 deletions SilKit/source/capi/CapiOrchestration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
#include "silkit/services/orchestration/all.hpp"
#include "silkit/participant/exception.hpp"

#include "participant/ParticipantExtensionsImpl.hpp"
#include "experimental/participant/ParticipantExtensionsImpl.hpp"

#include "capi/CapiImpl.hpp"
#include "capi/TypeConversion.hpp"

#include "services/orchestration/TimeSyncServiceExtensionsImpl.hpp"
#include "experimental/services/orchestration/TimeSyncServiceExtensionsImpl.hpp"

#include <memory>
#include <map>
Expand Down
4 changes: 2 additions & 2 deletions SilKit/source/capi/Test_CapiLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include "gmock/gmock.h"
#include "silkit/capi/SilKit.h"
#include "silkit/services/logging/all.hpp"
#include "LoggingTopics.hpp"
#include "MockLogger.hpp"
#include "core/internal/LoggingTopics.hpp"
#include "services/logging/MockLogger.hpp"

namespace {
using namespace SilKit::Services::Logging;
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/config/Configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "silkit/SilKitMacros.hpp"

#include "silkit/services/logging/LoggingDatatypes.hpp"
#include "LoggingTopics.hpp"
#include "core/internal/LoggingTopics.hpp"

#include "util/StringHelpers.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <string>

#include "ILoggerInternal.hpp"
#include "services/logging/ILoggerInternal.hpp"

#include "tracing/ITraceMessageSink.hpp"
#include "tracing/IReplay.hpp"
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/services/can/SimBehaviorTrivial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "services/can/SimBehaviorTrivial.hpp"
#include "util/Assert.hpp"

#include "ILoggerInternal.hpp"
#include "services/logging/ILoggerInternal.hpp"


namespace SilKit {
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/services/logging/ILoggerInternal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "services/logging/StructuredLoggingKeys.hpp"
#include "services/logging/SilKitFmtFormatters.hpp"
#include "fmt/format.h"
#include "traits/SilKitLoggingTraits.hpp"
#include "core/internal/traits/SilKitLoggingTraits.hpp"

namespace SilKit {
namespace Services {
Expand Down
4 changes: 2 additions & 2 deletions SilKit/source/services/logging/MessageTracing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include "services/logging/LoggerMessage.hpp"
#include "core/internal/IServiceEndpoint.hpp"
#include "core/internal/ServiceDescriptor.hpp"
#include "traits/SilKitMsgTraits.hpp"
#include "traits/SilKitLoggingTraits.hpp"
#include "core/internal/traits/SilKitMsgTraits.hpp"
#include "core/internal/traits/SilKitLoggingTraits.hpp"

#include "config/YamlParser.hpp"

Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/services/metrics/MetricsProcessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "services/metrics/MetricsDatatypes.hpp"
#include "services/metrics/MetricsReceiver.hpp"

#include "ILoggerInternal.hpp"
#include "services/logging/ILoggerInternal.hpp"

#include <atomic>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/services/orchestration/LifecycleStates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "services/orchestration/LifecycleService.hpp"
#include "services/orchestration/LifecycleManagement.hpp"
#include "core/requests/IRequestReplyService.hpp"
#include "procs/IParticipantReplies.hpp"
#include "core/requests/procs/IParticipantReplies.hpp"

namespace SilKit {
namespace Services {
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/tracing/ITraceMessageSink.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <chrono>
#include <tuple>

#include "ILoggerInternal.hpp"
#include "services/logging/ILoggerInternal.hpp"

#include "core/internal/ServiceDescriptor.hpp"
#include "tracing/TraceMessage.hpp"
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/tracing/PcapSink.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "core/internal/EndpointAddress.hpp"
#include "detail/NamedPipe.hpp"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
#include "detail/NamedPipe.hpp"
#include "tracing/detail/NamedPipe.hpp"

#include "ILoggerInternal.hpp"
#include "services/logging/ILoggerInternal.hpp"

namespace SilKit {
namespace Tracing {
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/wire/can/WireCanMessages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "silkit/services/can/CanDatatypes.hpp"
#include "silkit/services/can/string_utils.hpp"

#include "SharedVector.hpp"
#include "wire/util/SharedVector.hpp"

#include <chrono>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/wire/ethernet/WireEthernetMessages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "silkit/services/ethernet/EthernetDatatypes.hpp"
#include "silkit/services/ethernet/string_utils.hpp"

#include "SharedVector.hpp"
#include "wire/util/SharedVector.hpp"

#include <chrono>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/wire/flexray/WireFlexrayMessages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "silkit/services/flexray/FlexrayDatatypes.hpp"
#include "silkit/services/flexray/string_utils.hpp"

#include "SharedVector.hpp"
#include "wire/util/SharedVector.hpp"

#include <chrono>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/wire/lin/WireLinMessages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "silkit/services/lin/string_utils.hpp"
#include "silkit/experimental/services/lin/LinDatatypesExtensions.hpp"

#include "SharedVector.hpp"
#include "wire/util/SharedVector.hpp"

#include <chrono>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/wire/pubsub/WireDataMessages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "silkit/services/pubsub/PubSubDatatypes.hpp"
#include "silkit/services/pubsub/string_utils.hpp"

#include "SharedVector.hpp"
#include "wire/util/SharedVector.hpp"

#include <chrono>
#include <vector>
Expand Down
4 changes: 2 additions & 2 deletions SilKit/source/wire/rpc/WireRpcMessages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include "silkit/services/rpc/string_utils.hpp"
#include "silkit/util/PrintableHexString.hpp"

#include "SharedVector.hpp"
#include "Uuid.hpp"
#include "wire/util/SharedVector.hpp"
#include "util/Uuid.hpp"

#include <chrono>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion SilKit/source/wire/util/SharedVector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
// Created by dedwards on 6/24/22.
//

#include "SharedVector.hpp"
#include "wire/util/SharedVector.hpp"
Loading