AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ GetVerInfo() [1/2]

virtual void drama::git::Path::GetVerInfo ( std::string *  verNum,
std::string *  verDate = nullptr,
std::string *  taskDescr = nullptr,
std::string *  devType = nullptr 
) const
virtual

Return the task version and device info values.

These values are only valid after the task has been loaded by drama::git::Path. If not, they will be empty strings.

Does not fail if pointers are nullptr, just ignores those items.

Parameters
verNumThe value of the ENQ_VER_NUM parameter is returned here. If nullptr, ignored.
verDateThe value of the ENQ_VER_DATE parameter is returned here. If nullptr, ignored.
taskDescrThe value of the ENQ_DEV_DESCR parameter is returned here. If nullptr, ignored.
devTypeThe value of the ENQ_DEV_TYPE parameter is returned here. If nullptr, ignored.