windell747 Posted October 28, 2015 Share Posted October 28, 2015 Aloha, I'm wondering how to record the value of the Sys.WDTFault status element from within a background C program. I tried watchdogbits = pshm->Sys.WDTFault; but I get a compile error saying that Sys is not an element of shm. Does anyone know how to poll this status element? thanks, windell Link to comment Share on other sites More sharing options...
bradp Posted October 29, 2015 Share Posted October 29, 2015 Most Sys structures (if they are not really functions) will work by not using the Sys. Try pshm->WDTFault; Link to comment Share on other sites More sharing options...
Recommended Posts