Skip to content

Commit

Permalink
Cognex dataman readear, very first release ready to test with the har…
Browse files Browse the repository at this point in the history
…dware
  • Loading branch information
Tomas Kovac committed Jul 26, 2023
1 parent 3a536d4 commit 25edacf
Show file tree
Hide file tree
Showing 79 changed files with 2,324 additions and 253 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.14.0-alpha.112",
"version": "0.14.0-alpha.113",
"commands": [
"ixc"
]
Expand All @@ -15,13 +15,13 @@
]
},
"AXSharp.ixd": {
"version": "0.14.0-alpha.112",
"version": "0.14.0-alpha.113",
"commands": [
"ixd"
]
},
"AXSharp.ixr": {
"version": "0.14.0-alpha.112",
"version": "0.14.0-alpha.113",
"commands": [
"ixr"
]
Expand Down
1 change: 1 addition & 0 deletions cake/ApaxCmd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public static void ApaxClean(this BuildContext context, (string folder, string n
RedirectStandardError = false,
Silent = false
}).WaitForExit();
context.Log.Information($"apax clean finished for '{lib.folder} : {lib.name}'");
}

public static void ApaxClean(this BuildContext context, (string folder, string name, string targetIp, string targetPlatform) app)
Expand Down
2 changes: 2 additions & 0 deletions cake/BuildContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ public BuildContext(ICakeContext context, BuildParameters buildParameters)
("core", "axopen.core"),
("data", "axopen.data"),
("probers", "axopen.probers"),
("components.abstractions", "axopen.components.abstractions"),
("AXOpen.Cognex.Vision", "axopen.cognex.vision"),
};

public IEnumerable<(string folder, string name, string targetIp, string targetPlatform)> Integrations { get; } = new[]
Expand Down
8 changes: 8 additions & 0 deletions src/AXOpen.Cognex.Vision/ctrl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.apax
.env
bin

obj
testresult

*.apax.tgz
1 change: 1 addition & 0 deletions src/AXOpen.Cognex.Vision/ctrl/AXSharp.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"OutputProjectFolder":"..\\src\\AXOpen.Cognex.Vision"}
19 changes: 19 additions & 0 deletions src/AXOpen.Cognex.Vision/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "@ix-ax/axopen.cognex.vision"
version: '0.1.4-alpha.79'
type: lib
targets:
- axunit-llvm
- llvm
files:
- src
devDependencies:
"@ax/sdk": ^4.0.3
scripts:
# prebuild:
# - dotnet ixc
postbuild:
- dotnet ixc
dependencies:
"@ix-ax/axopen.components.abstractions": '0.1.4-alpha.79'
"@ix-ax/axopen.utils": '0.1.4-alpha.79'
"@ax/system-timer": ^4.0.1
11 changes: 11 additions & 0 deletions src/AXOpen.Cognex.Vision/ctrl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 25edacf

Please sign in to comment.