File tree Expand file tree Collapse file tree 7 files changed +39
-1
lines changed Expand file tree Collapse file tree 7 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2021-2022 Nikolas Koesling <nikolas@koesling.info>.
3
+ * This program is free software. You can redistribute it and/or modify it under the terms of the MIT License.
4
+ */
5
+
1
6
#include " Modbus_TCP_Slave.hpp"
2
7
3
8
#include < stdexcept>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2021-2022 Nikolas Koesling <nikolas@koesling.info>.
3
+ * This program is free software. You can redistribute it and/or modify it under the terms of the MIT License.
4
+ */
5
+
1
6
#pragma once
2
7
3
8
#include < modbus/modbus.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2022 Nikolas Koesling <nikolas@koesling.info>.
3
+ * This program is free software. You can redistribute it and/or modify it under the terms of the MIT License.
4
+ */
5
+
1
6
#include " license.hpp"
2
7
3
8
void print_licenses (std::ostream &o) {
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2022 Nikolas Koesling <nikolas@koesling.info>.
3
+ * This program is free software. You can redistribute it and/or modify it under the terms of the MIT License.
4
+ */
5
+
1
6
#pragma once
2
7
3
8
#include < ostream>
4
9
10
+ /* *
11
+ * \brief print licences
12
+ * @param o output stream used to print licenses
13
+ */
5
14
void print_licenses (std::ostream &o);
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2021-2022 Nikolas Koesling <nikolas@koesling.info>.
3
+ * This program is free software. You can redistribute it and/or modify it under the terms of the MIT License.
4
+ */
5
+
1
6
#include < csignal>
2
7
#include < cxxopts.hpp>
3
8
#include < filesystem>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2021-2022 Nikolas Koesling <nikolas@koesling.info>.
3
+ * This program is free software. You can redistribute it and/or modify it under the terms of the MIT License.
4
+ */
5
+
1
6
#include " modbus_shm.hpp"
2
7
3
8
#include < fcntl.h>
4
- #include < iostream>
5
9
#include < stdexcept>
6
10
#include < sys/mman.h>
7
11
#include < system_error>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2021-2022 Nikolas Koesling <nikolas@koesling.info>.
3
+ * This program is free software. You can redistribute it and/or modify it under the terms of the MIT License.
4
+ */
5
+
1
6
#pragma once
2
7
3
8
#include " modbus/modbus.h"
You can’t perform that action at this time.
0 commit comments