X-Plane Remote Access Plugin and Client Library
|
#include <SaveSituationRequest.h>
Public Member Functions | |
SaveSituationRequest (const std::string &path) | |
bool | getSuccess () const |
Public Member Functions inherited from xplra::Request | |
Request () | |
virtual | ~Request () |
Protected Member Functions | |
virtual void | execute () |
Private Attributes | |
std::string | path |
bool | success |
A request that saves the current situation into a file.
Definition at line 46 of file SaveSituationRequest.h.
|
inline |
Construct the request.
Definition at line 81 of file SaveSituationRequest.h.
|
protectedvirtual |
Execute the request.
Implements xplra::Request.
Definition at line 45 of file SaveSituationRequest.cc.
|
inline |
Get the result.
Definition at line 89 of file SaveSituationRequest.h.
|
private |
The path to save the situation into.
Definition at line 52 of file SaveSituationRequest.h.
|
private |
Indicate the success.
Definition at line 57 of file SaveSituationRequest.h.