@zaber/motion 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +15 -171
- package/dist/binding/wasm/zaber-motion-core.wasm +0 -0
- package/dist/lib/ascii/axis_type.d.ts +5 -5
- package/dist/lib/ascii/axis_type.d.ts.map +1 -1
- package/dist/lib/ascii/axis_type.js +5 -5
- package/dist/lib/ascii/axis_type.js.map +1 -1
- package/dist/lib/ascii/digital_output_action.d.ts +4 -4
- package/dist/lib/ascii/digital_output_action.d.ts.map +1 -1
- package/dist/lib/ascii/digital_output_action.js +4 -4
- package/dist/lib/ascii/digital_output_action.js.map +1 -1
- package/dist/lib/ascii/io_port_type.d.ts +5 -5
- package/dist/lib/ascii/io_port_type.d.ts.map +1 -1
- package/dist/lib/ascii/io_port_type.js +5 -5
- package/dist/lib/ascii/io_port_type.js.map +1 -1
- package/dist/lib/ascii/message_type.d.ts +3 -3
- package/dist/lib/ascii/message_type.d.ts.map +1 -1
- package/dist/lib/ascii/message_type.js +3 -3
- package/dist/lib/ascii/message_type.js.map +1 -1
- package/dist/lib/ascii/oscilloscope_data_source.d.ts +2 -2
- package/dist/lib/ascii/oscilloscope_data_source.d.ts.map +1 -1
- package/dist/lib/ascii/oscilloscope_data_source.js +2 -2
- package/dist/lib/ascii/oscilloscope_data_source.js.map +1 -1
- package/dist/lib/ascii/pvt_axis_type.d.ts +2 -2
- package/dist/lib/ascii/pvt_axis_type.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_axis_type.js +2 -2
- package/dist/lib/ascii/pvt_axis_type.js.map +1 -1
- package/dist/lib/ascii/pvt_mode.d.ts +3 -3
- package/dist/lib/ascii/pvt_mode.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_mode.js +3 -3
- package/dist/lib/ascii/pvt_mode.js.map +1 -1
- package/dist/lib/ascii/servo_tuning_paramset.d.ts +12 -12
- package/dist/lib/ascii/servo_tuning_paramset.d.ts.map +1 -1
- package/dist/lib/ascii/servo_tuning_paramset.js +12 -12
- package/dist/lib/ascii/servo_tuning_paramset.js.map +1 -1
- package/dist/lib/ascii/stream_axis_type.d.ts +2 -2
- package/dist/lib/ascii/stream_axis_type.d.ts.map +1 -1
- package/dist/lib/ascii/stream_axis_type.js +2 -2
- package/dist/lib/ascii/stream_axis_type.js.map +1 -1
- package/dist/lib/ascii/stream_mode.d.ts +4 -4
- package/dist/lib/ascii/stream_mode.d.ts.map +1 -1
- package/dist/lib/ascii/stream_mode.js +4 -4
- package/dist/lib/ascii/stream_mode.js.map +1 -1
- package/dist/lib/ascii/trigger_action.d.ts +3 -3
- package/dist/lib/ascii/trigger_action.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_action.js +3 -3
- package/dist/lib/ascii/trigger_action.js.map +1 -1
- package/dist/lib/ascii/trigger_operation.d.ts +3 -3
- package/dist/lib/ascii/trigger_operation.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_operation.js +3 -3
- package/dist/lib/ascii/trigger_operation.js.map +1 -1
- package/dist/lib/binary/device_type.d.ts +3 -3
- package/dist/lib/binary/device_type.d.ts.map +1 -1
- package/dist/lib/binary/device_type.js +3 -3
- package/dist/lib/binary/device_type.js.map +1 -1
- package/dist/lib/device_db_source_type.d.ts +2 -2
- package/dist/lib/device_db_source_type.d.ts.map +1 -1
- package/dist/lib/device_db_source_type.js +2 -2
- package/dist/lib/device_db_source_type.js.map +1 -1
- package/dist/lib/device_port_type.d.ts +3 -3
- package/dist/lib/device_port_type.d.ts.map +1 -1
- package/dist/lib/device_port_type.js +3 -3
- package/dist/lib/device_port_type.js.map +1 -1
- package/dist/lib/library.js +1 -1
- package/dist/lib/library.js.map +1 -1
- package/dist/lib/log_output_mode.d.ts +4 -4
- package/dist/lib/log_output_mode.d.ts.map +1 -1
- package/dist/lib/log_output_mode.js +4 -4
- package/dist/lib/log_output_mode.js.map +1 -1
- package/dist/lib/product/process_controller_mode.d.ts +5 -5
- package/dist/lib/product/process_controller_mode.d.ts.map +1 -1
- package/dist/lib/product/process_controller_mode.js +5 -5
- package/dist/lib/product/process_controller_mode.js.map +1 -1
- package/dist/lib/product/process_controller_source_sensor.d.ts +3 -3
- package/dist/lib/product/process_controller_source_sensor.d.ts.map +1 -1
- package/dist/lib/product/process_controller_source_sensor.js +3 -3
- package/dist/lib/product/process_controller_source_sensor.js.map +1 -1
- package/dist/lib/rotation_direction.d.ts +4 -4
- package/dist/lib/rotation_direction.d.ts.map +1 -1
- package/dist/lib/rotation_direction.js +4 -4
- package/dist/lib/rotation_direction.js.map +1 -1
- package/package.json +1 -3
package/LICENSE
CHANGED
|
@@ -911,31 +911,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
911
911
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
912
912
|
THE SOFTWARE.
|
|
913
913
|
|
|
914
|
-
------------------
|
|
915
|
-
github.com/stretchr/testify v1.8.1
|
|
916
|
-
------------------
|
|
917
|
-
MIT License
|
|
918
|
-
|
|
919
|
-
Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
|
|
920
|
-
|
|
921
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
922
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
923
|
-
in the Software without restriction, including without limitation the rights
|
|
924
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
925
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
926
|
-
furnished to do so, subject to the following conditions:
|
|
927
|
-
|
|
928
|
-
The above copyright notice and this permission notice shall be included in all
|
|
929
|
-
copies or substantial portions of the Software.
|
|
930
|
-
|
|
931
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
932
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
933
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
934
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
935
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
936
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
937
|
-
SOFTWARE.
|
|
938
|
-
|
|
939
914
|
------------------
|
|
940
915
|
github.com/zabertech/go-ethereum v1.10.4-rpc-1 (fork github.com/ethereum/go-ethereum)
|
|
941
916
|
------------------
|
|
@@ -1879,9 +1854,9 @@ go.mongodb.org/mongo-driver v1.14.0
|
|
|
1879
1854
|
limitations under the License.
|
|
1880
1855
|
|
|
1881
1856
|
------------------
|
|
1882
|
-
golang.org/x/crypto v0.
|
|
1857
|
+
golang.org/x/crypto v0.32.0
|
|
1883
1858
|
------------------
|
|
1884
|
-
Copyright
|
|
1859
|
+
Copyright 2009 The Go Authors.
|
|
1885
1860
|
|
|
1886
1861
|
Redistribution and use in source and binary forms, with or without
|
|
1887
1862
|
modification, are permitted provided that the following conditions are
|
|
@@ -1893,7 +1868,7 @@ notice, this list of conditions and the following disclaimer.
|
|
|
1893
1868
|
copyright notice, this list of conditions and the following disclaimer
|
|
1894
1869
|
in the documentation and/or other materials provided with the
|
|
1895
1870
|
distribution.
|
|
1896
|
-
* Neither the name of Google
|
|
1871
|
+
* Neither the name of Google LLC nor the names of its
|
|
1897
1872
|
contributors may be used to endorse or promote products derived from
|
|
1898
1873
|
this software without specific prior written permission.
|
|
1899
1874
|
|
|
@@ -1972,40 +1947,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1972
1947
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1973
1948
|
|
|
1974
1949
|
------------------
|
|
1975
|
-
golang.org/x/mod v0.
|
|
1950
|
+
golang.org/x/mod v0.21.0
|
|
1976
1951
|
------------------
|
|
1977
|
-
Copyright
|
|
1978
|
-
|
|
1979
|
-
Redistribution and use in source and binary forms, with or without
|
|
1980
|
-
modification, are permitted provided that the following conditions are
|
|
1981
|
-
met:
|
|
1982
|
-
|
|
1983
|
-
* Redistributions of source code must retain the above copyright
|
|
1984
|
-
notice, this list of conditions and the following disclaimer.
|
|
1985
|
-
* Redistributions in binary form must reproduce the above
|
|
1986
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1987
|
-
in the documentation and/or other materials provided with the
|
|
1988
|
-
distribution.
|
|
1989
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1990
|
-
contributors may be used to endorse or promote products derived from
|
|
1991
|
-
this software without specific prior written permission.
|
|
1992
|
-
|
|
1993
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1994
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1995
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1996
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1997
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1998
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1999
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2000
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2001
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2002
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2003
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2004
|
-
|
|
2005
|
-
------------------
|
|
2006
|
-
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
2007
|
-
------------------
|
|
2008
|
-
Copyright (c) 2009 The Go Authors. All rights reserved.
|
|
1952
|
+
Copyright 2009 The Go Authors.
|
|
2009
1953
|
|
|
2010
1954
|
Redistribution and use in source and binary forms, with or without
|
|
2011
1955
|
modification, are permitted provided that the following conditions are
|
|
@@ -2017,7 +1961,7 @@ notice, this list of conditions and the following disclaimer.
|
|
|
2017
1961
|
copyright notice, this list of conditions and the following disclaimer
|
|
2018
1962
|
in the documentation and/or other materials provided with the
|
|
2019
1963
|
distribution.
|
|
2020
|
-
* Neither the name of Google
|
|
1964
|
+
* Neither the name of Google LLC nor the names of its
|
|
2021
1965
|
contributors may be used to endorse or promote products derived from
|
|
2022
1966
|
this software without specific prior written permission.
|
|
2023
1967
|
|
|
@@ -2034,9 +1978,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
2034
1978
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2035
1979
|
|
|
2036
1980
|
------------------
|
|
2037
|
-
golang.org/x/
|
|
1981
|
+
golang.org/x/net v0.34.0
|
|
2038
1982
|
------------------
|
|
2039
|
-
Copyright
|
|
1983
|
+
Copyright 2009 The Go Authors.
|
|
2040
1984
|
|
|
2041
1985
|
Redistribution and use in source and binary forms, with or without
|
|
2042
1986
|
modification, are permitted provided that the following conditions are
|
|
@@ -2048,7 +1992,7 @@ notice, this list of conditions and the following disclaimer.
|
|
|
2048
1992
|
copyright notice, this list of conditions and the following disclaimer
|
|
2049
1993
|
in the documentation and/or other materials provided with the
|
|
2050
1994
|
distribution.
|
|
2051
|
-
* Neither the name of Google
|
|
1995
|
+
* Neither the name of Google LLC nor the names of its
|
|
2052
1996
|
contributors may be used to endorse or promote products derived from
|
|
2053
1997
|
this software without specific prior written permission.
|
|
2054
1998
|
|
|
@@ -2065,9 +2009,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
2065
2009
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2066
2010
|
|
|
2067
2011
|
------------------
|
|
2068
|
-
golang.org/x/
|
|
2012
|
+
golang.org/x/sync v0.10.0
|
|
2069
2013
|
------------------
|
|
2070
|
-
Copyright
|
|
2014
|
+
Copyright 2009 The Go Authors.
|
|
2071
2015
|
|
|
2072
2016
|
Redistribution and use in source and binary forms, with or without
|
|
2073
2017
|
modification, are permitted provided that the following conditions are
|
|
@@ -2079,7 +2023,7 @@ notice, this list of conditions and the following disclaimer.
|
|
|
2079
2023
|
copyright notice, this list of conditions and the following disclaimer
|
|
2080
2024
|
in the documentation and/or other materials provided with the
|
|
2081
2025
|
distribution.
|
|
2082
|
-
* Neither the name of Google
|
|
2026
|
+
* Neither the name of Google LLC nor the names of its
|
|
2083
2027
|
contributors may be used to endorse or promote products derived from
|
|
2084
2028
|
this software without specific prior written permission.
|
|
2085
2029
|
|
|
@@ -2096,9 +2040,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
2096
2040
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2097
2041
|
|
|
2098
2042
|
------------------
|
|
2099
|
-
golang.org/x/
|
|
2043
|
+
golang.org/x/sys v0.34.0
|
|
2100
2044
|
------------------
|
|
2101
|
-
Copyright
|
|
2045
|
+
Copyright 2009 The Go Authors.
|
|
2102
2046
|
|
|
2103
2047
|
Redistribution and use in source and binary forms, with or without
|
|
2104
2048
|
modification, are permitted provided that the following conditions are
|
|
@@ -2110,7 +2054,7 @@ notice, this list of conditions and the following disclaimer.
|
|
|
2110
2054
|
copyright notice, this list of conditions and the following disclaimer
|
|
2111
2055
|
in the documentation and/or other materials provided with the
|
|
2112
2056
|
distribution.
|
|
2113
|
-
* Neither the name of Google
|
|
2057
|
+
* Neither the name of Google LLC nor the names of its
|
|
2114
2058
|
contributors may be used to endorse or promote products derived from
|
|
2115
2059
|
this software without specific prior written permission.
|
|
2116
2060
|
|
|
@@ -2183,89 +2127,6 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
|
2183
2127
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
2184
2128
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2185
2129
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2186
|
-
------------------
|
|
2187
|
-
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
|
|
2188
|
-
------------------
|
|
2189
|
-
Gocheck - A rich testing framework for Go
|
|
2190
|
-
|
|
2191
|
-
Copyright (c) 2010-2013 Gustavo Niemeyer <gustavo@niemeyer.net>
|
|
2192
|
-
|
|
2193
|
-
All rights reserved.
|
|
2194
|
-
|
|
2195
|
-
Redistribution and use in source and binary forms, with or without
|
|
2196
|
-
modification, are permitted provided that the following conditions are met:
|
|
2197
|
-
|
|
2198
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
2199
|
-
list of conditions and the following disclaimer.
|
|
2200
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
2201
|
-
this list of conditions and the following disclaimer in the documentation
|
|
2202
|
-
and/or other materials provided with the distribution.
|
|
2203
|
-
|
|
2204
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
2205
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
2206
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2207
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
2208
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
2209
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
2210
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
2211
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2212
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
2213
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2214
|
-
|
|
2215
|
-
------------------
|
|
2216
|
-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
2217
|
-
------------------
|
|
2218
|
-
|
|
2219
|
-
This project is covered by two different licenses: MIT and Apache.
|
|
2220
|
-
|
|
2221
|
-
#### MIT License ####
|
|
2222
|
-
|
|
2223
|
-
The following files were ported to Go from C files of libyaml, and thus
|
|
2224
|
-
are still covered by their original MIT license, with the additional
|
|
2225
|
-
copyright staring in 2011 when the project was ported over:
|
|
2226
|
-
|
|
2227
|
-
apic.go emitterc.go parserc.go readerc.go scannerc.go
|
|
2228
|
-
writerc.go yamlh.go yamlprivateh.go
|
|
2229
|
-
|
|
2230
|
-
Copyright (c) 2006-2010 Kirill Simonov
|
|
2231
|
-
Copyright (c) 2006-2011 Kirill Simonov
|
|
2232
|
-
|
|
2233
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2234
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2235
|
-
the Software without restriction, including without limitation the rights to
|
|
2236
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
2237
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
2238
|
-
so, subject to the following conditions:
|
|
2239
|
-
|
|
2240
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2241
|
-
copies or substantial portions of the Software.
|
|
2242
|
-
|
|
2243
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2244
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2245
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2246
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2247
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2248
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2249
|
-
SOFTWARE.
|
|
2250
|
-
|
|
2251
|
-
### Apache License ###
|
|
2252
|
-
|
|
2253
|
-
All the remaining project files are covered by the Apache license:
|
|
2254
|
-
|
|
2255
|
-
Copyright (c) 2011-2019 Canonical Ltd
|
|
2256
|
-
|
|
2257
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2258
|
-
you may not use this file except in compliance with the License.
|
|
2259
|
-
You may obtain a copy of the License at
|
|
2260
|
-
|
|
2261
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
2262
|
-
|
|
2263
|
-
Unless required by applicable law or agreed to in writing, software
|
|
2264
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2265
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2266
|
-
See the License for the specific language governing permissions and
|
|
2267
|
-
limitations under the License.
|
|
2268
|
-
|
|
2269
2130
|
------------------
|
|
2270
2131
|
gotest.tools v2.2.0+incompatible
|
|
2271
2132
|
------------------
|
|
@@ -2282,20 +2143,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
2282
2143
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2283
2144
|
See the License for the specific language governing permissions and
|
|
2284
2145
|
limitations under the License.
|
|
2285
|
-
|
|
2286
|
-
------------------
|
|
2287
|
-
gotest.tools/v3 v3.0.2
|
|
2288
|
-
------------------
|
|
2289
|
-
Copyright 2018 gotest.tools authors
|
|
2290
|
-
|
|
2291
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2292
|
-
you may not use this file except in compliance with the License.
|
|
2293
|
-
You may obtain a copy of the License at
|
|
2294
|
-
|
|
2295
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
2296
|
-
|
|
2297
|
-
Unless required by applicable law or agreed to in writing, software
|
|
2298
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2299
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2300
|
-
See the License for the specific language governing permissions and
|
|
2301
|
-
limitations under the License.
|
|
Binary file
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
* Denotes type of an axis and units it accepts.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum AxisType {
|
|
5
|
-
/**
|
|
5
|
+
/** Axis type could not be determined. */
|
|
6
6
|
UNKNOWN = 0,
|
|
7
|
-
/**
|
|
7
|
+
/** A linear axis that accepts length units for position. */
|
|
8
8
|
LINEAR = 1,
|
|
9
|
-
/**
|
|
9
|
+
/** A rotary axis that accepts angle units for position. */
|
|
10
10
|
ROTARY = 2,
|
|
11
|
-
/**
|
|
11
|
+
/** A process on a process controller. */
|
|
12
12
|
PROCESS = 3,
|
|
13
|
-
/**
|
|
13
|
+
/** A lamp on a light source controller. */
|
|
14
14
|
LAMP = 4
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axis_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/axis_type.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,QAAQ;IAClB,
|
|
1
|
+
{"version":3,"file":"axis_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/axis_type.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,QAAQ;IAClB,yCAAyC;IACzC,OAAO,IAAI;IACX,4DAA4D;IAC5D,MAAM,IAAI;IACV,2DAA2D;IAC3D,MAAM,IAAI;IACV,yCAAyC;IACzC,OAAO,IAAI;IACX,2CAA2C;IAC3C,IAAI,IAAI;CACT;AAED;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,QAAQ,CAExD"}
|
|
@@ -7,15 +7,15 @@ exports.isAxisType = exports.AxisType = void 0;
|
|
|
7
7
|
*/
|
|
8
8
|
var AxisType;
|
|
9
9
|
(function (AxisType) {
|
|
10
|
-
/**
|
|
10
|
+
/** Axis type could not be determined. */
|
|
11
11
|
AxisType[AxisType["UNKNOWN"] = 0] = "UNKNOWN";
|
|
12
|
-
/**
|
|
12
|
+
/** A linear axis that accepts length units for position. */
|
|
13
13
|
AxisType[AxisType["LINEAR"] = 1] = "LINEAR";
|
|
14
|
-
/**
|
|
14
|
+
/** A rotary axis that accepts angle units for position. */
|
|
15
15
|
AxisType[AxisType["ROTARY"] = 2] = "ROTARY";
|
|
16
|
-
/**
|
|
16
|
+
/** A process on a process controller. */
|
|
17
17
|
AxisType[AxisType["PROCESS"] = 3] = "PROCESS";
|
|
18
|
-
/**
|
|
18
|
+
/** A lamp on a light source controller. */
|
|
19
19
|
AxisType[AxisType["LAMP"] = 4] = "LAMP";
|
|
20
20
|
})(AxisType || (exports.AxisType = AxisType = {}));
|
|
21
21
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axis_type.js","sourceRoot":"","sources":["../../../src/ascii/axis_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,QAWX;AAXD,WAAY,QAAQ;IAClB,
|
|
1
|
+
{"version":3,"file":"axis_type.js","sourceRoot":"","sources":["../../../src/ascii/axis_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,QAWX;AAXD,WAAY,QAAQ;IAClB,yCAAyC;IACzC,6CAAW,CAAA;IACX,4DAA4D;IAC5D,2CAAU,CAAA;IACV,2DAA2D;IAC3D,2CAAU,CAAA;IACV,yCAAyC;IACzC,6CAAW,CAAA;IACX,2CAA2C;IAC3C,uCAAQ,CAAA;AACV,CAAC,EAXW,QAAQ,wBAAR,QAAQ,QAWnB;AAED;;;GAGG;AACH,SAAgB,UAAU,CAAC,KAAU;IACnC,OAAO,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,KAAiB,CAAC,CAAC;AAC7D,CAAC;AAFD,gCAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Denotes type of an axis and units it accepts.\n */\nexport enum AxisType {\n /** Axis type could not be determined. */\n UNKNOWN = 0,\n /** A linear axis that accepts length units for position. */\n LINEAR = 1,\n /** A rotary axis that accepts angle units for position. */\n ROTARY = 2,\n /** A process on a process controller. */\n PROCESS = 3,\n /** A lamp on a light source controller. */\n LAMP = 4,\n}\n\n/**\n * Type guard for AxisType.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isAxisType(value: any): value is AxisType {\n return Object.values(AxisType).includes(value as AxisType);\n}\n"]}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* Action type for digital output.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum DigitalOutputAction {
|
|
5
|
-
/**
|
|
5
|
+
/** Set the digital output low. */
|
|
6
6
|
OFF = 0,
|
|
7
|
-
/**
|
|
7
|
+
/** Set the digital output high. */
|
|
8
8
|
ON = 1,
|
|
9
|
-
/** Toggle */
|
|
9
|
+
/** Toggle the current state of the digital output. */
|
|
10
10
|
TOGGLE = 2,
|
|
11
|
-
/**
|
|
11
|
+
/** Leave the digital output in its current state. */
|
|
12
12
|
KEEP = 3
|
|
13
13
|
}
|
|
14
14
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"digital_output_action.d.ts","sourceRoot":"","sources":["../../../src/ascii/digital_output_action.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,
|
|
1
|
+
{"version":3,"file":"digital_output_action.d.ts","sourceRoot":"","sources":["../../../src/ascii/digital_output_action.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,kCAAkC;IAClC,GAAG,IAAI;IACP,mCAAmC;IACnC,EAAE,IAAI;IACN,sDAAsD;IACtD,MAAM,IAAI;IACV,qDAAqD;IACrD,IAAI,IAAI;CACT;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,mBAAmB,CAE9E"}
|
|
@@ -7,13 +7,13 @@ exports.isDigitalOutputAction = exports.DigitalOutputAction = void 0;
|
|
|
7
7
|
*/
|
|
8
8
|
var DigitalOutputAction;
|
|
9
9
|
(function (DigitalOutputAction) {
|
|
10
|
-
/**
|
|
10
|
+
/** Set the digital output low. */
|
|
11
11
|
DigitalOutputAction[DigitalOutputAction["OFF"] = 0] = "OFF";
|
|
12
|
-
/**
|
|
12
|
+
/** Set the digital output high. */
|
|
13
13
|
DigitalOutputAction[DigitalOutputAction["ON"] = 1] = "ON";
|
|
14
|
-
/** Toggle */
|
|
14
|
+
/** Toggle the current state of the digital output. */
|
|
15
15
|
DigitalOutputAction[DigitalOutputAction["TOGGLE"] = 2] = "TOGGLE";
|
|
16
|
-
/**
|
|
16
|
+
/** Leave the digital output in its current state. */
|
|
17
17
|
DigitalOutputAction[DigitalOutputAction["KEEP"] = 3] = "KEEP";
|
|
18
18
|
})(DigitalOutputAction || (exports.DigitalOutputAction = DigitalOutputAction = {}));
|
|
19
19
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"digital_output_action.js","sourceRoot":"","sources":["../../../src/ascii/digital_output_action.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC7B,
|
|
1
|
+
{"version":3,"file":"digital_output_action.js","sourceRoot":"","sources":["../../../src/ascii/digital_output_action.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC7B,kCAAkC;IAClC,2DAAO,CAAA;IACP,mCAAmC;IACnC,yDAAM,CAAA;IACN,sDAAsD;IACtD,iEAAU,CAAA;IACV,qDAAqD;IACrD,6DAAQ,CAAA;AACV,CAAC,EATW,mBAAmB,mCAAnB,mBAAmB,QAS9B;AAED;;;GAGG;AACH,SAAgB,qBAAqB,CAAC,KAAU;IAC9C,OAAO,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC,QAAQ,CAAC,KAA4B,CAAC,CAAC;AACnF,CAAC;AAFD,sDAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Action type for digital output.\n */\nexport enum DigitalOutputAction {\n /** Set the digital output low. */\n OFF = 0,\n /** Set the digital output high. */\n ON = 1,\n /** Toggle the current state of the digital output. */\n TOGGLE = 2,\n /** Leave the digital output in its current state. */\n KEEP = 3,\n}\n\n/**\n * Type guard for DigitalOutputAction.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isDigitalOutputAction(value: any): value is DigitalOutputAction {\n return Object.values(DigitalOutputAction).includes(value as DigitalOutputAction);\n}\n"]}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
* Kind of I/O pin to use.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum IoPortType {
|
|
5
|
-
/**
|
|
5
|
+
/** No port type specified. */
|
|
6
6
|
NONE = 0,
|
|
7
|
-
/**
|
|
7
|
+
/** An analog input channel that reads a voltage. */
|
|
8
8
|
ANALOG_INPUT = 1,
|
|
9
|
-
/**
|
|
9
|
+
/** An analog output channel that outputs a voltage. */
|
|
10
10
|
ANALOG_OUTPUT = 2,
|
|
11
|
-
/**
|
|
11
|
+
/** A digital input channel that reads a boolean state. */
|
|
12
12
|
DIGITAL_INPUT = 3,
|
|
13
|
-
/**
|
|
13
|
+
/** A digital output channel that controls a boolean state. */
|
|
14
14
|
DIGITAL_OUTPUT = 4
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_port_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/io_port_type.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,UAAU;IACpB,
|
|
1
|
+
{"version":3,"file":"io_port_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/io_port_type.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,UAAU;IACpB,8BAA8B;IAC9B,IAAI,IAAI;IACR,oDAAoD;IACpD,YAAY,IAAI;IAChB,uDAAuD;IACvD,aAAa,IAAI;IACjB,0DAA0D;IAC1D,aAAa,IAAI;IACjB,8DAA8D;IAC9D,cAAc,IAAI;CACnB;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,UAAU,CAE5D"}
|
|
@@ -7,15 +7,15 @@ exports.isIoPortType = exports.IoPortType = void 0;
|
|
|
7
7
|
*/
|
|
8
8
|
var IoPortType;
|
|
9
9
|
(function (IoPortType) {
|
|
10
|
-
/**
|
|
10
|
+
/** No port type specified. */
|
|
11
11
|
IoPortType[IoPortType["NONE"] = 0] = "NONE";
|
|
12
|
-
/**
|
|
12
|
+
/** An analog input channel that reads a voltage. */
|
|
13
13
|
IoPortType[IoPortType["ANALOG_INPUT"] = 1] = "ANALOG_INPUT";
|
|
14
|
-
/**
|
|
14
|
+
/** An analog output channel that outputs a voltage. */
|
|
15
15
|
IoPortType[IoPortType["ANALOG_OUTPUT"] = 2] = "ANALOG_OUTPUT";
|
|
16
|
-
/**
|
|
16
|
+
/** A digital input channel that reads a boolean state. */
|
|
17
17
|
IoPortType[IoPortType["DIGITAL_INPUT"] = 3] = "DIGITAL_INPUT";
|
|
18
|
-
/**
|
|
18
|
+
/** A digital output channel that controls a boolean state. */
|
|
19
19
|
IoPortType[IoPortType["DIGITAL_OUTPUT"] = 4] = "DIGITAL_OUTPUT";
|
|
20
20
|
})(IoPortType || (exports.IoPortType = IoPortType = {}));
|
|
21
21
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_port_type.js","sourceRoot":"","sources":["../../../src/ascii/io_port_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,
|
|
1
|
+
{"version":3,"file":"io_port_type.js","sourceRoot":"","sources":["../../../src/ascii/io_port_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,8BAA8B;IAC9B,2CAAQ,CAAA;IACR,oDAAoD;IACpD,2DAAgB,CAAA;IAChB,uDAAuD;IACvD,6DAAiB,CAAA;IACjB,0DAA0D;IAC1D,6DAAiB,CAAA;IACjB,8DAA8D;IAC9D,+DAAkB,CAAA;AACpB,CAAC,EAXW,UAAU,0BAAV,UAAU,QAWrB;AAED;;;GAGG;AACH,SAAgB,YAAY,CAAC,KAAU;IACrC,OAAO,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,KAAmB,CAAC,CAAC;AACjE,CAAC;AAFD,oCAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Kind of I/O pin to use.\n */\nexport enum IoPortType {\n /** No port type specified. */\n NONE = 0,\n /** An analog input channel that reads a voltage. */\n ANALOG_INPUT = 1,\n /** An analog output channel that outputs a voltage. */\n ANALOG_OUTPUT = 2,\n /** A digital input channel that reads a boolean state. */\n DIGITAL_INPUT = 3,\n /** A digital output channel that controls a boolean state. */\n DIGITAL_OUTPUT = 4,\n}\n\n/**\n * Type guard for IoPortType.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isIoPortType(value: any): value is IoPortType {\n return Object.values(IoPortType).includes(value as IoPortType);\n}\n"]}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* [ASCII Protocol Manual](https://www.zaber.com/protocol-manual#topic_message_format).
|
|
5
5
|
*/
|
|
6
6
|
export declare enum MessageType {
|
|
7
|
-
/**
|
|
7
|
+
/** A direct response to a command sent to the device. */
|
|
8
8
|
REPLY = 0,
|
|
9
|
-
/**
|
|
9
|
+
/** An additional data message supplementing a reply. */
|
|
10
10
|
INFO = 1,
|
|
11
|
-
/**
|
|
11
|
+
/** An unsolicited message from the device reporting a status change. */
|
|
12
12
|
ALERT = 2
|
|
13
13
|
}
|
|
14
14
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/message_type.ts"],"names":[],"mappings":"AACA;;;;GAIG;AACH,oBAAY,WAAW;IACrB,
|
|
1
|
+
{"version":3,"file":"message_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/message_type.ts"],"names":[],"mappings":"AACA;;;;GAIG;AACH,oBAAY,WAAW;IACrB,yDAAyD;IACzD,KAAK,IAAI;IACT,wDAAwD;IACxD,IAAI,IAAI;IACR,wEAAwE;IACxE,KAAK,IAAI;CACV;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,WAAW,CAE9D"}
|
|
@@ -9,11 +9,11 @@ exports.isMessageType = exports.MessageType = void 0;
|
|
|
9
9
|
*/
|
|
10
10
|
var MessageType;
|
|
11
11
|
(function (MessageType) {
|
|
12
|
-
/**
|
|
12
|
+
/** A direct response to a command sent to the device. */
|
|
13
13
|
MessageType[MessageType["REPLY"] = 0] = "REPLY";
|
|
14
|
-
/**
|
|
14
|
+
/** An additional data message supplementing a reply. */
|
|
15
15
|
MessageType[MessageType["INFO"] = 1] = "INFO";
|
|
16
|
-
/**
|
|
16
|
+
/** An unsolicited message from the device reporting a status change. */
|
|
17
17
|
MessageType[MessageType["ALERT"] = 2] = "ALERT";
|
|
18
18
|
})(MessageType || (exports.MessageType = MessageType = {}));
|
|
19
19
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_type.js","sourceRoot":"","sources":["../../../src/ascii/message_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;;;GAIG;AACH,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,
|
|
1
|
+
{"version":3,"file":"message_type.js","sourceRoot":"","sources":["../../../src/ascii/message_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;;;GAIG;AACH,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,yDAAyD;IACzD,+CAAS,CAAA;IACT,wDAAwD;IACxD,6CAAQ,CAAA;IACR,wEAAwE;IACxE,+CAAS,CAAA;AACX,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAED;;;GAGG;AACH,SAAgB,aAAa,CAAC,KAAU;IACtC,OAAO,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,QAAQ,CAAC,KAAoB,CAAC,CAAC;AACnE,CAAC;AAFD,sCAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Denotes type of the response message.\n * For more information refer to:\n * [ASCII Protocol Manual](https://www.zaber.com/protocol-manual#topic_message_format).\n */\nexport enum MessageType {\n /** A direct response to a command sent to the device. */\n REPLY = 0,\n /** An additional data message supplementing a reply. */\n INFO = 1,\n /** An unsolicited message from the device reporting a status change. */\n ALERT = 2,\n}\n\n/**\n * Type guard for MessageType.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isMessageType(value: any): value is MessageType {\n return Object.values(MessageType).includes(value as MessageType);\n}\n"]}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Kind of channel to record in the Oscilloscope.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum OscilloscopeDataSource {
|
|
5
|
-
/**
|
|
5
|
+
/** Records the value of a device or axis setting over time. */
|
|
6
6
|
SETTING = 0,
|
|
7
|
-
/**
|
|
7
|
+
/** Records the value of an I/O pin over time. */
|
|
8
8
|
IO = 1
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oscilloscope_data_source.d.ts","sourceRoot":"","sources":["../../../src/ascii/oscilloscope_data_source.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,sBAAsB;IAChC
|
|
1
|
+
{"version":3,"file":"oscilloscope_data_source.d.ts","sourceRoot":"","sources":["../../../src/ascii/oscilloscope_data_source.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,sBAAsB;IAChC,+DAA+D;IAC/D,OAAO,IAAI;IACX,iDAAiD;IACjD,EAAE,IAAI;CACP;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,sBAAsB,CAEpF"}
|
|
@@ -7,9 +7,9 @@ exports.isOscilloscopeDataSource = exports.OscilloscopeDataSource = void 0;
|
|
|
7
7
|
*/
|
|
8
8
|
var OscilloscopeDataSource;
|
|
9
9
|
(function (OscilloscopeDataSource) {
|
|
10
|
-
/**
|
|
10
|
+
/** Records the value of a device or axis setting over time. */
|
|
11
11
|
OscilloscopeDataSource[OscilloscopeDataSource["SETTING"] = 0] = "SETTING";
|
|
12
|
-
/**
|
|
12
|
+
/** Records the value of an I/O pin over time. */
|
|
13
13
|
OscilloscopeDataSource[OscilloscopeDataSource["IO"] = 1] = "IO";
|
|
14
14
|
})(OscilloscopeDataSource || (exports.OscilloscopeDataSource = OscilloscopeDataSource = {}));
|
|
15
15
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oscilloscope_data_source.js","sourceRoot":"","sources":["../../../src/ascii/oscilloscope_data_source.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC
|
|
1
|
+
{"version":3,"file":"oscilloscope_data_source.js","sourceRoot":"","sources":["../../../src/ascii/oscilloscope_data_source.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,+DAA+D;IAC/D,yEAAW,CAAA;IACX,iDAAiD;IACjD,+DAAM,CAAA;AACR,CAAC,EALW,sBAAsB,sCAAtB,sBAAsB,QAKjC;AAED;;;GAGG;AACH,SAAgB,wBAAwB,CAAC,KAAU;IACjD,OAAO,MAAM,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC,QAAQ,CAAC,KAA+B,CAAC,CAAC;AACzF,CAAC;AAFD,4DAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Kind of channel to record in the Oscilloscope.\n */\nexport enum OscilloscopeDataSource {\n /** Records the value of a device or axis setting over time. */\n SETTING = 0,\n /** Records the value of an I/O pin over time. */\n IO = 1,\n}\n\n/**\n * Type guard for OscilloscopeDataSource.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isOscilloscopeDataSource(value: any): value is OscilloscopeDataSource {\n return Object.values(OscilloscopeDataSource).includes(value as OscilloscopeDataSource);\n}\n"]}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Denotes type of the PVT sequence axis.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum PvtAxisType {
|
|
5
|
-
/**
|
|
5
|
+
/** A regular physical axis of the device. */
|
|
6
6
|
PHYSICAL = 0,
|
|
7
|
-
/**
|
|
7
|
+
/** A lockstep group combining multiple physical axes. */
|
|
8
8
|
LOCKSTEP = 1
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pvt_axis_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/pvt_axis_type.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,WAAW;IACrB,
|
|
1
|
+
{"version":3,"file":"pvt_axis_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/pvt_axis_type.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,WAAW;IACrB,6CAA6C;IAC7C,QAAQ,IAAI;IACZ,yDAAyD;IACzD,QAAQ,IAAI;CACb;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,WAAW,CAE9D"}
|
|
@@ -7,9 +7,9 @@ exports.isPvtAxisType = exports.PvtAxisType = void 0;
|
|
|
7
7
|
*/
|
|
8
8
|
var PvtAxisType;
|
|
9
9
|
(function (PvtAxisType) {
|
|
10
|
-
/**
|
|
10
|
+
/** A regular physical axis of the device. */
|
|
11
11
|
PvtAxisType[PvtAxisType["PHYSICAL"] = 0] = "PHYSICAL";
|
|
12
|
-
/**
|
|
12
|
+
/** A lockstep group combining multiple physical axes. */
|
|
13
13
|
PvtAxisType[PvtAxisType["LOCKSTEP"] = 1] = "LOCKSTEP";
|
|
14
14
|
})(PvtAxisType || (exports.PvtAxisType = PvtAxisType = {}));
|
|
15
15
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pvt_axis_type.js","sourceRoot":"","sources":["../../../src/ascii/pvt_axis_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,
|
|
1
|
+
{"version":3,"file":"pvt_axis_type.js","sourceRoot":"","sources":["../../../src/ascii/pvt_axis_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,6CAA6C;IAC7C,qDAAY,CAAA;IACZ,yDAAyD;IACzD,qDAAY,CAAA;AACd,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED;;;GAGG;AACH,SAAgB,aAAa,CAAC,KAAU;IACtC,OAAO,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,QAAQ,CAAC,KAAoB,CAAC,CAAC;AACnE,CAAC;AAFD,sCAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Denotes type of the PVT sequence axis.\n */\nexport enum PvtAxisType {\n /** A regular physical axis of the device. */\n PHYSICAL = 0,\n /** A lockstep group combining multiple physical axes. */\n LOCKSTEP = 1,\n}\n\n/**\n * Type guard for PvtAxisType.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isPvtAxisType(value: any): value is PvtAxisType {\n return Object.values(PvtAxisType).includes(value as PvtAxisType);\n}\n"]}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Mode of a PVT sequence.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum PvtMode {
|
|
5
|
-
/**
|
|
5
|
+
/** The PVT sequence is not set up. */
|
|
6
6
|
DISABLED = 0,
|
|
7
|
-
/**
|
|
7
|
+
/** PVT points are queued into a buffer for later playback. */
|
|
8
8
|
STORE = 1,
|
|
9
|
-
/**
|
|
9
|
+
/** PVT points are queued and executed on the device immediately. */
|
|
10
10
|
LIVE = 2
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pvt_mode.d.ts","sourceRoot":"","sources":["../../../src/ascii/pvt_mode.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,OAAO;IACjB,
|
|
1
|
+
{"version":3,"file":"pvt_mode.d.ts","sourceRoot":"","sources":["../../../src/ascii/pvt_mode.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,OAAO;IACjB,sCAAsC;IACtC,QAAQ,IAAI;IACZ,8DAA8D;IAC9D,KAAK,IAAI;IACT,oEAAoE;IACpE,IAAI,IAAI;CACT;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,OAAO,CAEtD"}
|
|
@@ -7,11 +7,11 @@ exports.isPvtMode = exports.PvtMode = void 0;
|
|
|
7
7
|
*/
|
|
8
8
|
var PvtMode;
|
|
9
9
|
(function (PvtMode) {
|
|
10
|
-
/**
|
|
10
|
+
/** The PVT sequence is not set up. */
|
|
11
11
|
PvtMode[PvtMode["DISABLED"] = 0] = "DISABLED";
|
|
12
|
-
/**
|
|
12
|
+
/** PVT points are queued into a buffer for later playback. */
|
|
13
13
|
PvtMode[PvtMode["STORE"] = 1] = "STORE";
|
|
14
|
-
/**
|
|
14
|
+
/** PVT points are queued and executed on the device immediately. */
|
|
15
15
|
PvtMode[PvtMode["LIVE"] = 2] = "LIVE";
|
|
16
16
|
})(PvtMode || (exports.PvtMode = PvtMode = {}));
|
|
17
17
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pvt_mode.js","sourceRoot":"","sources":["../../../src/ascii/pvt_mode.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,OAOX;AAPD,WAAY,OAAO;IACjB,
|
|
1
|
+
{"version":3,"file":"pvt_mode.js","sourceRoot":"","sources":["../../../src/ascii/pvt_mode.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,OAOX;AAPD,WAAY,OAAO;IACjB,sCAAsC;IACtC,6CAAY,CAAA;IACZ,8DAA8D;IAC9D,uCAAS,CAAA;IACT,oEAAoE;IACpE,qCAAQ,CAAA;AACV,CAAC,EAPW,OAAO,uBAAP,OAAO,QAOlB;AAED;;;GAGG;AACH,SAAgB,SAAS,CAAC,KAAU;IAClC,OAAO,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,QAAQ,CAAC,KAAgB,CAAC,CAAC;AAC3D,CAAC;AAFD,8BAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Mode of a PVT sequence.\n */\nexport enum PvtMode {\n /** The PVT sequence is not set up. */\n DISABLED = 0,\n /** PVT points are queued into a buffer for later playback. */\n STORE = 1,\n /** PVT points are queued and executed on the device immediately. */\n LIVE = 2,\n}\n\n/**\n * Type guard for PvtMode.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isPvtMode(value: any): value is PvtMode {\n return Object.values(PvtMode).includes(value as PvtMode);\n}\n"]}
|