YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
Loading...
Searching...
No Matches
main.cpp File Reference
#include "cli_client.hpp"
Include dependency graph for backend/src/main.cpp:

Go to the source code of this file.

Functions

int main ()

Function Documentation

◆ main()

int main ( )

Definition at line 3 of file backend/src/main.cpp.

3 {
5 const yodau::backend::cli_client client(stream_mgr);
6 return client.run();
7}
Simple interactive CLI (REPL) for controlling a stream_manager.
Central coordinator for streams, geometry, frame processing and events.

References yodau::backend::cli_client::cli_client(), and yodau::backend::cli_client::run().

Here is the call graph for this function: