SqueezeBrains SDK 1.13
sb_cs::SbLicenseConfiguration Class Reference

License configuration class that wraps the sb_t_license_configuration structure More...

#include <cs_license.h>

Data Fields

SbLicenseConfigurationId id
 License configuration identifier.
 
int num_models
 Maximum number of models allowed with the current license configuration. More...
 
int num_features
 Maximum number of features allowed with the current license configuration. More...
 
int num_threads
 Maximum number of threads allowed with the current license configuration. More...
 
float speed_boost
 Maximum detection speed boost allowed with the current license configuration. More...
 

Detailed Description

License configuration class that wraps the sb_t_license_configuration structure

Definition at line 70 of file cs_license.h.

Field Documentation

◆ num_features

int sb_cs::SbLicenseConfiguration::num_features

Maximum number of features allowed with the current license configuration.

See also
sb_t_license_configuration::num_features

Definition at line 84 of file cs_license.h.

◆ num_models

int sb_cs::SbLicenseConfiguration::num_models

Maximum number of models allowed with the current license configuration.

See also
sb_t_license_configuration::num_models

Definition at line 78 of file cs_license.h.

◆ num_threads

int sb_cs::SbLicenseConfiguration::num_threads

Maximum number of threads allowed with the current license configuration.

See also
sb_t_license_configuration::num_threads

Definition at line 90 of file cs_license.h.

◆ speed_boost

float sb_cs::SbLicenseConfiguration::speed_boost

Maximum detection speed boost allowed with the current license configuration.

See also
sb_t_license_configuration::speed_boost

Definition at line 96 of file cs_license.h.


The documentation for this class was generated from the following file: