From f61430e9cee243390b5b25a9e9d07a84a8f67602 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 18 Dec 2024 22:14:58 +0000
Subject: [PATCH] Autoupdate MMDevice/latest
---
.../_m_m_device_constants_8h_source.html | 256 +++++++++---------
1 file changed, 132 insertions(+), 124 deletions(-)
diff --git a/MMDevice/latest/_m_m_device_constants_8h_source.html b/MMDevice/latest/_m_m_device_constants_8h_source.html
index 5bb20ce..4f52813 100644
--- a/MMDevice/latest/_m_m_device_constants_8h_source.html
+++ b/MMDevice/latest/_m_m_device_constants_8h_source.html
@@ -205,132 +205,140 @@
154 const char*
const g_Keyword_Closed_Position =
"ClosedPosition";
155 const char*
const g_Keyword_HubID =
"HubID";
-
-
- 159 const char*
const g_Keyword_Metadata_CameraLabel =
"Camera";
- 160 const char*
const g_Keyword_Metadata_Exposure =
"Exposure-ms";
- 161 MM_DEPRECATED(
const char*
const g_Keyword_Meatdata_Exposure) =
"Exposure-ms";
- 162 const char*
const g_Keyword_Metadata_Score =
"Score";
- 163 const char*
const g_Keyword_Metadata_ImageNumber =
"ImageNumber";
-
- 165 const char*
const g_Keyword_Metadata_ROI_X =
"ROI-X-start";
- 166 const char*
const g_Keyword_Metadata_ROI_Y =
"ROI-Y-start";
- 167 const char*
const g_Keyword_Metadata_TimeInCore =
"TimeReceivedByCore";
-
-
- 170 const char*
const g_FieldDelimiters =
",";
- 171 const char*
const g_CFGCommand_Device =
"Device";
- 172 const char*
const g_CFGCommand_Label =
"Label";
- 173 const char*
const g_CFGCommand_Property =
"Property";
- 174 const char*
const g_CFGCommand_Configuration =
"Config";
- 175 const char*
const g_CFGCommand_ConfigGroup =
"ConfigGroup";
- 176 const char*
const g_CFGCommand_Equipment =
"Equipment";
- 177 const char*
const g_CFGCommand_Delay =
"Delay";
- 178 const char*
const g_CFGCommand_ImageSynchro =
"ImageSynchro";
- 179 const char*
const g_CFGCommand_ConfigPixelSize =
"ConfigPixelSize";
- 180 const char*
const g_CFGCommand_PixelSize_um =
"PixelSize_um";
- 181 const char*
const g_CFGCommand_PixelSizeAffine =
"PixelSizeAffine";
- 182 const char*
const g_CFGCommand_ParentID =
"Parent";
- 183 const char*
const g_CFGCommand_FocusDirection =
"FocusDirection";
-
-
- 186 const char*
const g_CFGGroup_System =
"System";
- 187 const char*
const g_CFGGroup_System_Startup =
"Startup";
- 188 const char*
const g_CFGGroup_System_Shutdown =
"Shutdown";
- 189 const char*
const g_CFGGroup_PixelSizeUm =
"PixelSize_um";
-
-
- 192 const int _DATABITS_5 = 5;
- 193 const int _DATABITS_6 = 6;
- 194 const int _DATABITS_7 = 7;
- 195 const int _DATABITS_8 = 8;
-
- 197 const int _FLOWCONTROL_NONE = 0;
- 198 const int _FLOWCONTROL_RTSCTS_IN = 1;
- 199 const int _FLOWCONTROL_RTSCTS_OUT = 2;
- 200 const int _FLOWCONTROL_XONXOFF_IN = 4;
- 201 const int _FLOWCONTROL_XONXOFF_OUT = 8;
-
- 203 const int _PARITY_EVEN = 2;
- 204 const int _PARITY_MARK = 3;
- 205 const int _PARITY_NONE = 0;
- 206 const int _PARITY_ODD = 1;
- 207 const int _PARITY_SPACE = 4;
-
- 209 const int _STOPBITS_1 = 1;
- 210 const int _STOPBITS_1_5 = 3;
- 211 const int _STOPBITS_2 = 2;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 229 ImageProcessorDevice,
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 261 enum FocusDirection {
- 262 FocusDirectionUnknown,
- 263 FocusDirectionTowardSample,
- 264 FocusDirectionAwayFromSample,
-
-
-
-
- 270 enum DeviceNotification {
-
-
-
-
-
-
- 277 enum DeviceDetectionStatus{
-
-
- 280 CanNotCommunicate = 0,
-
+ 157 const char*
const g_Keyword_PixelType_GRAY8 =
"GRAY8";
+ 158 const char*
const g_Keyword_PixelType_GRAY16 =
"GRAY16";
+ 159 const char*
const g_Keyword_PixelType_GRAY32 =
"GRAY32";
+ 160 const char*
const g_Keyword_PixelType_RGB32 =
"RGB32";
+ 161 const char*
const g_Keyword_PixelType_RGB64 =
"RGB64";
+ 162 const char*
const g_Keyword_PixelType_Unknown =
"Unknown";
+
+
+ 165 const char*
const g_Keyword_Metadata_Width =
"Width";
+ 166 const char*
const g_Keyword_Metadata_Height =
"Height";
+ 167 const char*
const g_Keyword_Metadata_CameraLabel =
"Camera";
+ 168 const char*
const g_Keyword_Metadata_Exposure =
"Exposure-ms";
+ 169 MM_DEPRECATED(
const char*
const g_Keyword_Meatdata_Exposure) =
"Exposure-ms";
+ 170 const char*
const g_Keyword_Metadata_Score =
"Score";
+ 171 const char*
const g_Keyword_Metadata_ImageNumber =
"ImageNumber";
+
+ 173 const char*
const g_Keyword_Metadata_ROI_X =
"ROI-X-start";
+ 174 const char*
const g_Keyword_Metadata_ROI_Y =
"ROI-Y-start";
+ 175 const char*
const g_Keyword_Metadata_TimeInCore =
"TimeReceivedByCore";
+
+
+ 178 const char*
const g_FieldDelimiters =
",";
+ 179 const char*
const g_CFGCommand_Device =
"Device";
+ 180 const char*
const g_CFGCommand_Label =
"Label";
+ 181 const char*
const g_CFGCommand_Property =
"Property";
+ 182 const char*
const g_CFGCommand_Configuration =
"Config";
+ 183 const char*
const g_CFGCommand_ConfigGroup =
"ConfigGroup";
+ 184 const char*
const g_CFGCommand_Equipment =
"Equipment";
+ 185 const char*
const g_CFGCommand_Delay =
"Delay";
+ 186 const char*
const g_CFGCommand_ImageSynchro =
"ImageSynchro";
+ 187 const char*
const g_CFGCommand_ConfigPixelSize =
"ConfigPixelSize";
+ 188 const char*
const g_CFGCommand_PixelSize_um =
"PixelSize_um";
+ 189 const char*
const g_CFGCommand_PixelSizeAffine =
"PixelSizeAffine";
+ 190 const char*
const g_CFGCommand_ParentID =
"Parent";
+ 191 const char*
const g_CFGCommand_FocusDirection =
"FocusDirection";
+
+
+ 194 const char*
const g_CFGGroup_System =
"System";
+ 195 const char*
const g_CFGGroup_System_Startup =
"Startup";
+ 196 const char*
const g_CFGGroup_System_Shutdown =
"Shutdown";
+ 197 const char*
const g_CFGGroup_PixelSizeUm =
"PixelSize_um";
+
+
+ 200 const int _DATABITS_5 = 5;
+ 201 const int _DATABITS_6 = 6;
+ 202 const int _DATABITS_7 = 7;
+ 203 const int _DATABITS_8 = 8;
+
+ 205 const int _FLOWCONTROL_NONE = 0;
+ 206 const int _FLOWCONTROL_RTSCTS_IN = 1;
+ 207 const int _FLOWCONTROL_RTSCTS_OUT = 2;
+ 208 const int _FLOWCONTROL_XONXOFF_IN = 4;
+ 209 const int _FLOWCONTROL_XONXOFF_OUT = 8;
+
+ 211 const int _PARITY_EVEN = 2;
+ 212 const int _PARITY_MARK = 3;
+ 213 const int _PARITY_NONE = 0;
+ 214 const int _PARITY_ODD = 1;
+ 215 const int _PARITY_SPACE = 4;
+
+ 217 const int _STOPBITS_1 = 1;
+ 218 const int _STOPBITS_1_5 = 3;
+ 219 const int _STOPBITS_2 = 2;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 237 ImageProcessorDevice,
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 269 enum FocusDirection {
+ 270 FocusDirectionUnknown,
+ 271 FocusDirectionTowardSample,
+ 272 FocusDirectionAwayFromSample,
+
+
+
+
+ 278 enum DeviceNotification {
+
+
+
-
+
+ 285 enum DeviceDetectionStatus{
+
+
+ 288 CanNotCommunicate = 0,
+
+
+
+