refactor(core): remove dead simulator stubs and rename pipeline runtime

This commit is contained in:
2026-03-06 10:23:24 +08:00
parent eed6695758
commit c252f7ddde
8 changed files with 1 additions and 764 deletions
-2
View File
@@ -1,13 +1,11 @@
#pragma once
#include <cstddef>
#include <string_view>
namespace cvmmap_streamer {
void print_help(std::string_view executable);
bool has_help_flag(int argc, char **argv);
std::size_t sample_ipc_payload_size();
void pipeline_tick();
void protocol_step();