refactor(core): remove dead simulator stubs and rename pipeline runtime
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user