Skip to content

Commit

Permalink
vscp_types and vscp_classes is now vscp-types vscp-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed May 13, 2024
1 parent e8b8908 commit f0572d4
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions src/vscp/common/mdf.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#include <crc.h>
#include <vscp.h>
#include <vscphelper.h>
#include <vscp_class.h>
#include <vscp_type.h>
#include <vscp-class.h>
#include <vscp-type.h>

#include <expat.h>

Expand Down
2 changes: 1 addition & 1 deletion src/vscp/common/register.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <mdf.h>
#include <register.h>
#include <vscp.h>
#include <vscp_client_base.h>
#include <vscp-client-base.h>
#include <vscphelper.h>

#ifdef WIN32
Expand Down
6 changes: 3 additions & 3 deletions src/vscp/common/register.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
#include <guid.h>
#include <mdf.h>
#include <vscp.h>
#include <vscp_class.h>
#include <vscp_client_base.h>
#include <vscp_type.h>
#include <vscp-class.h>
#include <vscp-type.h>
#include <vscp-client-base.h>

#define FORMAT_REMOTEVAR_DECIMAL 0
#define FORMAT_REMOTEVAR_HEX 1
Expand Down
2 changes: 1 addition & 1 deletion src/vscp/common/vscp-bootdevice-pic1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include <register.h>

#include "vscp_bootdevice_pic1.h"
#include "vscp-bootdevice-pic1.h"

#include "spdlog/fmt/bin_to_hex.h"
// #include <spdlog/async.h>
Expand Down
2 changes: 1 addition & 1 deletion src/vscp/common/vscp-bootdevice-pic1.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#pragma once

#include "vscp.h"
#include "vscp_bootdevice.h"
#include "vscp-bootdevice.h"

#include <string>

Expand Down
2 changes: 1 addition & 1 deletion src/vscp/common/vscp-bootdevice-vscp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <winsock2.h>
#endif

#include "vscp_bootdevice_vscp.h"
#include "vscp-bootdevice-vscp.h"

#include <stdio.h>

Expand Down
2 changes: 1 addition & 1 deletion src/vscp/common/vscp-bootdevice-vscp.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//

#pragma once
#include "vscp_bootdevice.h"
#include "vscp-bootdevice.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/vscp/common/vscp-bootdevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#pragma implementation "vscp_bootdevice.h"
#endif

#include "vscp_bootdevice.h"
#include "vscp-bootdevice.h"

#include <fstream>
#include <iostream>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/vscp/common/vscp-client-socketcan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
#include "vscp-client-socketcan.h"
#include <guid.h>
#include <vscp.h>
#include <vscp_class.h>
#include <vscp_type.h>
#include <vscp-class.h>
#include <vscp-type.h>
#include <vscphelper.h>

#include <fstream>
Expand Down
10 changes: 5 additions & 5 deletions src/vscp/common/vscp-client-socketcan.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
#include <unistd.h>

#include <canal.h>
#include <canal_macro.h>
#include <canal-macro.h>
#include <guid.h>
#include <hlo.h>
#include <remotevariablecodes.h>
#include <vscp.h>
#include <vscp_class.h>
#include <vscp_client_base.h>
#include <vscp_type.h>
#include <vscp-class.h>
#include <vscp-type.h>
#include <vscp-client-base.h>
#include <vscpdatetime.h>
#include <vscphelper.h>

#include <nlohmann/json.hpp> // Needs C++11 -std=c++11
#include <nlohmann/json.hpp>

#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/spdlog.h"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/vscp/common/vscp.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

#include <canal.h>
#include <inttypes.h>
#include <vscp_class.h>
#include <vscp_type.h>
#include <vscp-class.h>
#include <vscp-type.h>

#define VSCP_DEFAULT_UDP_PORT 33333
#define VSCP_DEFAULT_TCP_PORT 9598
Expand Down
4 changes: 2 additions & 2 deletions src/vscp/common/vscphelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
#include <canal.h>
#include <sockettcp.h>
#include <vscp.h>
#include <vscp_class.h>
#include <vscp_type.h>
#include <vscp-class.h>
#include <vscp-type.h>

/* byte swapping */

Expand Down

0 comments on commit f0572d4

Please sign in to comment.