2022-06-18 06:23:44 -07:00
|
|
|
#pragma once
|
|
|
|
|
2022-07-19 01:02:41 -07:00
|
|
|
#include <rusefi/fragments.h>
|
2022-06-23 17:04:26 -07:00
|
|
|
|
|
|
|
template <typename TStruct>
|
|
|
|
const TStruct* getLiveDataAddr();
|
|
|
|
|
|
|
|
template <typename TStruct>
|
|
|
|
const TStruct* getLiveDataAddr(size_t index);
|
|
|
|
|
2022-06-18 06:23:44 -07:00
|
|
|
FragmentList getLiveDataFragments();
|