YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
Loading...
Searching...
No Matches
backend/src/main.cpp
Go to the documentation of this file.
1#include "cli_client.hpp"
2
3int main() {
4 yodau::backend::stream_manager stream_mgr {};
5 const yodau::backend::cli_client client(stream_mgr);
6 return client.run();
7}
int main()
Simple interactive CLI (REPL) for controlling a stream_manager.
int run() const
Run the interactive command loop.
cli_client(backend::stream_manager &mgr)
Construct a CLI client operating on an existing manager.
Definition cli_client.cpp:5
Central coordinator for streams, geometry, frame processing and events.