-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
501 changed files
with
125,612 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
library "jenkinsLibrary@master" | ||
|
||
library "jenkinsLibrary@develop" | ||
|
||
buildPublishPipeline( | ||
slackChannel: "sandbox-github" | ||
slackChannel: "sandbox-github", | ||
asProjectRepo: "vartools", | ||
asProjectVersion: "main", | ||
asProjectPath: "example/AsProject", | ||
skipLpmInstall: true, | ||
packagesToPublish: ['src/Ar/vartools'] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The MIT License | ||
|
||
Copyright 2023 Loupe | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Info | ||
Library is provided by Loupe | ||
https://loupe.team | ||
[email protected] | ||
1-800-240-7042 | ||
|
||
# Description | ||
Helper library for getting and setting variable values. To use the functions within this library the variables must be declared in a .var file as opposed to inline. | ||
|
||
For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/vartools.html | ||
|
||
# Installation | ||
To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run `lpm install vartools`. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html | ||
|
||
## Licensing | ||
|
||
This project is licensed under the [MIT License](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?AutomationStudio Version="4.11.5.46 SP" WorkingVersion="4.11"?> | ||
<Project Description="Starter Automation Studio project." Version="1.00.0" Edition="Standard" EditionComment="Standard" xmlns="http://br-automation.co.at/AS/Project"> | ||
<Communication /> | ||
<ANSIC DefaultIncludes="true" /> | ||
<IEC ExtendedConstants="true" IecExtendedComments="true" KeywordsAsStructureMembers="false" NamingConventions="true" Pointers="true" Preprocessor="false" /> | ||
<Motion RestartAcoposParameter="true" RestartInitParameter="true" /> | ||
<Project StoreRuntimeInProject="false" /> | ||
<Variables DefaultInitValue="0" DefaultRetain="false" DefaultVolatile="true" /> | ||
<TechnologyPackages> | ||
<Acp10Arnc0 Version="5.15.1" /> | ||
</TechnologyPackages> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
TYPE | ||
|
||
END_TYPE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
VAR | ||
|
||
END_VAR | ||
|
||
VAR CONSTANT | ||
|
||
END_VAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<Package xmlns="http://br-automation.co.at/AS/Package"> | ||
<Objects> | ||
<Object Type="Library" Language="ANSIC" Reference="true">..\..\src\Ar\vartools\ANSIC.lby</Object> | ||
<Object Type="Library" Language="Binary">stringext</Object> | ||
</Objects> | ||
</Package> |
14 changes: 14 additions & 0 deletions
14
example/AsProject/Logical/Libraries/Loupe/stringext/Binary.lby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<Library xmlns="http://br-automation.co.at/AS/Library" Version="0.14.4" SubType="Binary"> | ||
<Files> | ||
<File Description="Exported data types">StringExt.typ</File> | ||
<File Description="Exported constants">StringExt.var</File> | ||
<File Description="Exported functions and function blocks">StringExt.fun</File> | ||
<File Type="File">CHANGELOG.md</File> | ||
</Files> | ||
<Dependencies> | ||
<Dependency ObjectName="astime" /> | ||
<Dependency ObjectName="AsBrStr" /> | ||
<Dependency ObjectName="AsBrWStr" /> | ||
</Dependencies> | ||
</Library> |
19 changes: 19 additions & 0 deletions
19
example/AsProject/Logical/Libraries/Loupe/stringext/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
0.14.4 - Fix bug in SplitFileName() | ||
0.14.3 - Add support for strptime in GCC6 | ||
0.14.2 - Add stringpTime() and stringfTime() | ||
0.14.1 - Add formatString() | ||
0.14.0 - Critical fix to work with BR library AsIecCon | ||
0.13.0 - Add supporting functions for wstrings *Use v0.14.0 instead* | ||
0.12.1 - Add stringlcpy() and stringlcat() | ||
0.12 - Add GenerateTimestampMS_1() - YYYYMMDD_HHMMSS_SSS | ||
0.11 - Add SplitFileName() | ||
0.10 - Add GenerateTimestampMS() | ||
0.9 - HexStringToDINT | ||
0.8 - Move from AsString to AsBrStr to fix header clashes with stdlib | ||
0.7 - Add appendArrayIndex() | ||
0.6 - Fix bugs in ToUpper() and ToLower() | ||
0.5 - Add Timestamp_TO_DT() | ||
0.4 - Add ToUpper() and ToLower() | ||
0.3 - Add strncat4() | ||
0.2 - Add GenerateTimestamp() | ||
0.1 - First version, includes lstrip(), rstrip(), atoui(), uitoa(), ByteToHexString() |
Binary file added
BIN
+4.29 KB
example/AsProject/Logical/Libraries/Loupe/stringext/SG4/Arm/libstringext.a
Binary file not shown.
Binary file added
BIN
+47.3 KB
example/AsProject/Logical/Libraries/Loupe/stringext/SG4/Arm/stringext.br
Binary file not shown.
94 changes: 94 additions & 0 deletions
94
example/AsProject/Logical/Libraries/Loupe/stringext/SG4/Arm/stringext.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+6.81 KB
example/AsProject/Logical/Libraries/Loupe/stringext/SG4/libstringext.a
Binary file not shown.
Binary file not shown.
94 changes: 94 additions & 0 deletions
94
example/AsProject/Logical/Libraries/Loupe/stringext/SG4/stringext.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.