ExampleBase.hpp
161 thread threads[THREAD_COUNT];
State for a single thread carrying out processing in order to store a hash of the results.
Definition: ExampleBase.hpp:169
fiftyoneDegreesStatusCode
Status returned from the initialisation of a resource.
Definition: status.h:82
RequiredPropertiesConfig * properties
Properties to initialise the Engine with.
Definition: ExampleBase.hpp:203
Encapsulates the results of a Hash device detection engine's processing.
Definition: ResultsHash.hpp:65
Encapsulates the Hash engine class which implements EngineDeviceDetection.
Definition: EngineHash.hpp:95
Hash Device Detection specific classes.
Definition: ComponentMetaDataBuilderHash.hpp:36
static const char * desktopUserAgent
Example desktop User-Agent string.
Definition: ExampleBase.hpp:100
C++ class wrapper for the fiftyoneDegreesConfigHash configuration structure.
Definition: ConfigHash.hpp:72
C++ class wrapper for the fiftyoneDegreesPropertiesRequired structure.
Definition: RequiredPropertiesConfig.hpp:57
static const char * mobileUserAgent
Example mobile User-Agent string.
Definition: ExampleBase.hpp:97
Base class extended by all Hash examples.
Definition: ExampleBase.hpp:59
static const char * mediaHubUserAgent
Example media hub User-Agent string.
Definition: ExampleBase.hpp:103
EngineHash * engine
Hash Engine used for the example.
Definition: ExampleBase.hpp:205
ConfigHash * config
Configuration for the Engine.
Definition: ExampleBase.hpp:201
int hashCode
Running hash code for the processing being carried out.
Definition: ExampleBase.hpp:178
EngineHash * engine
Pointer to the engine.
Definition: ExampleBase.hpp:177