foxBMS - Unit Tests  1.1.0
The foxBMS Unit Tests API Documentation
DATA_QUEUE_MESSAGE 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 110 of file database.h.

Field Documentation

◆ accesstype

DATA_BLOCK_ACCESS_TYPE_e DATA_QUEUE_MESSAGE::accesstype

read or write access type

Definition at line 111 of file database.h.

◆ pDatabaseEntry

void* DATA_QUEUE_MESSAGE::pDatabaseEntry[DATA_MAX_ENTRIES_PER_ACCESS]

reference by general pointer

Definition at line 112 of file database.h.


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