19 const char cmd_pv_help[] =
"List process variables";
25 for (subsys = 0; subsys < SUBSYS_COUNT; ++subsys)
29 printf(
"Subsystem %d has %d variables\n", subsys,
subsys_info.count);
40 bool cmd_pv_exec(
int argc,
const char *args[])
Provides access to all variables of the various subsystems.
const subsys_info_t subsys_info[6]
array of subsystem meta objects
Access provides 'introspective' access to process variables.