Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
State of tests of a microapp, also stored in flash. More...
#include <cs_MicroappPackets.h>
Public Attributes | |
uint16_t | checksum |
uint16_t | checksumHeader |
bool | hasData: 1 |
uint8_t | checksumTest: 2 |
bool | enabled: 1 |
uint8_t | bootTest: 2 |
uint8_t | memoryUsage: 1 |
uint8_t | didReboot: 1 |
bool | exceededCallDuration: 1 |
uint16_t | reservedTest: 7 |
uint8_t | tryingFunction = MICROAPP_FUNCTION_NONE |
uint8_t | failedFunction = MICROAPP_FUNCTION_NONE |
uint32_t | passedFunctions |
State of tests of a microapp, also stored in flash.
Starts with all fields set to 0.
uint8_t microapp_state_t::bootTest |
uint16_t microapp_state_t::checksum |
uint16_t microapp_state_t::checksumHeader |
uint8_t microapp_state_t::checksumTest |
uint8_t microapp_state_t::didReboot |
bool microapp_state_t::enabled |
bool microapp_state_t::exceededCallDuration |
uint8_t microapp_state_t::failedFunction = MICROAPP_FUNCTION_NONE |
bool microapp_state_t::hasData |
uint8_t microapp_state_t::memoryUsage |
uint32_t microapp_state_t::passedFunctions |
uint16_t microapp_state_t::reservedTest |
uint8_t microapp_state_t::tryingFunction = MICROAPP_FUNCTION_NONE |