File tree Expand file tree Collapse file tree 13 files changed +1971
-637
lines changed Expand file tree Collapse file tree 13 files changed +1971
-637
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
44# ======================================================================================================================
55
66# project
7- project (Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.5.1 )
7+ project (Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.5.2 )
88
99# settings
1010set (Target "modbus-tcp-client-shm" ) # Executable name (without file extension!)
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11/*
22 * 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.
3+ * This program is free software. You can redistribute it and/or modify it under the terms of the GPLv3 License.
44 */
55
66#include " Modbus_TCP_Client_poll.hpp"
Original file line number Diff line number Diff line change 11/*
22 * 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.
3+ * This program is free software. You can redistribute it and/or modify it under the terms of the GPLv3 License.
44 */
55#pragma once
66
Original file line number Diff line number Diff line change 11/*
22 * 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.
3+ * This program is free software. You can redistribute it and/or modify it under the terms of the GPLv3 License.
44 */
55
66#include " Print_Time.hpp"
Original file line number Diff line number Diff line change 11/*
22 * 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.
3+ * This program is free software. You can redistribute it and/or modify it under the terms of the GPLv3 License.
44 */
55
66#pragma once
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11/*
22 * 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.
3+ * This program is free software. You can redistribute it and/or modify it under the terms of the GPLv3 License.
44 */
55
66#pragma once
Original file line number Diff line number Diff line change 11/*
22 * 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.
3+ * This program is free software. You can redistribute it and/or modify it under the terms of the GPLv3 License.
44 */
55
66#include < atomic>
Original file line number Diff line number Diff line change 11/*
22 * 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.
3+ * This program is free software. You can redistribute it and/or modify it under the terms of the GPLv3 License.
44 */
55
66#include " modbus_shm.hpp"
You can’t perform that action at this time.
0 commit comments