PhyrePhoX:It could be this way: if there's no feedback on a feature, it's either- working flawless, or- err... used by no one...
if get_nd_present=1 then do something
get_nd_present nif n=1 then do something
if get_nd_present() then do something end
If iris isn't separated from nd, the values should range up to 3: there are also cameras with iris, but without nd.
if get_nd_present returns 0, this means there is no ND present BUT iris is present
case TOKENIZER_GET_TICK_COUNT: accept(TOKENIZER_GET_TICK_COUNT); r = shooting_get_tick_count(); break;
case TOKENIZER_GET_ND_PRESENT: get_nd_present_statement(); break;
static void get_nd_present_statement(){<snip>}