foxBMS  1.0.0
The foxBMS Battery Management System API Documentation
DATA_QUEUE_MESSAGE Struct Reference

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 93 of file database.c.

Field Documentation

◆ accesstype

DATA_BLOCK_ACCESS_TYPE_e DATA_QUEUE_MESSAGE::accesstype

read or write access type

Definition at line 94 of file database.c.

◆ pDatabaseEntry

void* DATA_QUEUE_MESSAGE::pDatabaseEntry[DATA_MAX_ENTRIES_PER_ACCESS]

reference by general pointer

Definition at line 95 of file database.c.


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