Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing headers and removed where not needed #1572

Merged
merged 1 commit into from
Jul 25, 2022
Merged
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: 0 additions & 2 deletions config/ActiveLoggerImplCfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#ifndef ACTIVELOGGER_ACTIVELOGGERIMPLCFG_HPP_
#define ACTIVELOGGER_ACTIVELOGGERIMPLCFG_HPP_

#include <Svc/ActiveLogger/ActiveLoggerImpl.hpp>

// set default filters

enum {
Expand Down
2 changes: 2 additions & 0 deletions config/UdpReceiverComponentImplCfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef SVC_UDPRECEIVER_UDPRECEIVERCOMPONENTIMPLCFG_HPP_
#define SVC_UDPRECEIVER_UDPRECEIVERCOMPONENTIMPLCFG_HPP_

#include "Fw/Types/BasicTypes.hpp"

namespace Svc {
const static NATIVE_UINT_TYPE UDP_RECEIVER_MSG_SIZE = 256;
}
Expand Down
2 changes: 2 additions & 0 deletions config/UdpSenderComponentImplCfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef SVC_UDPSENDER_UDPSENDERCOMPONENTIMPLCFG_HPP_
#define SVC_UDPSENDER_UDPSENDERCOMPONENTIMPLCFG_HPP_

#include "Fw/Types/BasicTypes.hpp"

namespace Svc {
static const NATIVE_UINT_TYPE UDP_SENDER_MSG_SIZE = 256;
}
Expand Down