#include <iris_base/export.h>
#include <string>
#include <memory>
#include <vector>
Go to the source code of this file.
◆ load_license_file() [1/2]
std::unique_ptr<license> IRIS_SDK_EXPORT iris_sdk::load_license_file |
( |
| ) |
|
Load license from file in known paths. (see known_paths)
- Exceptions
-
◆ load_license_file() [2/2]
std::unique_ptr<license> IRIS_SDK_EXPORT iris_sdk::load_license_file |
( |
const std::string & |
path | ) |
|
Load license from specified file.
- Parameters
-
[in] | path | file with license |
- Exceptions
-
◆ load_license_from_data()
std::unique_ptr<license> IRIS_SDK_EXPORT iris_sdk::load_license_from_data |
( |
const std::vector< uint8_t > & |
data | ) |
|
Load license from data container.
- Parameters
-
[in] | data | container with license |
- Exceptions
-