reyalp
get_nd_value: returns the APEX96 value of ND.
Index: tools/finsig_dryos.c
===================================================================
--- tools/finsig_dryos.c (revision 5071)
+++ tools/finsig_dryos.c (working copy)
@@ -335,6 +335,7 @@
{ "exmem_alloc" },
{ "exmem_free", OPTIONAL|LIST_ALWAYS },
{ "free" },
+ { "get_nd_value", OPTIONAL },
{ "kbd_p1_f" },
{ "kbd_p1_f_cont" },
@@ -2092,6 +2093,7 @@
{ 23, "get_string_by_id", "NoError", 16, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, -2 },
{ 23, "EnableHDMIPower", "HDMIConnectCnt", 9, 99, 99, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,},
{ 23, "DisableHDMIPower", "HDMIConnectCnt", 9, 99, 99, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,},
+ { 23, "get_nd_value", "IrisSpecification.c", 25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,},
// R20 R23 R31 R39 R43 R45 R47 R49 R50 R51 R52 R54 R55 R57 R58 R59
{ 24, "get_string_by_id", "StringID[%d] is not installed!!\n", 64, 0xf000, 0xf000, 0xf000, 0xf000, 0xf000, 0xf000, 0xf000, 0xf000, 0xf000, 0xf000, 0xf000, 0xf000, 0x0000, 0x0000, 0x0000, 0xf000 },
Index: tools/finsig_vxworks.c
===================================================================
--- tools/finsig_vxworks.c (revision 5071)
+++ tools/finsig_vxworks.c (working copy)
@@ -338,6 +338,7 @@
{ "exmem_alloc" },
{ "exmem_free", OPTIONAL },
{ "free" },
+ { "get_nd_value", OPTIONAL },
{ "kbd_p1_f" },
{ "kbd_p1_f_cont" },
@@ -1312,6 +1313,7 @@
{ 15, "wrapped_malloc", "\n malloc error \n", 0x01000001, 0x0010 },
{ 15, "IsStrobeChargeCompleted", "\r\nCaptSeq::ChargeNotCompleted!!", 0x01000001 }, // ixus30, 40
{ 15, "get_resource_pointer", "Not found icon resource.\r\n", 0x01000001, 0x0008 },
+ { 15, "get_nd_value", "IrisSpecification.c", 0x01000001 },
{ 16, "DeleteDirectory_Fut", (char*)DeleteDirectory_Fut_test, 0x01000001 },
{ 16, "MakeDirectory_Fut", (char*)MakeDirectory_Fut_test, 0x01000001 },
This appears to find get_nd_value on almost all ND-only models - exceptions are the
ixus 30 and 40. Did not verify the results yet.
The presence of "IrisSpecification.c" seems like a good indicator for an ND-only camera.