foxBMS - Unit Tests  1.6.0
The foxBMS Unit Tests 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 120 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 121 of file database.h.

◆ pDatabaseEntry

void* DATA_QUEUE_MESSAGE_s::pDatabaseEntry[DATA_MAX_ENTRIES_PER_ACCESS]

reference by general pointer

Definition at line 122 of file database.h.


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