ROME 2 Lab5

Embed: (wiki syntax)

« Back to documentation index

HTTPScriptLIDAR Class Reference

HTTPScriptLIDAR Class Reference

This is a specific http script to read scans from a LIDAR. More...

#include <HTTPScriptLIDAR.h>

Inherits HTTPScript.

Public Member Functions

 HTTPScriptLIDAR (LIDAR &lidar)
 Create and initialize this http script.

Detailed Description

This is a specific http script to read scans from a LIDAR.

See also:
HTTPServer

Definition at line 19 of file HTTPScriptLIDAR.h.


Constructor & Destructor Documentation

HTTPScriptLIDAR ( LIDAR lidar )

Create and initialize this http script.

Parameters:
lidara reference to the lidar to read scans from.

Definition at line 32 of file HTTPScriptLIDAR.cpp.