Files
MARTe-Integrated-Components/Client/streamhub/StatsPanel.h
T
2026-06-12 15:25:13 +02:00

17 lines
286 B
C++

/**
* @file StatsPanel.h
* @brief Per-source statistics table panel.
*/
#pragma once
namespace StreamHubClient {
class App;
/**
* @brief Render the statistics table (call inside an ImGui::Begin/End window).
*/
void RenderStatsPanel(App& app);
} /* namespace StreamHubClient */