Nicolas Borla / Mbed OS ROME2_Robot_Firmware
Embed: (wiki syntax)

« Back to documentation index

IndexScript Class Reference

IndexScript Class Reference

This is an application specific implementation of the http script. More...

#include <IndexScript.h>

Inherits HTTPScript.

Public Member Functions

 IndexScript ()
 Creates a custom http script.
virtual string call (vector< string > names, vector< string > values)
 This method contains the logic to be executed when this http script is called.

Detailed Description

This is an application specific implementation of the http script.

Definition at line 23 of file IndexScript.h.


Constructor & Destructor Documentation

IndexScript (  )

Creates a custom http script.

Definition at line 17 of file IndexScript.cpp.


Member Function Documentation

string call ( vector< string >  names,
vector< string >  values 
) [virtual]

This method contains the logic to be executed when this http script is called.

Reimplemented from HTTPScript.

Definition at line 24 of file IndexScript.cpp.