|
@ -150,7 +150,7 @@ int DeviceIoControlService::forceStopDeviceWithoutExc() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
int DeviceIoControlService::processHeartReportMsg(uint8_t from, report_heatpacket_data_t *report) { |
|
|
int DeviceIoControlService::processHeartReportMsg(uint8_t from, report_heatpacket_data_t *report) { |
|
|
logger->info(" REPORT [Heat ][FROM:{}] HeatIndex:{:x} ToardType:{} flag:{:x}", from, report->heartIndex, BoardTypeId2Str(report->boardType), report->flag); |
|
|
|
|
|
|
|
|
logger->info(" REPORT [Heat ][FROM:{}] HeatIndex:{:x} ToardType:{} flag:{}", from, report->heartIndex, BoardTypeId2Str(report->boardType), report->flag); |
|
|
|
|
|
|
|
|
#define CHECK_BOARD_IS_REBOOT(boardid, ecode) \
|
|
|
#define CHECK_BOARD_IS_REBOOT(boardid, ecode) \
|
|
|
{ \ |
|
|
{ \ |
|
|