![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
#include <iostream>#include <vector>#include <ctime>#include "simlicense.h"#include "encryptionfunctions.h"#include "utils/fileutils.h"Namespaces | |
| namespace | warptwin |
| Class to propagate CR3BP dynamics in characteristic units. | |
Functions | |
| int | warptwin::checkVerifyLicense (const std::string &license_file, const std::string &license_server) |
| Function to check and verify that user has license for the simulation. | |
| void | warptwin::parseLicenseString (std::string str, std::string &licensee, int &year, int &month, int &day) |
| Function to parse license string for relevant data. | |
Variables | |
| const std::string | warptwin::KEY = "kodasandymoosebuddy" |
| const int | warptwin::NO_ERROR = 0 |
| const int | warptwin::ERROR_LICENSE = 300 |