Versioning sanity checks

Utility functions to verify the expected library versions are being loaded at runtime.

The format of the returned strings are not guaranteed to remain consistent from one version to another, nor between the two functions, so please don’t try to parse them. Instead, use the macros in Version.h if you need to conditionally perform an operation that depend on library versions.

Functions

const char * omni::connect::core::clientVersion()

Verify the expected Omniverse Client Library version is being loaded at runtime.

const char * omni::connect::core::version()

Verify the expected Omniverse Connect SDK is being loaded at runtime.

bool omni::connect::core::withNucleus()

Verify whether Nucleus support is available via the Omniverse Client Library.