#include "camcom/testbench/server.hpp"#include "camcom/testbench/camera_controller.hpp"#include "camcom/common/frameInfo.hpp"#include <iostream>#include <sstream>#include <iomanip>#include <chrono>#include <thread>#include <mutex>#include <vector>#include <cstdint>#include <cstring>#include <algorithm>#include <set>#include <cmath>#include <filesystem>#include <fitsio.h>#include "camcom/third_party/httplib.h"#include "camcom/third_party/stb_image_write.h"Namespaces | |
| namespace | camcom |
| namespace | camcom::server |
Macros | |
| #define | STB_IMAGE_WRITE_IMPLEMENTATION |
Functions | |
| std::string | camcom::server::base64Encode (const std::vector< uint8_t > &input) |
| #define STB_IMAGE_WRITE_IMPLEMENTATION |