YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
Loading...
Searching...
No Matches
cli_client.cpp File Reference
#include "cli_client.hpp"
#include "opencv_client.hpp"
#include <iostream>
Include dependency graph for cli_client.cpp:

Go to the source code of this file.

Functions

static yodau::backend::tripwire_dir parse_tripwire_dir (const std::string &s)

Function Documentation

◆ parse_tripwire_dir()

yodau::backend::tripwire_dir parse_tripwire_dir ( const std::string & s)
static

Definition at line 231 of file cli_client.cpp.

231 {
232 if (s == "neg_to_pos") {
234 }
235 if (s == "pos_to_neg") {
237 }
238 if (s == "any") {
240 }
241 throw std::runtime_error("unknown dir: " + s);
242}

References yodau::backend::any, yodau::backend::neg_to_pos, and yodau::backend::pos_to_neg.

Referenced by yodau::backend::cli_client::cmd_add_line().

Here is the caller graph for this function: