fome-fw/firmware/console/binary/live_data.h

16 lines
250 B
C++

/**
* @file live_data.h
*/
#pragma once
#include <rusefi/fragments.h>
template <typename TStruct>
const TStruct* getLiveDataAddr();
template <typename TStruct>
const TStruct* getLiveDataAddr(size_t index);
FragmentList getLiveDataFragments();