Set default values for starting time and start camera (closes #1981)

This commit is contained in:
Alexander Bock
2022-04-08 16:05:56 +02:00
parent bc470ebed8
commit 5fc5ce318a
3 changed files with 20 additions and 14 deletions

View File

@@ -144,14 +144,14 @@ public:
/**
* Sets a relative time from profile.
*/
void setTimeRelativeFromProfile(const std::string& setTime);
static void setTimeRelativeFromProfile(const std::string& setTime);
/**
* Sets an absolute time from profile.
* \param setTime a string containing time to set, which must be a valid
* ISO 8601-like date string of the format YYYY-MM-DDTHH:MN:SS
*/
void setTimeAbsoluteFromProfile(const std::string& setTime);
static void setTimeAbsoluteFromProfile(const std::string& setTime);
/**
* Returns the Lua library that contains all Lua functions available to change the