rusefi-1/firmware/console/binary/live_data.h

12 lines
217 B
C++

#pragma once
#include "FragmentEntry.h"
template <typename TStruct>
const TStruct* getLiveDataAddr();
template <typename TStruct>
const TStruct* getLiveDataAddr(size_t index);
FragmentList getLiveDataFragments();