LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_TABLE_TAG Struct Reference

#include <table_types.h>

Collaboration diagram for JUNO_TABLE_TAG:

Data Fields

const char * pcTablePath
 The path to the table.
 
JUNO_TABLE_HDR_TptBuff
 The memory buffer for the table.
 
size_t zBuffSize
 The memory buffer size.
 
 DECLARE_FAILURE_HANDLER
 The failure handler.
 

Field Documentation

◆ DECLARE_FAILURE_HANDLER

JUNO_TABLE_TAG::DECLARE_FAILURE_HANDLER

The failure handler.

◆ pcTablePath

const char* JUNO_TABLE_TAG::pcTablePath

The path to the table.

◆ ptBuff

JUNO_TABLE_HDR_T* JUNO_TABLE_TAG::ptBuff

The memory buffer for the table.

◆ zBuffSize

size_t JUNO_TABLE_TAG::zBuffSize

The memory buffer size.


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