Variables
alb_curl_helper.cpp File Reference
#include <map>
#include <stdio.h>
#include "ros/ros.h"
#include "alb_curl_helper.h"
Include dependency graph for alb_curl_helper.cpp:

Go to the source code of this file.

Variables

constexpr const char * k_api = "/api/v1/"
 
constexpr const char * k_display_config = "Display current ALB config"
 
constexpr const char * k_header_accept = "accept: "
 
constexpr const char * k_header_app_json = "application/json"
 
constexpr const char * k_header_app_octet = "application/octet-stream"
 
constexpr const char * k_header_content = "Content-Type: "
 
constexpr const char * k_http = "http://"
 
const std::map< AlbCurlHelper::processing_service_e, std::string > k_processing_commands
 
constexpr const char * k_processing_config = "processing/config"
 
constexpr const char * k_processing_zones = "processing/zones"
 
constexpr const int k_server_success = 200
 
constexpr const int k_server_upload_success = 201
 
constexpr const char * k_storage = "storage/"
 

Variable Documentation

◆ k_api

constexpr const char* k_api = "/api/v1/"
constexpr

Definition at line 13 of file alb_curl_helper.cpp.

◆ k_display_config

constexpr const char* k_display_config = "Display current ALB config"
constexpr

Definition at line 28 of file alb_curl_helper.cpp.

◆ k_header_accept

constexpr const char* k_header_accept = "accept: "
constexpr

Definition at line 23 of file alb_curl_helper.cpp.

◆ k_header_app_json

constexpr const char* k_header_app_json = "application/json"
constexpr

Definition at line 25 of file alb_curl_helper.cpp.

◆ k_header_app_octet

constexpr const char* k_header_app_octet = "application/octet-stream"
constexpr

Definition at line 26 of file alb_curl_helper.cpp.

◆ k_header_content

constexpr const char* k_header_content = "Content-Type: "
constexpr

Definition at line 24 of file alb_curl_helper.cpp.

◆ k_http

constexpr const char* k_http = "http://"
constexpr

Definition at line 12 of file alb_curl_helper.cpp.

◆ k_processing_commands

const std::map<AlbCurlHelper::processing_service_e, std::string> k_processing_commands
Initial value:
= {
{ AlbCurlHelper::processing_service_e::Restart, "processing/restart" },
{ AlbCurlHelper::processing_service_e::Stop, "processing/stop" },
{ AlbCurlHelper::processing_service_e::Status, "processing/status" }
}

Definition at line 14 of file alb_curl_helper.cpp.

◆ k_processing_config

constexpr const char* k_processing_config = "processing/config"
constexpr

Definition at line 19 of file alb_curl_helper.cpp.

◆ k_processing_zones

constexpr const char* k_processing_zones = "processing/zones"
constexpr

Definition at line 20 of file alb_curl_helper.cpp.

◆ k_server_success

constexpr const int k_server_success = 200
constexpr

Definition at line 31 of file alb_curl_helper.cpp.

◆ k_server_upload_success

constexpr const int k_server_upload_success = 201
constexpr

Definition at line 32 of file alb_curl_helper.cpp.

◆ k_storage

constexpr const char* k_storage = "storage/"
constexpr

Definition at line 21 of file alb_curl_helper.cpp.



outsight_alb_driver
Author(s): Outsight
autogenerated on Thu Oct 13 2022 02:21:45