\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyone.h

1 /* *********************************************************************
2  * This Original Work is copyright of 51 Degrees Mobile Experts Limited.
3  * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
4  * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
5  *
6  * This Original Work is licensed under the European Union Public Licence
7  * (EUPL) v.1.2 and is subject to its terms as set out below.
8  *
9  * If a copy of the EUPL was not distributed with this file, You can obtain
10  * one at https://opensource.org/licenses/EUPL-1.2.
11  *
12  * The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
13  * amended by the European Commission) shall be deemed incompatible for
14  * the purposes of the Work and the provisions of the compatibility
15  * clause in Article 5 of the EUPL shall not apply.
16  *
17  * If using the Work as, or as part of, a network application, by
18  * including the attribution notice(s) required under Article 5 of the EUPL
19  * in the end user terms of the application under an appropriate heading,
20  * such notice(s) shall fulfill the requirements of that article.
21  * ********************************************************************* */
22 
23 
24 #ifndef FIFTYONE_DEGREES_SYNONYM_DEVICE_DETECTION_INCLUDED
25 #define FIFTYONE_DEGREES_SYNONYM_DEVICE_DETECTION_INCLUDED
26 
44 #include "common-cxx/fiftyone.h"
45 #include "dataset-dd.h"
46 #include "config-dd.h"
47 #include "results-dd.h"
48 
53 
54 #define ResultsUserAgentFree fiftyoneDegreesResultsUserAgentFree
55 #define ResultsUserAgentInit fiftyoneDegreesResultsUserAgentInit
56 #define ResultsUserAgentReset fiftyoneDegreesResultsUserAgentReset
57 #define ResultsDeviceDetectionInit fiftyoneDegreesResultsDeviceDetectionInit
58 #define ResultsDeviceDetectionFree fiftyoneDegreesResultsDeviceDetectionFree
59 #define DataSetDeviceDetectionReset fiftyoneDegreesDataSetDeviceDetectionReset
60 #define DataSetDeviceDetectionFree fiftyoneDegreesDataSetDeviceDetectionFree
61 #define DataSetDeviceDetectionRelease fiftyoneDegreesDataSetDeviceDetectionRelease
62 #define DataSetDeviceDetectionGet fiftyoneDegreesDataSetDeviceDetectionGet
63 #define DataSetDeviceDetectionInitPropertiesAndHeaders fiftyoneDegreesDataSetDeviceDetectionInitPropertiesAndHeaders
69 #endif
#define MAP_TYPE(t)
Macro used to support synonym implementation.
Definition: fiftyone.h:93
Device detection data set structure which contains the 'must have's for all device detection data set...
Definition: dataset-dd.h:51
Device detection specific results structure which any device detection processing results should exte...
Definition: results-dd.h:74
Singular User-Agent result returned by a device detection process method.
Definition: results-dd.h:49
Device detection configuration structure containing device detection specific configuration options,...
Definition: config-dd.h:52