foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
SYSM_NOTIFICATION_s Struct Reference

#include <sys_mon.h>

Data Fields

SYSM_NOTIFY_TYPE_e state
 
uint32_t timestampEnter
 
uint32_t timestampExit
 
uint32_t duration
 

Detailed Description

state (in summary) used for task or function notification

Definition at line 72 of file sys_mon.h.

Field Documentation

◆ duration

uint32_t SYSM_NOTIFICATION_s::duration

duration between last complete entry and exit cycle

Definition at line 76 of file sys_mon.h.

◆ state

SYSM_NOTIFY_TYPE_e SYSM_NOTIFICATION_s::state

state of the task

Definition at line 73 of file sys_mon.h.

◆ timestampEnter

uint32_t SYSM_NOTIFICATION_s::timestampEnter

timestamp of entry into state

Definition at line 74 of file sys_mon.h.

◆ timestampExit

uint32_t SYSM_NOTIFICATION_s::timestampExit

timestamp of exit from state

Definition at line 75 of file sys_mon.h.


The documentation for this struct was generated from the following file: