Skip to content

Commit

Permalink
fix(GMS): Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch authored and mindonwarp committed Jun 9, 2022
1 parent 5684267 commit 4f06584
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion GMS/FullGMS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
* Copyright 2022 (c) Alen Galinec
*/

#include "FullGMS.hpp"

#include <sstream>
#include <string>
#include <unordered_map>

#include "../TypeDefinition/GMS/Constants.hpp"
#include "../TypeDefinition/GMS/GMSType.hpp"
#include "../TypeDefinition/TypeDefinition.hpp"
#include "FullGMS.hpp"

FullGMS::FullGMS(UA_Server *pServer) : InstantiatedGMS(pServer) {
MachineName = "FullGMS";
Expand Down
4 changes: 2 additions & 2 deletions GMS/InstantiatedGMS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* Copyright 2022 (c) Alen Galinec
*/

#include <sstream>

#include "InstantiatedGMS.hpp"

#include <sstream>

const std::unordered_map<std::uint32_t, UmatiServerLib::LocalizedText_t> InstantiatedGMS::CLASS_MAP = {
{0, {"en", "NoTool"}},
{1, {"en", "UnDefTool"}},
Expand Down
3 changes: 2 additions & 1 deletion UmatiServerLib/ConvertSimpleValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
* Copyright 2022 (c) Alen Galinec
*/

#include "ConvertSimpleValue.hpp"

#include <open62541/types_generated.h>

#include <Open62541Cpp/UA_String.hpp>
#include <iostream>

#include "ConvertSimpleValue.hpp"
#include "NodeValue.hpp"
#include "UaTypeHelper.hpp"

Expand Down

0 comments on commit 4f06584

Please sign in to comment.