2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 ConfigurationWriter.cpp:18
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:34
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:119