MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / featureTier

Method featureTier

app/src/Licensing/CommercialToken.cpp:118–121  ·  view source on GitHub ↗

* @brief Returns the feature tier derived from the license variant. */

Source from the content-addressed store, hash-verified

116 * @brief Returns the feature tier derived from the license variant.
117 */
118Licensing::FeatureTier Licensing::CommercialToken::featureTier() const noexcept
119{
120 return m_tier;
121}
122
123/**
124 * @brief Returns the number of days the token remains valid offline.

Callers 15

proWidgetsEnabledMethod · 0.80
createDriverMethod · 0.80
openMethod · 0.80
onMessageReceivedMethod · 0.80
createFileMethod · 0.80
setExportEnabledMethod · 0.80
getStatusMethod · 0.80
createFileMethod · 0.80
setExportEnabledMethod · 0.80
setPlotSweepMethod · 0.80
setMultiplotSweepMethod · 0.80
registerXAxisIfNeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected