From 42b8b71c5ccfb2494b15ad6ceba4663a241f8a86 Mon Sep 17 00:00:00 2001 From: CascadePass <106619481+CascadePass@users.noreply.github.com> Date: Wed, 5 Feb 2025 20:55:43 -0800 Subject: [PATCH] Add files as example data --- Identification.json | 27 +++++++++++++++++++++++++++ Identification.tgt | 32 ++++++++++++++++++++++++++++++++ cpaplib.sln | 41 +++++++++++------------------------------ 3 files changed, 70 insertions(+), 30 deletions(-) create mode 100644 Identification.json create mode 100644 Identification.tgt diff --git a/Identification.json b/Identification.json new file mode 100644 index 0000000..242cde4 --- /dev/null +++ b/Identification.json @@ -0,0 +1,27 @@ +{ + "FlowGenerator": { + "IdentificationProfiles": { + "Product": { + "UniversalIdentifier": "aac1e42a-9c69-48d3-918c-517bb1fc7f3d", + "SerialNumber": "23241877024", + "SerialNumberVerificationCode": "", + "ProductCode": "39517", + "ProductName": "AirSense 11 AutoSet", + "FdaUniqueDeviceIdentifier": "", + "ProductGeographicIdentifier": "USA" + }, + "Hardware": { "HardwareIdentifier": "(90)R390-7654(91)1S003(21)3241R04978" }, + "Software": { + "BootloaderIdentifier": "SW04601.00.1.1.0.736edbdfd", + "ApplicationIdentifier": "SW04600.11.8.0.0.a65babae1", + "ConfigurationIdentifier": "CF04600.11.03.00.a65babae1", + "PlatformIdentifier": 46, + "VariantIdentifier": 3, + "RegionIdentifier": 0, + "ProfileVariationIdentifier": "00000000-0000-3000-8000-000011046003", + "DataVersionIdentifier": 11, + "DataModelVersionIdentifier": "2.3.0.46f0081fc" + } + } + } +} \ No newline at end of file diff --git a/Identification.tgt b/Identification.tgt new file mode 100644 index 0000000..0994375 --- /dev/null +++ b/Identification.tgt @@ -0,0 +1,32 @@ + +#IMF 0000 + +#VIR 0067 + +#RIR 0064 + +#PVR 0065 + +#PVD 001A + +#CID CX036-009-036-026-103-100-101 + +#RID 0024 + +#VID 0009 + +#SRN 23222849021 + +#SID SX567-0401 + +#PNA AirCurve_10_VAuto + +#PCD 37143 + +#PCB (90)R370-7518(91)T1(21)28032816 + +#MID 0024 + +#FGT 24_M36_V9 + +#BID SX577-0200 diff --git a/cpaplib.sln b/cpaplib.sln index 5703887..13b594b 100644 --- a/cpaplib.sln +++ b/cpaplib.sln @@ -13,6 +13,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cpap-app", "cpap-app\cpap-a EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cpap-app.Desktop", "cpap-app\cpap-app.Desktop\cpap-app.Desktop.csproj", "{DBF196E9-B90C-4432-BF3B-7CF448CB9C43}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExampleData", "ExampleData", "{18B2E2DA-C368-4863-AE02-64E4348B68CC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IdentificationFile", "IdentificationFile", "{17CB9303-5055-4FAA-BEF5-F0D2A55FF797}" + ProjectSection(SolutionItems) = preProject + Identification.json = Identification.json + Identification.tgt = Identification.tgt + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -127,38 +135,11 @@ Global {DBF196E9-B90C-4432-BF3B-7CF448CB9C43}.Release|x64.Build.0 = Release|Any CPU {DBF196E9-B90C-4432-BF3B-7CF448CB9C43}.Release|x86.ActiveCfg = Release|Any CPU {DBF196E9-B90C-4432-BF3B-7CF448CB9C43}.Release|x86.Build.0 = Release|Any CPU - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|ARM.ActiveCfg = Debug|ARM - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|ARM.Build.0 = Debug|ARM - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|ARM.Deploy.0 = Debug|ARM - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|ARM64.Build.0 = Debug|ARM64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|ARM64.Deploy.0 = Debug|ARM64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|x64.ActiveCfg = Debug|x64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|x64.Build.0 = Debug|x64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|x64.Deploy.0 = Debug|x64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|x86.ActiveCfg = Debug|x86 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|x86.Build.0 = Debug|x86 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Debug|x86.Deploy.0 = Debug|x86 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|Any CPU.Build.0 = Release|Any CPU - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|Any CPU.Deploy.0 = Release|Any CPU - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|ARM.ActiveCfg = Release|ARM - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|ARM.Build.0 = Release|ARM - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|ARM.Deploy.0 = Release|ARM - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|ARM64.ActiveCfg = Release|ARM64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|ARM64.Build.0 = Release|ARM64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|ARM64.Deploy.0 = Release|ARM64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|x64.ActiveCfg = Release|x64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|x64.Build.0 = Release|x64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|x64.Deploy.0 = Release|x64 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|x86.ActiveCfg = Release|x86 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|x86.Build.0 = Release|x86 - {D02D3747-9986-42D2-AC6C-066F1CE45D37}.Release|x86.Deploy.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {17CB9303-5055-4FAA-BEF5-F0D2A55FF797} = {18B2E2DA-C368-4863-AE02-64E4348B68CC} + EndGlobalSection EndGlobal