Skip to content

Optional module: Provides meta information about the build (build host, time, toolkit libs) for a quasar OPC-UA server.

License

Notifications You must be signed in to change notification settings

quasar-team/BuildMetaInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildMetaInfo

Optional module: Provides meta information about the build (build host, time, toolkit libs) for a quasar OPC-UA server.

This quasar optional module executes a python script (run on every build) which generates information describing the specifics of the build. THe generated information is available in C++ code via the following methods in file BuildMetaInfo.h

std::string getBuildTime();
std::string getBuildHost();
std::string getToolkitLibs();

About

Optional module: Provides meta information about the build (build host, time, toolkit libs) for a quasar OPC-UA server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published