#include <chrono>
#include <iostream>
#include <string>
#include "depthai/depthai.hpp"
#include "depthai/xlink/XLinkConnection.hpp"
Go to the source code of this file.
Functions | |
std::string | checkStr (std::string str) |
int | main (int argc, char **argv) |
std::vector< int > | split (std::string s, std::string delimiter) |
std::string checkStr | ( | std::string | str | ) |
Definition at line 23 of file poe_set_ip.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 38 of file poe_set_ip.cpp.
std::vector<int> split | ( | std::string | s, |
std::string | delimiter | ||
) |
Definition at line 9 of file poe_set_ip.cpp.