can we add 2 tests.. One when treatment is paused to test the message showing "Treatment Paused" and test when timer is finished to test "Treatment Complete" message
after the mouse click and before the exporty_log_status line is the only place we need utils.waitForGUI(1) as we need to wait for the progress message to appear
Please update to add in the real way to get to the settings screen 1. Start up application 2. Change opmode to standby 3. Select Settings 4. Select Export logs.
I don't see any change here. How does this function get called? I don't see the function being used anywhere - nobody is calling it. I think it should be called by Messaging.c when a UI confirmation msg is received.
This is a common unit - could be built into DD or TD f/w. Need #ifdef to see if _DD_ or _TD_ build so you know which messaging and records to initialize.
So I think this compiler will give you 64 bit if you ask for long. Did you intend it to be 64 bit? If not, you can just use the BIT_BY_POS macro above.