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

Remove MPC files #15

Merged
merged 3 commits into from
Mar 20, 2025
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
7 changes: 2 additions & 5 deletions .github/workflows/TMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ name: "TMS Builds"

on:
push:
paths:
- '**'
- '!**/.gitignore'
branches:
- main
pull_request:
paths:
- '**'
- '!**/.gitignore'
branches:
- main
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion tactical-microgrid-standard/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add_library(Common
target_include_directories(Common PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
opendds_target_sources(Common
PUBLIC
idl/mil-std-3071_data_model.idl
common/mil-std-3071_data_model.idl
INCLUDE_BASE ${CMAKE_CURRENT_SOURCE_DIR}
OPENDDS_IDL_OPTIONS -Lc++11
USE_EXPORT "common/opendds_tms_export.h" OpenDDS_TMS_Export
Expand Down
7 changes: 0 additions & 7 deletions tactical-microgrid-standard/cli/CLI.mpc

This file was deleted.

2 changes: 1 addition & 1 deletion tactical-microgrid-standard/cli_idl/CLICommands.idl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "idl/mil-std-3071_data_model.idl"
#include "common/mil-std-3071_data_model.idl"

module cli {

Expand Down
15 changes: 0 additions & 15 deletions tactical-microgrid-standard/cli_idl/CLICommands.mpc

This file was deleted.

13 changes: 0 additions & 13 deletions tactical-microgrid-standard/common/Common.mpc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "idl/mil-std-3071_data_modelTypeSupportImpl.h"
#include "common/mil-std-3071_data_modelTypeSupportImpl.h"
#include "DeviceInfoDataReaderListenerImpl.h"

void DeviceInfoDataReaderListenerImpl::on_data_available(DDS::DataReader_ptr reader)
Expand Down
3 changes: 1 addition & 2 deletions tactical-microgrid-standard/common/Handshaking.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
#define HANDSHAKING_H

#include "TimerHandler.h"
#include "common/mil-std-3071_data_modelTypeSupportImpl.h"
#include "opendds_tms_export.h"

#include <idl/mil-std-3071_data_modelTypeSupportImpl.h>

#include <dds/DCPS/Service_Participant.h>

#include <functional>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "idl/mil-std-3071_data_modelTypeSupportImpl.h"
#include "common/mil-std-3071_data_modelTypeSupportImpl.h"
#include "HeartbeatDataReaderListenerImpl.h"

void HeartbeatDataReaderListenerImpl::on_data_available(DDS::DataReader_ptr reader)
Expand Down
2 changes: 1 addition & 1 deletion tactical-microgrid-standard/common/QosHelper.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef QOS_HELPER_H
#define QOS_HELPER_H

#include "idl/mil-std-3071_data_modelTypeSupportImpl.h"
#include "common/mil-std-3071_data_modelTypeSupportImpl.h"

#include <dds/DdsDcpsCoreC.h>

Expand Down
2 changes: 1 addition & 1 deletion tactical-microgrid-standard/controller/Common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CONTROLLER_COMMON_H
#define CONTROLLER_COMMON_H

#include "idl/mil-std-3071_data_modelTypeSupportImpl.h"
#include "common/mil-std-3071_data_modelTypeSupportImpl.h"

#include <dds/DCPS/optional.h>

Expand Down
7 changes: 0 additions & 7 deletions tactical-microgrid-standard/controller/Controller.mpc

This file was deleted.

7 changes: 0 additions & 7 deletions tactical-microgrid-standard/idl/tms.mpc

This file was deleted.

Loading