mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Restructured files
- householding
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
using Xunit;
|
||||
|
||||
using MewtocolNet;
|
||||
using MewtocolNet.Registers;
|
||||
using System.Diagnostics;
|
||||
using Xunit.Abstractions;
|
||||
using System.Collections;
|
||||
using MewtocolNet.RegisterAttributes;
|
||||
using Microsoft.Win32;
|
||||
using MewtocolNet.Subregisters;
|
||||
|
||||
namespace MewtocolTests {
|
||||
namespace MewtocolTests
|
||||
{
|
||||
|
||||
public class AutomatedPropertyRegisters {
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ using Xunit;
|
||||
using MewtocolNet;
|
||||
using MewtocolNet.Registers;
|
||||
using Xunit.Abstractions;
|
||||
using MewtocolNet.Links;
|
||||
|
||||
namespace MewtocolTests {
|
||||
namespace MewtocolTests
|
||||
{
|
||||
|
||||
public class TestLinkedLists {
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using MewtocolNet;
|
||||
using MewtocolNet.Logging;
|
||||
using MewtocolNet.PLCEnums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -8,7 +9,8 @@ using System.Threading.Tasks;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace MewtocolTests {
|
||||
namespace MewtocolTests
|
||||
{
|
||||
|
||||
public class TestLivePLC {
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@ namespace MewtocolTests {
|
||||
|
||||
//boolean
|
||||
new BRegister(IOType.R, 0, 100),
|
||||
new BRegister(IOType.R, 0, 0),
|
||||
new BRegister(IOType.X, 5),
|
||||
new BRegister(IOType.X, 0xA),
|
||||
new BRegister(IOType.X, 0xF, 109),
|
||||
@@ -82,6 +83,7 @@ namespace MewtocolTests {
|
||||
|
||||
//boolean
|
||||
"R100",
|
||||
"R0",
|
||||
"X5",
|
||||
"XA",
|
||||
"X109F",
|
||||
|
||||
Reference in New Issue
Block a user