11#define FRC_CONFIG "/boot/frc.json"
12#ifndef NT_CLIENT_VERSION
13#define NT_CLIENT_VERSION 4
16bool loadJson(wpi::json&,
const char* file);
bool loadJson(wpi::json &, const char *file)
bool readConfig(std::vector< VisionCamera > &cameras, const char *file=FRC_CONFIG)
bool initNT(const char *file=FRC_CONFIG)
bool createCameras(std::vector< VisionCamera > &cameras, const char *file=FRC_CONFIG)
bool initSimNT(const char *sim_ip)