foxBMS  1.1.1
The foxBMS Battery Management System API Documentation
SYSM_NOTIFICATION 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 67 of file sys_mon.h.

Field Documentation

◆ duration

uint32_t SYSM_NOTIFICATION::duration

duration between last complete entry and exit cycle

Definition at line 71 of file sys_mon.h.

◆ state

SYSM_NOTIFY_TYPE_e SYSM_NOTIFICATION::state

state of the task

Definition at line 68 of file sys_mon.h.

◆ timestampEnter

uint32_t SYSM_NOTIFICATION::timestampEnter

timestamp of entry into state

Definition at line 69 of file sys_mon.h.

◆ timestampExit

uint32_t SYSM_NOTIFICATION::timestampExit

timestamp of exit from state

Definition at line 70 of file sys_mon.h.


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