Virgil IoT Kit framework enabled features.
More...
#include <VSQFeatures.h>
Virgil IoT Kit framework enabled features.
Initialize this class and use it for VSQIoTKitFacade::init call.
◆ TSet
◆ EFeature
Features enumeration.
Enumerator |
---|
SNAP_INFO_CLIENT | INFO client service.
|
SNAP_SNIFFER | Snap sniffer.
|
◆ featuresSet()
const TSet& VSQFeatures::featuresSet |
( |
| ) |
const |
|
inline |
Get features set.
- Returns
- Features set
◆ hasFeature()
bool VSQFeatures::hasFeature |
( |
EFeature |
feature | ) |
const |
|
inline |
Test feature.
This function checks that feature is present in the features set
- Parameters
-
- Returns
- true if feature is present in the set
◆ hasSnap()
bool VSQFeatures::hasSnap |
( |
| ) |
const |
|
inline |
Test snap feature.
- Returns
- true if snap feature is present in the set
◆ operator<<()
Add feature.
Use this function to add feature to the list
- Parameters
-
- Returns
- Reference to the VSQFeatures instance
The documentation for this class was generated from the following file: