5G-MAG Reference Tools - MBMS Modem
Classes | Enumerations | Variables
RestHandler.h File Reference
#include <string>
#include <vector>
#include <map>
#include <memory>
#include <libconfig.h++>
#include "SdrReader.h"
#include "Phy.h"
#include "cpprest/json.h"
#include "cpprest/http_listener.h"
#include "cpprest/uri.h"
#include "cpprest/asyncrt_utils.h"
#include "cpprest/filestream.h"
#include "cpprest/containerstream.h"
#include "cpprest/producerconsumerstream.h"
Include dependency graph for RestHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RestHandler
 The RESTful API handler. More...
 
class  RestHandler::ChannelInfo
 RX Info pertaining to an SCH (MCCH/MCH or PDSCH) More...
 

Enumerations

enum  state_t { searching , syncing , processing }
 

Variables

const int CINR_RAVG_CNT = 100
 

Enumeration Type Documentation

◆ state_t

enum state_t
Enumerator
searching 
syncing 
processing 

Definition at line 39 of file RestHandler.h.

state_t
Definition: RestHandler.h:39
@ syncing
Definition: RestHandler.h:39
@ searching
Definition: RestHandler.h:39
@ processing
Definition: RestHandler.h:39

Variable Documentation

◆ CINR_RAVG_CNT

const int CINR_RAVG_CNT = 100

Definition at line 38 of file RestHandler.h.