16#ifndef SIMLICENSE_FUNCTIONS_H
17#define SIMLICENSE_FUNCTIONS_H
27 int checkVerifyLicense(
const std::string &license_file,
const std::string &license_server);
35 void parseLicenseString(std::string str, std::string &licensee,
int &year,
int &month,
int &day);
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
int checkVerifyLicense(const std::string &license_file, const std::string &license_server)
Function to check and verify that user has license for the simulation.
Definition simlicense.cpp:33
void parseLicenseString(std::string str, std::string &licensee, int &year, int &month, int &day)
Function to parse license string for relevant data.
Definition simlicense.cpp:118