foxBMS  1.4.1
The foxBMS Battery Management System API Documentation
DATA_QUEUE_MESSAGE_s Struct Reference

#include <database.h>

Data Fields

DATA_BLOCK_ACCESS_TYPE_e accessType
 
void * pDatabaseEntry [DATA_MAX_ENTRIES_PER_ACCESS]
 

Detailed Description

struct for database queue, contains pointer to data, database entry and access type

Definition at line 117 of file database.h.

Field Documentation

◆ accessType

DATA_BLOCK_ACCESS_TYPE_e DATA_QUEUE_MESSAGE_s::accessType

read or write access type

Definition at line 118 of file database.h.

◆ pDatabaseEntry

void* DATA_QUEUE_MESSAGE_s::pDatabaseEntry[DATA_MAX_ENTRIES_PER_ACCESS]

reference by general pointer

Definition at line 119 of file database.h.


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