@zaber/motion 8.0.4 → 8.1.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.
Files changed (137) hide show
  1. package/LICENSE +29 -0
  2. package/dist/binding/wasm/zaber-motion-core.wasm +0 -0
  3. package/dist/lib/ascii/axis.d.ts +11 -0
  4. package/dist/lib/ascii/axis.d.ts.map +1 -1
  5. package/dist/lib/ascii/axis.js +5 -1
  6. package/dist/lib/ascii/axis.js.map +1 -1
  7. package/dist/lib/ascii/axis_type.d.ts +5 -5
  8. package/dist/lib/ascii/axis_type.d.ts.map +1 -1
  9. package/dist/lib/ascii/axis_type.js +5 -5
  10. package/dist/lib/ascii/axis_type.js.map +1 -1
  11. package/dist/lib/ascii/cyclic_direction.d.ts +17 -0
  12. package/dist/lib/ascii/cyclic_direction.d.ts.map +1 -0
  13. package/dist/lib/ascii/cyclic_direction.js +25 -0
  14. package/dist/lib/ascii/cyclic_direction.js.map +1 -0
  15. package/dist/lib/ascii/digital_output_action.d.ts +4 -4
  16. package/dist/lib/ascii/digital_output_action.d.ts.map +1 -1
  17. package/dist/lib/ascii/digital_output_action.js +4 -4
  18. package/dist/lib/ascii/digital_output_action.js.map +1 -1
  19. package/dist/lib/ascii/index.d.ts +1 -0
  20. package/dist/lib/ascii/index.d.ts.map +1 -1
  21. package/dist/lib/ascii/index.js +1 -0
  22. package/dist/lib/ascii/index.js.map +1 -1
  23. package/dist/lib/ascii/io_port_type.d.ts +5 -5
  24. package/dist/lib/ascii/io_port_type.d.ts.map +1 -1
  25. package/dist/lib/ascii/io_port_type.js +5 -5
  26. package/dist/lib/ascii/io_port_type.js.map +1 -1
  27. package/dist/lib/ascii/message_type.d.ts +3 -3
  28. package/dist/lib/ascii/message_type.d.ts.map +1 -1
  29. package/dist/lib/ascii/message_type.js +3 -3
  30. package/dist/lib/ascii/message_type.js.map +1 -1
  31. package/dist/lib/ascii/oscilloscope_data_source.d.ts +2 -2
  32. package/dist/lib/ascii/oscilloscope_data_source.d.ts.map +1 -1
  33. package/dist/lib/ascii/oscilloscope_data_source.js +2 -2
  34. package/dist/lib/ascii/oscilloscope_data_source.js.map +1 -1
  35. package/dist/lib/ascii/pvt_axis_type.d.ts +2 -2
  36. package/dist/lib/ascii/pvt_axis_type.d.ts.map +1 -1
  37. package/dist/lib/ascii/pvt_axis_type.js +2 -2
  38. package/dist/lib/ascii/pvt_axis_type.js.map +1 -1
  39. package/dist/lib/ascii/pvt_mode.d.ts +3 -3
  40. package/dist/lib/ascii/pvt_mode.d.ts.map +1 -1
  41. package/dist/lib/ascii/pvt_mode.js +3 -3
  42. package/dist/lib/ascii/pvt_mode.js.map +1 -1
  43. package/dist/lib/ascii/servo_tuning_paramset.d.ts +12 -12
  44. package/dist/lib/ascii/servo_tuning_paramset.d.ts.map +1 -1
  45. package/dist/lib/ascii/servo_tuning_paramset.js +12 -12
  46. package/dist/lib/ascii/servo_tuning_paramset.js.map +1 -1
  47. package/dist/lib/ascii/stream_axis_type.d.ts +2 -2
  48. package/dist/lib/ascii/stream_axis_type.d.ts.map +1 -1
  49. package/dist/lib/ascii/stream_axis_type.js +2 -2
  50. package/dist/lib/ascii/stream_axis_type.js.map +1 -1
  51. package/dist/lib/ascii/stream_mode.d.ts +4 -4
  52. package/dist/lib/ascii/stream_mode.d.ts.map +1 -1
  53. package/dist/lib/ascii/stream_mode.js +4 -4
  54. package/dist/lib/ascii/stream_mode.js.map +1 -1
  55. package/dist/lib/ascii/trigger_action.d.ts +3 -3
  56. package/dist/lib/ascii/trigger_action.d.ts.map +1 -1
  57. package/dist/lib/ascii/trigger_action.js +3 -3
  58. package/dist/lib/ascii/trigger_action.js.map +1 -1
  59. package/dist/lib/ascii/trigger_condition.d.ts +6 -6
  60. package/dist/lib/ascii/trigger_condition.d.ts.map +1 -1
  61. package/dist/lib/ascii/trigger_condition.js +6 -6
  62. package/dist/lib/ascii/trigger_condition.js.map +1 -1
  63. package/dist/lib/ascii/trigger_operation.d.ts +3 -3
  64. package/dist/lib/ascii/trigger_operation.d.ts.map +1 -1
  65. package/dist/lib/ascii/trigger_operation.js +3 -3
  66. package/dist/lib/ascii/trigger_operation.js.map +1 -1
  67. package/dist/lib/binary/binary_settings.d.ts +65 -65
  68. package/dist/lib/binary/binary_settings.d.ts.map +1 -1
  69. package/dist/lib/binary/binary_settings.js +65 -65
  70. package/dist/lib/binary/binary_settings.js.map +1 -1
  71. package/dist/lib/binary/command_code.d.ts +97 -97
  72. package/dist/lib/binary/command_code.d.ts.map +1 -1
  73. package/dist/lib/binary/command_code.js +97 -97
  74. package/dist/lib/binary/command_code.js.map +1 -1
  75. package/dist/lib/binary/device_type.d.ts +3 -3
  76. package/dist/lib/binary/device_type.d.ts.map +1 -1
  77. package/dist/lib/binary/device_type.js +3 -3
  78. package/dist/lib/binary/device_type.js.map +1 -1
  79. package/dist/lib/binary/error_code.d.ts +92 -92
  80. package/dist/lib/binary/error_code.d.ts.map +1 -1
  81. package/dist/lib/binary/error_code.js +92 -92
  82. package/dist/lib/binary/error_code.js.map +1 -1
  83. package/dist/lib/binary/reply_code.d.ts +7 -7
  84. package/dist/lib/binary/reply_code.d.ts.map +1 -1
  85. package/dist/lib/binary/reply_code.js +7 -7
  86. package/dist/lib/binary/reply_code.js.map +1 -1
  87. package/dist/lib/device_db_source_type.d.ts +2 -2
  88. package/dist/lib/device_db_source_type.d.ts.map +1 -1
  89. package/dist/lib/device_db_source_type.js +2 -2
  90. package/dist/lib/device_db_source_type.js.map +1 -1
  91. package/dist/lib/library.js +1 -1
  92. package/dist/lib/library.js.map +1 -1
  93. package/dist/lib/log_output_mode.d.ts +4 -4
  94. package/dist/lib/log_output_mode.d.ts.map +1 -1
  95. package/dist/lib/log_output_mode.js +4 -4
  96. package/dist/lib/log_output_mode.js.map +1 -1
  97. package/dist/lib/product/process_controller_mode.d.ts +4 -4
  98. package/dist/lib/product/process_controller_mode.d.ts.map +1 -1
  99. package/dist/lib/product/process_controller_mode.js +4 -4
  100. package/dist/lib/product/process_controller_mode.js.map +1 -1
  101. package/dist/lib/product/process_controller_source_sensor.d.ts +2 -2
  102. package/dist/lib/product/process_controller_source_sensor.d.ts.map +1 -1
  103. package/dist/lib/product/process_controller_source_sensor.js +2 -2
  104. package/dist/lib/product/process_controller_source_sensor.js.map +1 -1
  105. package/dist/lib/requests/axis_move_type.d.ts +6 -6
  106. package/dist/lib/requests/axis_move_type.d.ts.map +1 -1
  107. package/dist/lib/requests/axis_move_type.js +6 -6
  108. package/dist/lib/requests/axis_move_type.js.map +1 -1
  109. package/dist/lib/requests/device_move_request.d.ts +3 -0
  110. package/dist/lib/requests/device_move_request.d.ts.map +1 -1
  111. package/dist/lib/requests/device_move_request.js +10 -1
  112. package/dist/lib/requests/device_move_request.js.map +1 -1
  113. package/dist/lib/requests/device_type.d.ts +2 -2
  114. package/dist/lib/requests/device_type.d.ts.map +1 -1
  115. package/dist/lib/requests/device_type.js +2 -2
  116. package/dist/lib/requests/device_type.js.map +1 -1
  117. package/dist/lib/requests/errors.d.ts +62 -62
  118. package/dist/lib/requests/errors.d.ts.map +1 -1
  119. package/dist/lib/requests/errors.js +62 -62
  120. package/dist/lib/requests/errors.js.map +1 -1
  121. package/dist/lib/requests/interface_type.d.ts +5 -5
  122. package/dist/lib/requests/interface_type.d.ts.map +1 -1
  123. package/dist/lib/requests/interface_type.js +5 -5
  124. package/dist/lib/requests/interface_type.js.map +1 -1
  125. package/dist/lib/requests/response_type.d.ts +2 -2
  126. package/dist/lib/requests/response_type.d.ts.map +1 -1
  127. package/dist/lib/requests/response_type.js +2 -2
  128. package/dist/lib/requests/response_type.js.map +1 -1
  129. package/dist/lib/requests/stream_segment_type.d.ts +2 -2
  130. package/dist/lib/requests/stream_segment_type.d.ts.map +1 -1
  131. package/dist/lib/requests/stream_segment_type.js +2 -2
  132. package/dist/lib/requests/stream_segment_type.js.map +1 -1
  133. package/dist/lib/rotation_direction.d.ts +4 -4
  134. package/dist/lib/rotation_direction.d.ts.map +1 -1
  135. package/dist/lib/rotation_direction.js +4 -4
  136. package/dist/lib/rotation_direction.js.map +1 -1
  137. package/package.json +1 -1
@@ -9,6 +9,7 @@ export * from './can_set_state_axis_response';
9
9
  export * from './can_set_state_device_response';
10
10
  export * from './connection';
11
11
  export * from './conversion_factor';
12
+ export * from './cyclic_direction';
12
13
  export * from './device';
13
14
  export * from './device_identity';
14
15
  export * from './device_io';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ascii/index.ts"],"names":[],"mappings":"AACA,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mCAAmC,CAAC;AAClD,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,OAAO,CAAC;AACtB,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kCAAkC,CAAC;AACjD,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ascii/index.ts"],"names":[],"mappings":"AACA,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mCAAmC,CAAC;AAClD,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,OAAO,CAAC;AACtB,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kCAAkC,CAAC;AACjD,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC"}
@@ -26,6 +26,7 @@ __exportStar(require("./can_set_state_axis_response"), exports);
26
26
  __exportStar(require("./can_set_state_device_response"), exports);
27
27
  __exportStar(require("./connection"), exports);
28
28
  __exportStar(require("./conversion_factor"), exports);
29
+ __exportStar(require("./cyclic_direction"), exports);
29
30
  __exportStar(require("./device"), exports);
30
31
  __exportStar(require("./device_identity"), exports);
31
32
  __exportStar(require("./device_io"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ascii/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAoD;AACpD,gDAA8B;AAC9B,6CAA2B;AAC3B,yCAAuB;AACvB,+CAA6B;AAC7B,kDAAgC;AAChC,kDAAgC;AAChC,8CAA4B;AAC5B,gEAA8C;AAC9C,kEAAgD;AAChD,+CAA6B;AAC7B,sDAAoC;AACpC,2CAAyB;AACzB,oDAAkC;AAClC,8CAA4B;AAC5B,mDAAiC;AACjC,oDAAkC;AAClC,0DAAwC;AACxC,qDAAmC;AACnC,4DAA0C;AAC1C,gDAA8B;AAC9B,uDAAqC;AACrC,kDAAgC;AAChC,iDAA+B;AAC/B,6CAA2B;AAC3B,yDAAuC;AACvC,iDAA+B;AAC/B,kEAAgD;AAChD,iDAA+B;AAC/B,oEAAkD;AAClD,sDAAoC;AACpC,6DAA2C;AAC3C,kDAAgC;AAChC,+CAA6B;AAC7B,wCAAsB;AACtB,wDAAsC;AACtC,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,2CAAyB;AACzB,6CAA2B;AAC3B,iDAA+B;AAC/B,sDAAoC;AACpC,6CAA2B;AAC3B,gDAA8B;AAC9B,uDAAqC;AACrC,0DAAwC;AACxC,4DAA0C;AAC1C,8DAA4C;AAC5C,sDAAoC;AACpC,kDAAgC;AAChC,mEAAiD;AACjD,4CAA0B;AAC1B,2CAAyB;AACzB,2DAAyC;AACzC,qDAAmC;AACnC,kDAAgC;AAChC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,8CAA4B;AAC5B,4CAA0B;AAC1B,mDAAiC;AACjC,sDAAoC;AACpC,0DAAwC;AACxC,sDAAoC;AACpC,kDAAgC;AAChC,6CAA2B;AAC3B,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B","sourcesContent":["/* This file is generated. Do not modify by hand. */\nexport * from './alert_event';\nexport * from './all_axes';\nexport * from './axis';\nexport * from './axis_group';\nexport * from './axis_identity';\nexport * from './axis_settings';\nexport * from './axis_type';\nexport * from './can_set_state_axis_response';\nexport * from './can_set_state_device_response';\nexport * from './connection';\nexport * from './conversion_factor';\nexport * from './device';\nexport * from './device_identity';\nexport * from './device_io';\nexport * from './device_io_info';\nexport * from './device_settings';\nexport * from './digital_output_action';\nexport * from './get_axis_setting';\nexport * from './get_axis_setting_result';\nexport * from './get_setting';\nexport * from './get_setting_result';\nexport * from './io_port_label';\nexport * from './io_port_type';\nexport * from './lockstep';\nexport * from './measurement_sequence';\nexport * from './message_type';\nexport * from './optional_measurement_sequence';\nexport * from './oscilloscope';\nexport * from './oscilloscope_capture_properties';\nexport * from './oscilloscope_data';\nexport * from './oscilloscope_data_source';\nexport * from './paramset_info';\nexport * from './pid_tuning';\nexport * from './pvt';\nexport * from './pvt_axis_definition';\nexport * from './pvt_axis_type';\nexport * from './pvt_buffer';\nexport * from './pvt_csv_data';\nexport * from './pvt_io';\nexport * from './pvt_mode';\nexport * from './pvt_sequence';\nexport * from './pvt_sequence_data';\nexport * from './response';\nexport * from './servo_tuner';\nexport * from './servo_tuning_param';\nexport * from './servo_tuning_paramset';\nexport * from './set_state_axis_response';\nexport * from './set_state_device_response';\nexport * from './setting_constants';\nexport * from './simple_tuning';\nexport * from './simple_tuning_param_definition';\nexport * from './storage';\nexport * from './stream';\nexport * from './stream_axis_definition';\nexport * from './stream_axis_type';\nexport * from './stream_buffer';\nexport * from './stream_io';\nexport * from './stream_mode';\nexport * from './streams';\nexport * from './transport';\nexport * from './trigger';\nexport * from './trigger_action';\nexport * from './trigger_condition';\nexport * from './trigger_enabled_state';\nexport * from './trigger_operation';\nexport * from './trigger_state';\nexport * from './triggers';\nexport * from './unknown_response_event';\nexport * from './warning_flags';\nexport * from './warnings';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ascii/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAoD;AACpD,gDAA8B;AAC9B,6CAA2B;AAC3B,yCAAuB;AACvB,+CAA6B;AAC7B,kDAAgC;AAChC,kDAAgC;AAChC,8CAA4B;AAC5B,gEAA8C;AAC9C,kEAAgD;AAChD,+CAA6B;AAC7B,sDAAoC;AACpC,qDAAmC;AACnC,2CAAyB;AACzB,oDAAkC;AAClC,8CAA4B;AAC5B,mDAAiC;AACjC,oDAAkC;AAClC,0DAAwC;AACxC,qDAAmC;AACnC,4DAA0C;AAC1C,gDAA8B;AAC9B,uDAAqC;AACrC,kDAAgC;AAChC,iDAA+B;AAC/B,6CAA2B;AAC3B,yDAAuC;AACvC,iDAA+B;AAC/B,kEAAgD;AAChD,iDAA+B;AAC/B,oEAAkD;AAClD,sDAAoC;AACpC,6DAA2C;AAC3C,kDAAgC;AAChC,+CAA6B;AAC7B,wCAAsB;AACtB,wDAAsC;AACtC,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,2CAAyB;AACzB,6CAA2B;AAC3B,iDAA+B;AAC/B,sDAAoC;AACpC,6CAA2B;AAC3B,gDAA8B;AAC9B,uDAAqC;AACrC,0DAAwC;AACxC,4DAA0C;AAC1C,8DAA4C;AAC5C,sDAAoC;AACpC,kDAAgC;AAChC,mEAAiD;AACjD,4CAA0B;AAC1B,2CAAyB;AACzB,2DAAyC;AACzC,qDAAmC;AACnC,kDAAgC;AAChC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,8CAA4B;AAC5B,4CAA0B;AAC1B,mDAAiC;AACjC,sDAAoC;AACpC,0DAAwC;AACxC,sDAAoC;AACpC,kDAAgC;AAChC,6CAA2B;AAC3B,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B","sourcesContent":["/* This file is generated. Do not modify by hand. */\nexport * from './alert_event';\nexport * from './all_axes';\nexport * from './axis';\nexport * from './axis_group';\nexport * from './axis_identity';\nexport * from './axis_settings';\nexport * from './axis_type';\nexport * from './can_set_state_axis_response';\nexport * from './can_set_state_device_response';\nexport * from './connection';\nexport * from './conversion_factor';\nexport * from './cyclic_direction';\nexport * from './device';\nexport * from './device_identity';\nexport * from './device_io';\nexport * from './device_io_info';\nexport * from './device_settings';\nexport * from './digital_output_action';\nexport * from './get_axis_setting';\nexport * from './get_axis_setting_result';\nexport * from './get_setting';\nexport * from './get_setting_result';\nexport * from './io_port_label';\nexport * from './io_port_type';\nexport * from './lockstep';\nexport * from './measurement_sequence';\nexport * from './message_type';\nexport * from './optional_measurement_sequence';\nexport * from './oscilloscope';\nexport * from './oscilloscope_capture_properties';\nexport * from './oscilloscope_data';\nexport * from './oscilloscope_data_source';\nexport * from './paramset_info';\nexport * from './pid_tuning';\nexport * from './pvt';\nexport * from './pvt_axis_definition';\nexport * from './pvt_axis_type';\nexport * from './pvt_buffer';\nexport * from './pvt_csv_data';\nexport * from './pvt_io';\nexport * from './pvt_mode';\nexport * from './pvt_sequence';\nexport * from './pvt_sequence_data';\nexport * from './response';\nexport * from './servo_tuner';\nexport * from './servo_tuning_param';\nexport * from './servo_tuning_paramset';\nexport * from './set_state_axis_response';\nexport * from './set_state_device_response';\nexport * from './setting_constants';\nexport * from './simple_tuning';\nexport * from './simple_tuning_param_definition';\nexport * from './storage';\nexport * from './stream';\nexport * from './stream_axis_definition';\nexport * from './stream_axis_type';\nexport * from './stream_buffer';\nexport * from './stream_io';\nexport * from './stream_mode';\nexport * from './streams';\nexport * from './transport';\nexport * from './trigger';\nexport * from './trigger_action';\nexport * from './trigger_condition';\nexport * from './trigger_enabled_state';\nexport * from './trigger_operation';\nexport * from './trigger_state';\nexport * from './triggers';\nexport * from './unknown_response_event';\nexport * from './warning_flags';\nexport * from './warnings';\n"]}
@@ -2,15 +2,15 @@
2
2
  * Kind of I/O pin to use.
3
3
  */
4
4
  export declare enum IoPortType {
5
- /** None. */
5
+ /** None */
6
6
  NONE = 0,
7
- /** AnalogInput. */
7
+ /** AnalogInput */
8
8
  ANALOG_INPUT = 1,
9
- /** AnalogOutput. */
9
+ /** AnalogOutput */
10
10
  ANALOG_OUTPUT = 2,
11
- /** DigitalInput. */
11
+ /** DigitalInput */
12
12
  DIGITAL_INPUT = 3,
13
- /** DigitalOutput. */
13
+ /** DigitalOutput */
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,YAAY;IACZ,IAAI,IAAI;IACR,mBAAmB;IACnB,YAAY,IAAI;IAChB,oBAAoB;IACpB,aAAa,IAAI;IACjB,oBAAoB;IACpB,aAAa,IAAI;IACjB,qBAAqB;IACrB,cAAc,IAAI;CACnB;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,UAAU,CAE5D"}
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,WAAW;IACX,IAAI,IAAI;IACR,kBAAkB;IAClB,YAAY,IAAI;IAChB,mBAAmB;IACnB,aAAa,IAAI;IACjB,mBAAmB;IACnB,aAAa,IAAI;IACjB,oBAAoB;IACpB,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
- /** None. */
10
+ /** None */
11
11
  IoPortType[IoPortType["NONE"] = 0] = "NONE";
12
- /** AnalogInput. */
12
+ /** AnalogInput */
13
13
  IoPortType[IoPortType["ANALOG_INPUT"] = 1] = "ANALOG_INPUT";
14
- /** AnalogOutput. */
14
+ /** AnalogOutput */
15
15
  IoPortType[IoPortType["ANALOG_OUTPUT"] = 2] = "ANALOG_OUTPUT";
16
- /** DigitalInput. */
16
+ /** DigitalInput */
17
17
  IoPortType[IoPortType["DIGITAL_INPUT"] = 3] = "DIGITAL_INPUT";
18
- /** DigitalOutput. */
18
+ /** DigitalOutput */
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,YAAY;IACZ,2CAAQ,CAAA;IACR,mBAAmB;IACnB,2DAAgB,CAAA;IAChB,oBAAoB;IACpB,6DAAiB,CAAA;IACjB,oBAAoB;IACpB,6DAAiB,CAAA;IACjB,qBAAqB;IACrB,+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 /** None. */\n NONE = 0,\n /** AnalogInput. */\n ANALOG_INPUT = 1,\n /** AnalogOutput. */\n ANALOG_OUTPUT = 2,\n /** DigitalInput. */\n DIGITAL_INPUT = 3,\n /** DigitalOutput. */\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"]}
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,WAAW;IACX,2CAAQ,CAAA;IACR,kBAAkB;IAClB,2DAAgB,CAAA;IAChB,mBAAmB;IACnB,6DAAiB,CAAA;IACjB,mBAAmB;IACnB,6DAAiB,CAAA;IACjB,oBAAoB;IACpB,+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 /** None */\n NONE = 0,\n /** AnalogInput */\n ANALOG_INPUT = 1,\n /** AnalogOutput */\n ANALOG_OUTPUT = 2,\n /** DigitalInput */\n DIGITAL_INPUT = 3,\n /** DigitalOutput */\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
- /** Reply. */
7
+ /** Reply */
8
8
  REPLY = 0,
9
- /** Info. */
9
+ /** Info */
10
10
  INFO = 1,
11
- /** Alert. */
11
+ /** Alert */
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,aAAa;IACb,KAAK,IAAI;IACT,YAAY;IACZ,IAAI,IAAI;IACR,aAAa;IACb,KAAK,IAAI;CACV;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,WAAW,CAE9D"}
1
+ {"version":3,"file":"message_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/message_type.ts"],"names":[],"mappings":"AACA;;;;GAIG;AACH,oBAAY,WAAW;IACrB,YAAY;IACZ,KAAK,IAAI;IACT,WAAW;IACX,IAAI,IAAI;IACR,YAAY;IACZ,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
- /** Reply. */
12
+ /** Reply */
13
13
  MessageType[MessageType["REPLY"] = 0] = "REPLY";
14
- /** Info. */
14
+ /** Info */
15
15
  MessageType[MessageType["INFO"] = 1] = "INFO";
16
- /** Alert. */
16
+ /** Alert */
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,aAAa;IACb,+CAAS,CAAA;IACT,YAAY;IACZ,6CAAQ,CAAA;IACR,aAAa;IACb,+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 /** Reply. */\n REPLY = 0,\n /** Info. */\n INFO = 1,\n /** Alert. */\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"]}
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,YAAY;IACZ,+CAAS,CAAA;IACT,WAAW;IACX,6CAAQ,CAAA;IACR,YAAY;IACZ,+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 /** Reply */\n REPLY = 0,\n /** Info */\n INFO = 1,\n /** Alert */\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
- /** Setting. */
5
+ /** Setting */
6
6
  SETTING = 0,
7
- /** Io. */
7
+ /** Io */
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,eAAe;IACf,OAAO,IAAI;IACX,UAAU;IACV,EAAE,IAAI;CACP;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,sBAAsB,CAEpF"}
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,cAAc;IACd,OAAO,IAAI;IACX,SAAS;IACT,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
- /** Setting. */
10
+ /** Setting */
11
11
  OscilloscopeDataSource[OscilloscopeDataSource["SETTING"] = 0] = "SETTING";
12
- /** Io. */
12
+ /** Io */
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,eAAe;IACf,yEAAW,CAAA;IACX,UAAU;IACV,+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 /** Setting. */\n SETTING = 0,\n /** Io. */\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"]}
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,cAAc;IACd,yEAAW,CAAA;IACX,SAAS;IACT,+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 /** Setting */\n SETTING = 0,\n /** Io */\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
- /** Physical. */
5
+ /** Physical */
6
6
  PHYSICAL = 0,
7
- /** Lockstep. */
7
+ /** Lockstep */
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,gBAAgB;IAChB,QAAQ,IAAI;IACZ,gBAAgB;IAChB,QAAQ,IAAI;CACb;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,WAAW,CAE9D"}
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,eAAe;IACf,QAAQ,IAAI;IACZ,eAAe;IACf,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
- /** Physical. */
10
+ /** Physical */
11
11
  PvtAxisType[PvtAxisType["PHYSICAL"] = 0] = "PHYSICAL";
12
- /** Lockstep. */
12
+ /** Lockstep */
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,gBAAgB;IAChB,qDAAY,CAAA;IACZ,gBAAgB;IAChB,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 /** Physical. */\n PHYSICAL = 0,\n /** Lockstep. */\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"]}
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,eAAe;IACf,qDAAY,CAAA;IACZ,eAAe;IACf,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 /** Physical */\n PHYSICAL = 0,\n /** Lockstep */\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
- /** Disabled. */
5
+ /** Disabled */
6
6
  DISABLED = 0,
7
- /** Store. */
7
+ /** Store */
8
8
  STORE = 1,
9
- /** Live. */
9
+ /** Live */
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,gBAAgB;IAChB,QAAQ,IAAI;IACZ,aAAa;IACb,KAAK,IAAI;IACT,YAAY;IACZ,IAAI,IAAI;CACT;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,OAAO,CAEtD"}
1
+ {"version":3,"file":"pvt_mode.d.ts","sourceRoot":"","sources":["../../../src/ascii/pvt_mode.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,OAAO;IACjB,eAAe;IACf,QAAQ,IAAI;IACZ,YAAY;IACZ,KAAK,IAAI;IACT,WAAW;IACX,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
- /** Disabled. */
10
+ /** Disabled */
11
11
  PvtMode[PvtMode["DISABLED"] = 0] = "DISABLED";
12
- /** Store. */
12
+ /** Store */
13
13
  PvtMode[PvtMode["STORE"] = 1] = "STORE";
14
- /** Live. */
14
+ /** Live */
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,gBAAgB;IAChB,6CAAY,CAAA;IACZ,aAAa;IACb,uCAAS,CAAA;IACT,YAAY;IACZ,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 /** Disabled. */\n DISABLED = 0,\n /** Store. */\n STORE = 1,\n /** Live. */\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"]}
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,eAAe;IACf,6CAAY,CAAA;IACZ,YAAY;IACZ,uCAAS,CAAA;IACT,WAAW;IACX,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 /** Disabled */\n DISABLED = 0,\n /** Store */\n STORE = 1,\n /** Live */\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"]}
@@ -2,29 +2,29 @@
2
2
  * Servo Tuning Parameter Set to target.
3
3
  */
4
4
  export declare enum ServoTuningParamset {
5
- /** Live. */
5
+ /** Live */
6
6
  LIVE = 0,
7
- /** P1. */
7
+ /** P1 */
8
8
  P_1 = 1,
9
- /** P2. */
9
+ /** P2 */
10
10
  P_2 = 2,
11
- /** P3. */
11
+ /** P3 */
12
12
  P_3 = 3,
13
- /** P4. */
13
+ /** P4 */
14
14
  P_4 = 4,
15
- /** P5. */
15
+ /** P5 */
16
16
  P_5 = 5,
17
- /** P6. */
17
+ /** P6 */
18
18
  P_6 = 6,
19
- /** P7. */
19
+ /** P7 */
20
20
  P_7 = 7,
21
- /** P8. */
21
+ /** P8 */
22
22
  P_8 = 8,
23
- /** P9. */
23
+ /** P9 */
24
24
  P_9 = 9,
25
- /** Staging. */
25
+ /** Staging */
26
26
  STAGING = 10,
27
- /** Default. */
27
+ /** Default */
28
28
  DEFAULT = 11
29
29
  }
30
30
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"servo_tuning_paramset.d.ts","sourceRoot":"","sources":["../../../src/ascii/servo_tuning_paramset.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,YAAY;IACZ,IAAI,IAAI;IACR,UAAU;IACV,GAAG,IAAI;IACP,UAAU;IACV,GAAG,IAAI;IACP,UAAU;IACV,GAAG,IAAI;IACP,UAAU;IACV,GAAG,IAAI;IACP,UAAU;IACV,GAAG,IAAI;IACP,UAAU;IACV,GAAG,IAAI;IACP,UAAU;IACV,GAAG,IAAI;IACP,UAAU;IACV,GAAG,IAAI;IACP,UAAU;IACV,GAAG,IAAI;IACP,eAAe;IACf,OAAO,KAAK;IACZ,eAAe;IACf,OAAO,KAAK;CACb;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,mBAAmB,CAE9E"}
1
+ {"version":3,"file":"servo_tuning_paramset.d.ts","sourceRoot":"","sources":["../../../src/ascii/servo_tuning_paramset.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,WAAW;IACX,IAAI,IAAI;IACR,SAAS;IACT,GAAG,IAAI;IACP,SAAS;IACT,GAAG,IAAI;IACP,SAAS;IACT,GAAG,IAAI;IACP,SAAS;IACT,GAAG,IAAI;IACP,SAAS;IACT,GAAG,IAAI;IACP,SAAS;IACT,GAAG,IAAI;IACP,SAAS;IACT,GAAG,IAAI;IACP,SAAS;IACT,GAAG,IAAI;IACP,SAAS;IACT,GAAG,IAAI;IACP,cAAc;IACd,OAAO,KAAK;IACZ,cAAc;IACd,OAAO,KAAK;CACb;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,mBAAmB,CAE9E"}
@@ -7,29 +7,29 @@ exports.isServoTuningParamset = exports.ServoTuningParamset = void 0;
7
7
  */
8
8
  var ServoTuningParamset;
9
9
  (function (ServoTuningParamset) {
10
- /** Live. */
10
+ /** Live */
11
11
  ServoTuningParamset[ServoTuningParamset["LIVE"] = 0] = "LIVE";
12
- /** P1. */
12
+ /** P1 */
13
13
  ServoTuningParamset[ServoTuningParamset["P_1"] = 1] = "P_1";
14
- /** P2. */
14
+ /** P2 */
15
15
  ServoTuningParamset[ServoTuningParamset["P_2"] = 2] = "P_2";
16
- /** P3. */
16
+ /** P3 */
17
17
  ServoTuningParamset[ServoTuningParamset["P_3"] = 3] = "P_3";
18
- /** P4. */
18
+ /** P4 */
19
19
  ServoTuningParamset[ServoTuningParamset["P_4"] = 4] = "P_4";
20
- /** P5. */
20
+ /** P5 */
21
21
  ServoTuningParamset[ServoTuningParamset["P_5"] = 5] = "P_5";
22
- /** P6. */
22
+ /** P6 */
23
23
  ServoTuningParamset[ServoTuningParamset["P_6"] = 6] = "P_6";
24
- /** P7. */
24
+ /** P7 */
25
25
  ServoTuningParamset[ServoTuningParamset["P_7"] = 7] = "P_7";
26
- /** P8. */
26
+ /** P8 */
27
27
  ServoTuningParamset[ServoTuningParamset["P_8"] = 8] = "P_8";
28
- /** P9. */
28
+ /** P9 */
29
29
  ServoTuningParamset[ServoTuningParamset["P_9"] = 9] = "P_9";
30
- /** Staging. */
30
+ /** Staging */
31
31
  ServoTuningParamset[ServoTuningParamset["STAGING"] = 10] = "STAGING";
32
- /** Default. */
32
+ /** Default */
33
33
  ServoTuningParamset[ServoTuningParamset["DEFAULT"] = 11] = "DEFAULT";
34
34
  })(ServoTuningParamset || (exports.ServoTuningParamset = ServoTuningParamset = {}));
35
35
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"servo_tuning_paramset.js","sourceRoot":"","sources":["../../../src/ascii/servo_tuning_paramset.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,mBAyBX;AAzBD,WAAY,mBAAmB;IAC7B,YAAY;IACZ,6DAAQ,CAAA;IACR,UAAU;IACV,2DAAO,CAAA;IACP,UAAU;IACV,2DAAO,CAAA;IACP,UAAU;IACV,2DAAO,CAAA;IACP,UAAU;IACV,2DAAO,CAAA;IACP,UAAU;IACV,2DAAO,CAAA;IACP,UAAU;IACV,2DAAO,CAAA;IACP,UAAU;IACV,2DAAO,CAAA;IACP,UAAU;IACV,2DAAO,CAAA;IACP,UAAU;IACV,2DAAO,CAAA;IACP,eAAe;IACf,oEAAY,CAAA;IACZ,eAAe;IACf,oEAAY,CAAA;AACd,CAAC,EAzBW,mBAAmB,mCAAnB,mBAAmB,QAyB9B;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 * Servo Tuning Parameter Set to target.\n */\nexport enum ServoTuningParamset {\n /** Live. */\n LIVE = 0,\n /** P1. */\n P_1 = 1,\n /** P2. */\n P_2 = 2,\n /** P3. */\n P_3 = 3,\n /** P4. */\n P_4 = 4,\n /** P5. */\n P_5 = 5,\n /** P6. */\n P_6 = 6,\n /** P7. */\n P_7 = 7,\n /** P8. */\n P_8 = 8,\n /** P9. */\n P_9 = 9,\n /** Staging. */\n STAGING = 10,\n /** Default. */\n DEFAULT = 11,\n}\n\n/**\n * Type guard for ServoTuningParamset.\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 isServoTuningParamset(value: any): value is ServoTuningParamset {\n return Object.values(ServoTuningParamset).includes(value as ServoTuningParamset);\n}\n"]}
1
+ {"version":3,"file":"servo_tuning_paramset.js","sourceRoot":"","sources":["../../../src/ascii/servo_tuning_paramset.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,mBAyBX;AAzBD,WAAY,mBAAmB;IAC7B,WAAW;IACX,6DAAQ,CAAA;IACR,SAAS;IACT,2DAAO,CAAA;IACP,SAAS;IACT,2DAAO,CAAA;IACP,SAAS;IACT,2DAAO,CAAA;IACP,SAAS;IACT,2DAAO,CAAA;IACP,SAAS;IACT,2DAAO,CAAA;IACP,SAAS;IACT,2DAAO,CAAA;IACP,SAAS;IACT,2DAAO,CAAA;IACP,SAAS;IACT,2DAAO,CAAA;IACP,SAAS;IACT,2DAAO,CAAA;IACP,cAAc;IACd,oEAAY,CAAA;IACZ,cAAc;IACd,oEAAY,CAAA;AACd,CAAC,EAzBW,mBAAmB,mCAAnB,mBAAmB,QAyB9B;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 * Servo Tuning Parameter Set to target.\n */\nexport enum ServoTuningParamset {\n /** Live */\n LIVE = 0,\n /** P1 */\n P_1 = 1,\n /** P2 */\n P_2 = 2,\n /** P3 */\n P_3 = 3,\n /** P4 */\n P_4 = 4,\n /** P5 */\n P_5 = 5,\n /** P6 */\n P_6 = 6,\n /** P7 */\n P_7 = 7,\n /** P8 */\n P_8 = 8,\n /** P9 */\n P_9 = 9,\n /** Staging */\n STAGING = 10,\n /** Default */\n DEFAULT = 11,\n}\n\n/**\n * Type guard for ServoTuningParamset.\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 isServoTuningParamset(value: any): value is ServoTuningParamset {\n return Object.values(ServoTuningParamset).includes(value as ServoTuningParamset);\n}\n"]}
@@ -2,9 +2,9 @@
2
2
  * Denotes type of the stream axis.
3
3
  */
4
4
  export declare enum StreamAxisType {
5
- /** Physical. */
5
+ /** Physical */
6
6
  PHYSICAL = 0,
7
- /** Lockstep. */
7
+ /** Lockstep */
8
8
  LOCKSTEP = 1
9
9
  }
10
10
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"stream_axis_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/stream_axis_type.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,cAAc;IACxB,gBAAgB;IAChB,QAAQ,IAAI;IACZ,gBAAgB;IAChB,QAAQ,IAAI;CACb;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,cAAc,CAEpE"}
1
+ {"version":3,"file":"stream_axis_type.d.ts","sourceRoot":"","sources":["../../../src/ascii/stream_axis_type.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,cAAc;IACxB,eAAe;IACf,QAAQ,IAAI;IACZ,eAAe;IACf,QAAQ,IAAI;CACb;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,cAAc,CAEpE"}
@@ -7,9 +7,9 @@ exports.isStreamAxisType = exports.StreamAxisType = void 0;
7
7
  */
8
8
  var StreamAxisType;
9
9
  (function (StreamAxisType) {
10
- /** Physical. */
10
+ /** Physical */
11
11
  StreamAxisType[StreamAxisType["PHYSICAL"] = 0] = "PHYSICAL";
12
- /** Lockstep. */
12
+ /** Lockstep */
13
13
  StreamAxisType[StreamAxisType["LOCKSTEP"] = 1] = "LOCKSTEP";
14
14
  })(StreamAxisType || (exports.StreamAxisType = StreamAxisType = {}));
15
15
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"stream_axis_type.js","sourceRoot":"","sources":["../../../src/ascii/stream_axis_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,gBAAgB;IAChB,2DAAY,CAAA;IACZ,gBAAgB;IAChB,2DAAY,CAAA;AACd,CAAC,EALW,cAAc,8BAAd,cAAc,QAKzB;AAED;;;GAGG;AACH,SAAgB,gBAAgB,CAAC,KAAU;IACzC,OAAO,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,QAAQ,CAAC,KAAuB,CAAC,CAAC;AACzE,CAAC;AAFD,4CAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Denotes type of the stream axis.\n */\nexport enum StreamAxisType {\n /** Physical. */\n PHYSICAL = 0,\n /** Lockstep. */\n LOCKSTEP = 1,\n}\n\n/**\n * Type guard for StreamAxisType.\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 isStreamAxisType(value: any): value is StreamAxisType {\n return Object.values(StreamAxisType).includes(value as StreamAxisType);\n}\n"]}
1
+ {"version":3,"file":"stream_axis_type.js","sourceRoot":"","sources":["../../../src/ascii/stream_axis_type.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,eAAe;IACf,2DAAY,CAAA;IACZ,eAAe;IACf,2DAAY,CAAA;AACd,CAAC,EALW,cAAc,8BAAd,cAAc,QAKzB;AAED;;;GAGG;AACH,SAAgB,gBAAgB,CAAC,KAAU;IACzC,OAAO,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,QAAQ,CAAC,KAAuB,CAAC,CAAC;AACzE,CAAC;AAFD,4CAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Denotes type of the stream axis.\n */\nexport enum StreamAxisType {\n /** Physical */\n PHYSICAL = 0,\n /** Lockstep */\n LOCKSTEP = 1,\n}\n\n/**\n * Type guard for StreamAxisType.\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 isStreamAxisType(value: any): value is StreamAxisType {\n return Object.values(StreamAxisType).includes(value as StreamAxisType);\n}\n"]}
@@ -2,13 +2,13 @@
2
2
  * Mode of a stream.
3
3
  */
4
4
  export declare enum StreamMode {
5
- /** Disabled. */
5
+ /** Disabled */
6
6
  DISABLED = 0,
7
- /** Store. */
7
+ /** Store */
8
8
  STORE = 1,
9
- /** StoreArbitraryAxes. */
9
+ /** StoreArbitraryAxes */
10
10
  STORE_ARBITRARY_AXES = 2,
11
- /** Live. */
11
+ /** Live */
12
12
  LIVE = 3
13
13
  }
14
14
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"stream_mode.d.ts","sourceRoot":"","sources":["../../../src/ascii/stream_mode.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,UAAU;IACpB,gBAAgB;IAChB,QAAQ,IAAI;IACZ,aAAa;IACb,KAAK,IAAI;IACT,0BAA0B;IAC1B,oBAAoB,IAAI;IACxB,YAAY;IACZ,IAAI,IAAI;CACT;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,UAAU,CAE5D"}
1
+ {"version":3,"file":"stream_mode.d.ts","sourceRoot":"","sources":["../../../src/ascii/stream_mode.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,UAAU;IACpB,eAAe;IACf,QAAQ,IAAI;IACZ,YAAY;IACZ,KAAK,IAAI;IACT,yBAAyB;IACzB,oBAAoB,IAAI;IACxB,WAAW;IACX,IAAI,IAAI;CACT;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,UAAU,CAE5D"}
@@ -7,13 +7,13 @@ exports.isStreamMode = exports.StreamMode = void 0;
7
7
  */
8
8
  var StreamMode;
9
9
  (function (StreamMode) {
10
- /** Disabled. */
10
+ /** Disabled */
11
11
  StreamMode[StreamMode["DISABLED"] = 0] = "DISABLED";
12
- /** Store. */
12
+ /** Store */
13
13
  StreamMode[StreamMode["STORE"] = 1] = "STORE";
14
- /** StoreArbitraryAxes. */
14
+ /** StoreArbitraryAxes */
15
15
  StreamMode[StreamMode["STORE_ARBITRARY_AXES"] = 2] = "STORE_ARBITRARY_AXES";
16
- /** Live. */
16
+ /** Live */
17
17
  StreamMode[StreamMode["LIVE"] = 3] = "LIVE";
18
18
  })(StreamMode || (exports.StreamMode = StreamMode = {}));
19
19
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"stream_mode.js","sourceRoot":"","sources":["../../../src/ascii/stream_mode.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,UASX;AATD,WAAY,UAAU;IACpB,gBAAgB;IAChB,mDAAY,CAAA;IACZ,aAAa;IACb,6CAAS,CAAA;IACT,0BAA0B;IAC1B,2EAAwB,CAAA;IACxB,YAAY;IACZ,2CAAQ,CAAA;AACV,CAAC,EATW,UAAU,0BAAV,UAAU,QASrB;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 * Mode of a stream.\n */\nexport enum StreamMode {\n /** Disabled. */\n DISABLED = 0,\n /** Store. */\n STORE = 1,\n /** StoreArbitraryAxes. */\n STORE_ARBITRARY_AXES = 2,\n /** Live. */\n LIVE = 3,\n}\n\n/**\n * Type guard for StreamMode.\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 isStreamMode(value: any): value is StreamMode {\n return Object.values(StreamMode).includes(value as StreamMode);\n}\n"]}
1
+ {"version":3,"file":"stream_mode.js","sourceRoot":"","sources":["../../../src/ascii/stream_mode.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,UASX;AATD,WAAY,UAAU;IACpB,eAAe;IACf,mDAAY,CAAA;IACZ,YAAY;IACZ,6CAAS,CAAA;IACT,yBAAyB;IACzB,2EAAwB,CAAA;IACxB,WAAW;IACX,2CAAQ,CAAA;AACV,CAAC,EATW,UAAU,0BAAV,UAAU,QASrB;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 * Mode of a stream.\n */\nexport enum StreamMode {\n /** Disabled */\n DISABLED = 0,\n /** Store */\n STORE = 1,\n /** StoreArbitraryAxes */\n STORE_ARBITRARY_AXES = 2,\n /** Live */\n LIVE = 3,\n}\n\n/**\n * Type guard for StreamMode.\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 isStreamMode(value: any): value is StreamMode {\n return Object.values(StreamMode).includes(value as StreamMode);\n}\n"]}
@@ -2,11 +2,11 @@
2
2
  * Trigger action identifier.
3
3
  */
4
4
  export declare enum TriggerAction {
5
- /** All. */
5
+ /** All */
6
6
  ALL = 0,
7
- /** A. */
7
+ /** A */
8
8
  A = 1,
9
- /** B. */
9
+ /** B */
10
10
  B = 2
11
11
  }
12
12
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"trigger_action.d.ts","sourceRoot":"","sources":["../../../src/ascii/trigger_action.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,aAAa;IACvB,WAAW;IACX,GAAG,IAAI;IACP,SAAS;IACT,CAAC,IAAI;IACL,SAAS;IACT,CAAC,IAAI;CACN;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,aAAa,CAElE"}
1
+ {"version":3,"file":"trigger_action.d.ts","sourceRoot":"","sources":["../../../src/ascii/trigger_action.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,aAAa;IACvB,UAAU;IACV,GAAG,IAAI;IACP,QAAQ;IACR,CAAC,IAAI;IACL,QAAQ;IACR,CAAC,IAAI;CACN;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,aAAa,CAElE"}
@@ -7,11 +7,11 @@ exports.isTriggerAction = exports.TriggerAction = void 0;
7
7
  */
8
8
  var TriggerAction;
9
9
  (function (TriggerAction) {
10
- /** All. */
10
+ /** All */
11
11
  TriggerAction[TriggerAction["ALL"] = 0] = "ALL";
12
- /** A. */
12
+ /** A */
13
13
  TriggerAction[TriggerAction["A"] = 1] = "A";
14
- /** B. */
14
+ /** B */
15
15
  TriggerAction[TriggerAction["B"] = 2] = "B";
16
16
  })(TriggerAction || (exports.TriggerAction = TriggerAction = {}));
17
17
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"trigger_action.js","sourceRoot":"","sources":["../../../src/ascii/trigger_action.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,WAAW;IACX,+CAAO,CAAA;IACP,SAAS;IACT,2CAAK,CAAA;IACL,SAAS;IACT,2CAAK,CAAA;AACP,CAAC,EAPW,aAAa,6BAAb,aAAa,QAOxB;AAED;;;GAGG;AACH,SAAgB,eAAe,CAAC,KAAU;IACxC,OAAO,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,QAAQ,CAAC,KAAsB,CAAC,CAAC;AACvE,CAAC;AAFD,0CAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Trigger action identifier.\n */\nexport enum TriggerAction {\n /** All. */\n ALL = 0,\n /** A. */\n A = 1,\n /** B. */\n B = 2,\n}\n\n/**\n * Type guard for TriggerAction.\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 isTriggerAction(value: any): value is TriggerAction {\n return Object.values(TriggerAction).includes(value as TriggerAction);\n}\n"]}
1
+ {"version":3,"file":"trigger_action.js","sourceRoot":"","sources":["../../../src/ascii/trigger_action.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,UAAU;IACV,+CAAO,CAAA;IACP,QAAQ;IACR,2CAAK,CAAA;IACL,QAAQ;IACR,2CAAK,CAAA;AACP,CAAC,EAPW,aAAa,6BAAb,aAAa,QAOxB;AAED;;;GAGG;AACH,SAAgB,eAAe,CAAC,KAAU;IACxC,OAAO,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,QAAQ,CAAC,KAAsB,CAAC,CAAC;AACvE,CAAC;AAFD,0CAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Trigger action identifier.\n */\nexport enum TriggerAction {\n /** All */\n ALL = 0,\n /** A */\n A = 1,\n /** B */\n B = 2,\n}\n\n/**\n * Type guard for TriggerAction.\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 isTriggerAction(value: any): value is TriggerAction {\n return Object.values(TriggerAction).includes(value as TriggerAction);\n}\n"]}
@@ -2,17 +2,17 @@
2
2
  * Comparison operator for trigger condition.
3
3
  */
4
4
  export declare enum TriggerCondition {
5
- /** EQ. */
5
+ /** Equal To (==) */
6
6
  EQ = 0,
7
- /** NE. */
7
+ /** Not Equal To (!=) */
8
8
  NE = 1,
9
- /** GT. */
9
+ /** Greater Than (>) */
10
10
  GT = 2,
11
- /** GE. */
11
+ /** Greater Than or Equal To (>=) */
12
12
  GE = 3,
13
- /** LT. */
13
+ /** Less Than (<) */
14
14
  LT = 4,
15
- /** LE. */
15
+ /** Less Than or Equal To (<=) */
16
16
  LE = 5
17
17
  }
18
18
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"trigger_condition.d.ts","sourceRoot":"","sources":["../../../src/ascii/trigger_condition.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,gBAAgB;IAC1B,UAAU;IACV,EAAE,IAAI;IACN,UAAU;IACV,EAAE,IAAI;IACN,UAAU;IACV,EAAE,IAAI;IACN,UAAU;IACV,EAAE,IAAI;IACN,UAAU;IACV,EAAE,IAAI;IACN,UAAU;IACV,EAAE,IAAI;CACP;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,gBAAgB,CAExE"}
1
+ {"version":3,"file":"trigger_condition.d.ts","sourceRoot":"","sources":["../../../src/ascii/trigger_condition.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,oBAAY,gBAAgB;IAC1B,oBAAoB;IACpB,EAAE,IAAI;IACN,wBAAwB;IACxB,EAAE,IAAI;IACN,uBAAuB;IACvB,EAAE,IAAI;IACN,oCAAoC;IACpC,EAAE,IAAI;IACN,oBAAoB;IACpB,EAAE,IAAI;IACN,iCAAiC;IACjC,EAAE,IAAI;CACP;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,gBAAgB,CAExE"}
@@ -7,17 +7,17 @@ exports.isTriggerCondition = exports.TriggerCondition = void 0;
7
7
  */
8
8
  var TriggerCondition;
9
9
  (function (TriggerCondition) {
10
- /** EQ. */
10
+ /** Equal To (==) */
11
11
  TriggerCondition[TriggerCondition["EQ"] = 0] = "EQ";
12
- /** NE. */
12
+ /** Not Equal To (!=) */
13
13
  TriggerCondition[TriggerCondition["NE"] = 1] = "NE";
14
- /** GT. */
14
+ /** Greater Than (>) */
15
15
  TriggerCondition[TriggerCondition["GT"] = 2] = "GT";
16
- /** GE. */
16
+ /** Greater Than or Equal To (>=) */
17
17
  TriggerCondition[TriggerCondition["GE"] = 3] = "GE";
18
- /** LT. */
18
+ /** Less Than (<) */
19
19
  TriggerCondition[TriggerCondition["LT"] = 4] = "LT";
20
- /** LE. */
20
+ /** Less Than or Equal To (<=) */
21
21
  TriggerCondition[TriggerCondition["LE"] = 5] = "LE";
22
22
  })(TriggerCondition || (exports.TriggerCondition = TriggerCondition = {}));
23
23
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"trigger_condition.js","sourceRoot":"","sources":["../../../src/ascii/trigger_condition.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,gBAaX;AAbD,WAAY,gBAAgB;IAC1B,UAAU;IACV,mDAAM,CAAA;IACN,UAAU;IACV,mDAAM,CAAA;IACN,UAAU;IACV,mDAAM,CAAA;IACN,UAAU;IACV,mDAAM,CAAA;IACN,UAAU;IACV,mDAAM,CAAA;IACN,UAAU;IACV,mDAAM,CAAA;AACR,CAAC,EAbW,gBAAgB,gCAAhB,gBAAgB,QAa3B;AAED;;;GAGG;AACH,SAAgB,kBAAkB,CAAC,KAAU;IAC3C,OAAO,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,QAAQ,CAAC,KAAyB,CAAC,CAAC;AAC7E,CAAC;AAFD,gDAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Comparison operator for trigger condition.\n */\nexport enum TriggerCondition {\n /** EQ. */\n EQ = 0,\n /** NE. */\n NE = 1,\n /** GT. */\n GT = 2,\n /** GE. */\n GE = 3,\n /** LT. */\n LT = 4,\n /** LE. */\n LE = 5,\n}\n\n/**\n * Type guard for TriggerCondition.\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 isTriggerCondition(value: any): value is TriggerCondition {\n return Object.values(TriggerCondition).includes(value as TriggerCondition);\n}\n"]}
1
+ {"version":3,"file":"trigger_condition.js","sourceRoot":"","sources":["../../../src/ascii/trigger_condition.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD;;GAEG;AACH,IAAY,gBAaX;AAbD,WAAY,gBAAgB;IAC1B,oBAAoB;IACpB,mDAAM,CAAA;IACN,wBAAwB;IACxB,mDAAM,CAAA;IACN,uBAAuB;IACvB,mDAAM,CAAA;IACN,oCAAoC;IACpC,mDAAM,CAAA;IACN,oBAAoB;IACpB,mDAAM,CAAA;IACN,iCAAiC;IACjC,mDAAM,CAAA;AACR,CAAC,EAbW,gBAAgB,gCAAhB,gBAAgB,QAa3B;AAED;;;GAGG;AACH,SAAgB,kBAAkB,CAAC,KAAU;IAC3C,OAAO,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,QAAQ,CAAC,KAAyB,CAAC,CAAC;AAC7E,CAAC;AAFD,gDAEC","sourcesContent":["/* This file is generated. Do not modify by hand. */\n/**\n * Comparison operator for trigger condition.\n */\nexport enum TriggerCondition {\n /** Equal To (==) */\n EQ = 0,\n /** Not Equal To (!=) */\n NE = 1,\n /** Greater Than (>) */\n GT = 2,\n /** Greater Than or Equal To (>=) */\n GE = 3,\n /** Less Than (<) */\n LT = 4,\n /** Less Than or Equal To (<=) */\n LE = 5,\n}\n\n/**\n * Type guard for TriggerCondition.\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 isTriggerCondition(value: any): value is TriggerCondition {\n return Object.values(TriggerCondition).includes(value as TriggerCondition);\n}\n"]}