Public Member Functions | Private Attributes
rovio_http Class Reference

Provides direct communication to the Rovio to via cURL. More...

#include <rovio_http.h>

List of all members.

Public Member Functions

 rovio_http (std::string user, std::string pass)
rovio_responsesend (const char *url)
virtual ~rovio_http ()

Private Attributes

CURL * curl
sem_t sem

Detailed Description

Provides direct communication to the Rovio to via cURL.

The rovio_http handles communication to the Rovio's HTTP server using cURL.

Definition at line 51 of file rovio_http.h.


Constructor & Destructor Documentation

rovio_http::rovio_http ( std::string  user,
std::string  pass 
)

Create a rovio_http object that can be used to send HTTP commands to the Rovio. A valid username and password must be provide at construction.

Parameters:
userthe username used to authenticate with the Rovio
passthe password used to authenticate with the Rovio

Definition at line 15 of file rovio_http.cpp.

rovio_http::~rovio_http ( ) [virtual]

Cleanup any resources from the rovio_http object and from cURL.

Definition at line 34 of file rovio_http.cpp.


Member Function Documentation

rovio_response * rovio_http::send ( const char *  url)

Send the given full URL command to the Rovio. A buffer containing the response is returned.

Parameters:
urlthe full URL command to send to the Rovio
Returns:
a buffer containing the response from the Rovio

Definition at line 42 of file rovio_http.cpp.


Member Data Documentation

CURL* rovio_http::curl [private]

used to communicate with the Rovio

Definition at line 76 of file rovio_http.h.

sem_t rovio_http::sem [private]

used to ensure only one call to cURL occurs

Definition at line 77 of file rovio_http.h.


The documentation for this class was generated from the following files:


rovio_shared
Author(s): Russell Toris
autogenerated on Mon Oct 6 2014 07:13:07