Skip to content

Commit

Permalink
Begin work on a tool to construct the packet specs
Browse files Browse the repository at this point in the history
  • Loading branch information
hallambaker committed Feb 18, 2021
1 parent 5d5c624 commit c3ba014
Show file tree
Hide file tree
Showing 50 changed files with 2,344 additions and 60 deletions.
4 changes: 2 additions & 2 deletions ASN/asn2/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.439")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.439")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.445")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.445")]

4 changes: 2 additions & 2 deletions ASN/asn2/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.439
3.0.0.439
3.0.0.445
3.0.0.445
49 changes: 49 additions & 0 deletions BuildTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Goedel.Tool.Protogen", "Pro
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Goedel.Tool.RegistryConfig", "RegistryConfig\Goedel.Tool.RegistryConfig\Goedel.Tool.RegistryConfig.csproj", "{A05B8032-3B31-40F8-84BB-85DC67602458}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tool Yaschema", "Tool Yaschema", "{A0DA68A1-C283-42FA-91CD-9DFC18B0DEF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "yaschema", "YASchema\yaschema\yaschema.csproj", "{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Goedel.Tool.Yaschema", "YASchema\Goedel.Tool.Yashima\Goedel.Tool.Yaschema.csproj", "{1FA1FFE7-2212-46F0-8893-697640E2B3FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -1067,6 +1073,46 @@ Global
{A05B8032-3B31-40F8-84BB-85DC67602458}.Release|Any CPU.Build.0 = Release|Any CPU
{A05B8032-3B31-40F8-84BB-85DC67602458}.Release|x86.ActiveCfg = Release|Any CPU
{A05B8032-3B31-40F8-84BB-85DC67602458}.Release|x86.Build.0 = Release|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Debug|x86.ActiveCfg = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Debug|x86.Build.0 = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.DotNet|Any CPU.ActiveCfg = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.DotNet|Any CPU.Build.0 = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.DotNet|x86.ActiveCfg = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.DotNet|x86.Build.0 = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Focus|Any CPU.ActiveCfg = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Focus|Any CPU.Build.0 = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Focus|x86.ActiveCfg = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Focus|x86.Build.0 = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Publish|Any CPU.Build.0 = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Publish|x86.ActiveCfg = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Publish|x86.Build.0 = Debug|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Release|Any CPU.Build.0 = Release|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Release|x86.ActiveCfg = Release|Any CPU
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D}.Release|x86.Build.0 = Release|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Debug|x86.ActiveCfg = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Debug|x86.Build.0 = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.DotNet|Any CPU.ActiveCfg = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.DotNet|Any CPU.Build.0 = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.DotNet|x86.ActiveCfg = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.DotNet|x86.Build.0 = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Focus|Any CPU.ActiveCfg = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Focus|Any CPU.Build.0 = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Focus|x86.ActiveCfg = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Focus|x86.Build.0 = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Publish|Any CPU.Build.0 = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Publish|x86.ActiveCfg = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Publish|x86.Build.0 = Debug|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Release|Any CPU.Build.0 = Release|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Release|x86.ActiveCfg = Release|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1130,6 +1176,9 @@ Global
{61DD1D3B-7D10-4EF2-BE9C-B4D54C84FE6F} = {420F632D-B323-42B4-954C-DA875083DCC6}
{C5E7079C-E049-455D-9B24-702AB7F9C1AC} = {BB541FF3-D68B-4935-B8AD-5E92A74591E1}
{A05B8032-3B31-40F8-84BB-85DC67602458} = {5BE90DE6-A9E9-4CA9-A009-BC339274E829}
{A0DA68A1-C283-42FA-91CD-9DFC18B0DEF6} = {32781FAB-7F7F-4267-9599-479F14195A4B}
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D} = {A0DA68A1-C283-42FA-91CD-9DFC18B0DEF6}
{1FA1FFE7-2212-46F0-8893-697640E2B3FA} = {A0DA68A1-C283-42FA-91CD-9DFC18B0DEF6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B0FED20-F156-4724-9241-1F63A97DA43E}
Expand Down
4 changes: 2 additions & 2 deletions Command/CommandEcho/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.128")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.128")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.134")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.134")]

4 changes: 2 additions & 2 deletions Command/CommandEcho/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.128
3.0.0.128
3.0.0.134
3.0.0.134
4 changes: 2 additions & 2 deletions Command/commandparse/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.453")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.453")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.459")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.459")]

4 changes: 2 additions & 2 deletions Command/commandparse/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.453
3.0.0.453
3.0.0.459
3.0.0.459
4 changes: 2 additions & 2 deletions Constant/constant/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.532")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.532")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.538")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.538")]

4 changes: 2 additions & 2 deletions Constant/constant/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.532
3.0.0.532
3.0.0.538
3.0.0.538
4 changes: 2 additions & 2 deletions DNSConfig/srvconf/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.166")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.166")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.172")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.172")]

4 changes: 2 additions & 2 deletions DNSConfig/srvconf/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.166
3.0.0.166
3.0.0.172
3.0.0.172
4 changes: 2 additions & 2 deletions DocTools/bootmaker/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.469")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.469")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.475")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.475")]

4 changes: 2 additions & 2 deletions DocTools/bootmaker/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.469
3.0.0.469
3.0.0.475
3.0.0.475
4 changes: 2 additions & 2 deletions DocTools/rfctool/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.637")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.637")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.643")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.643")]

4 changes: 2 additions & 2 deletions DocTools/rfctool/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.637
3.0.0.637
3.0.0.643
3.0.0.643
4 changes: 2 additions & 2 deletions Domainer/domainer/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.443")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.443")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.449")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.449")]

4 changes: 2 additions & 2 deletions Domainer/domainer/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.443
3.0.0.443
3.0.0.449
3.0.0.449
4 changes: 2 additions & 2 deletions Exceptional/Exceptional/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.450")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.450")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.456")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.456")]

4 changes: 2 additions & 2 deletions Exceptional/Exceptional/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.450
3.0.0.450
3.0.0.456
3.0.0.456
4 changes: 2 additions & 2 deletions FSRGen/fsrgen/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.447")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.447")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.453")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.453")]

4 changes: 2 additions & 2 deletions FSRGen/fsrgen/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.447
3.0.0.447
3.0.0.453
3.0.0.453
4 changes: 2 additions & 2 deletions GScript/gscript/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.466")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.466")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.472")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.472")]

4 changes: 2 additions & 2 deletions GScript/gscript/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.466
3.0.0.466
3.0.0.472
3.0.0.472
4 changes: 2 additions & 2 deletions Goedel3/goedel3/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.445")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.445")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.451")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.451")]

4 changes: 2 additions & 2 deletions Goedel3/goedel3/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.445
3.0.0.445
3.0.0.451
3.0.0.451
4 changes: 2 additions & 2 deletions MakeyMakey/makey/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.445")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.445")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.451")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.451")]

4 changes: 2 additions & 2 deletions MakeyMakey/makey/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.445
3.0.0.445
3.0.0.451
3.0.0.451
4 changes: 2 additions & 2 deletions Protogen/protogen/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.447")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.447")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.453")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.453")]

4 changes: 2 additions & 2 deletions Protogen/protogen/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.447
3.0.0.447
3.0.0.453
3.0.0.453
4 changes: 2 additions & 2 deletions RegistryConfig/registryconfig/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.444")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.444")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.450")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.450")]

4 changes: 2 additions & 2 deletions RegistryConfig/registryconfig/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.444
3.0.0.444
3.0.0.450
3.0.0.450
6 changes: 6 additions & 0 deletions YASchema/Goedel.Tool.Yashima/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("0.0.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.0.0")]

16 changes: 16 additions & 0 deletions YASchema/Goedel.Tool.Yashima/Generate.Script
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#script 1.0
#license MITLicense
#pclass Goedel.Tool.Yaschema Generate

#method GenerateCS YaschemaStruct YaschemaStruct

// hodwdie doody time


#end method

#method GenerateMD YaschemaStruct YaschemaStruct

#end method

#end pclass
51 changes: 51 additions & 0 deletions YASchema/Goedel.Tool.Yashima/Generate.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
// Script Syntax Version: 1.0

// © 2015-2019 by Phill Hallam-Baker
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//
//
using System;
using System.IO;
using System.Collections.Generic;
using Goedel.Registry;
namespace Goedel.Tool.Yaschema {
public partial class Generate : global::Goedel.Registry.Script {



//
// GenerateCS
//
public void GenerateCS (YaschemaStruct YaschemaStruct) {
_Output.Write ("\n{0}", _Indent);
_Output.Write ("// hodwdie doody time\n{0}", _Indent);
_Output.Write ("\n{0}", _Indent);
_Output.Write ("\n{0}", _Indent);
}


//
// GenerateMD
//
public void GenerateMD (YaschemaStruct YaschemaStruct) {
_Output.Write ("\n{0}", _Indent);
}
}
}
Loading

0 comments on commit c3ba014

Please sign in to comment.