ftapp
Smart Device Interface API
Functions | Variables
ApiCleanup.cpp File Reference
#include "localdef.h"
#include "spitbolpp.h"
Include dependency graph for ApiCleanup.cpp:

Go to the source code of this file.

Functions

bool ApiTripCleanup (std::string &reply, const Char *sk, const Char *json)
 

Variables

static std::string remainder
 
static std::string trip
 
static Pattern PatCleanup
 

Function Documentation

bool ApiTripCleanup ( std::string &  reply,
const Char *  sk,
const Char *  json 
)

Definition at line 33 of file ApiCleanup.cpp.

References json, PatCleanup, remainder, TestSessionKey(), and trip.

Here is the call graph for this function:

Variable Documentation

Pattern PatCleanup
static
Initial value:
= Arb() &
"\"TripID\"" & PatWhsp &
":" & PatWhsp &
"\"" & Break( '\"' ) * trip & Len( 1 ) &
Rem() * remainder
static std::string remainder
Definition: ApiCleanup.cpp:24
static std::string trip
Definition: ApiCleanup.cpp:25

Definition at line 27 of file ApiCleanup.cpp.

Referenced by ApiTripCleanup().

std::string remainder
static

Definition at line 24 of file ApiCleanup.cpp.

Referenced by ApiTripCleanup().

std::string trip
static

Definition at line 25 of file ApiCleanup.cpp.

Referenced by ApiTripCleanup().