-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cacommon.h
- * @brief This file contains the common data structures between Resource , CA and adapters
+ * @file
+ *
+ * This file contains the common data structures between Resource, CA and
+ * adapters.
*/
#ifndef __CA_COMMON_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cainterface.h
- * @brief This file contains the APIs for Resource Model to use
+ * @file
+ *
+ * This file contains the APIs for Resource Model to use.
*/
#ifndef __CA_INTERFACE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
*
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* limitations under the License.
*
******************************************************************/
+
/**
- * @file umutex.h
- * @brief This file provides APIs related to mutex and semaphores
+ * @file
+ *
+ * This file provides APIs related to mutex and semaphores.
*/
#ifndef __UMUTEX_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file uqueue.h
- * @brief This file contains the APIs for queue to be implemented
+ * @file
+ *
+ * This file contains the APIs for queue to be implemented.
*/
+
#ifndef __U_QUEUE_H_
#define __U_QUEUE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
*
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* limitations under the License.
*
******************************************************************/
+
/**
- * @file uthreadpool.h
- * @brief This file provides APIs related to thread pool
+ * @file
+ *
+ * This file provides APIs related to thread pool.
*/
#ifndef __UTHREAD_POOL_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
*
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* limitations under the License.
*
******************************************************************/
+
/**
- * @file umutex.c
- * @brief This file provides APIs related to mutex and semaphores
+ * @file
+ * This file provides APIs related to mutex and semaphores.
*/
#include "umutex.h"
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
*
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
******************************************************************/
/**
- * @file uthreadpool.c
- * @brief This file provides APIs related to thread pool
+ * @file
+ *
+ * This file provides APIs related to thread pool.
*/
#include "uthreadpool.h"
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caadapterinterface.h
- * @brief This file contains the APIs for adapters to be implemented
+ * @file
+ *
+ * This file contains the APIs for adapters to be implemented.
*/
+
#ifndef __CA_ADAPTER_INTERFACE_H_
#define __CA_ADAPTER_INTERFACE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caadapterutils.h
- * @brief This file contains common utility function for CA transport adaptors.
+ * @file
+ *
+ * This file contains common utility function for CA transport adaptors.
*/
#ifndef _CA_ADAPTER_UTILS_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file caedradapter.h
- * @brief This file contains the APIs for EDR adapters.
+ * @file
+ *
+ * This file contains the APIs for EDR adapters.
*/
+
#ifndef __CA_EDRADAPTER_H_
#define __CA_EDRADAPTER_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file caedradapter_singlethread.h
- * @brief This file contains the APIs for EDR adapters to be implemented
+ * @file
+ *
+ * This file contains the APIs for EDR adapters to be implemented.
*/
+
#ifndef __CA_EDRADAPTER_SINGLETHREAD_H_
#define __CA_EDRADAPTER_SINGLETHREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caedrcore.h
- * @brief This file contains the APIs for BT EDR communications.
+ * @file
+ *
+ * This file contains the APIs for BT EDR communications.
*/
+
#ifndef __CA_EDRCORE_H_
#define __CA_EDRCORE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caedrinterface.h
- * @brief This file provides APIs for EDR adapter - client, server, network monitor modules
+ * @file
+ *
+ * This file provides APIs for EDR adapter - client, server, network monitor
+ * modules.
*/
#ifndef __CA_EDR_INTERFACE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caedrcore.h
- * @brief This file contains the APIs for BT EDR communications.
+ * @file
+ *
+ * This file contains the APIs for BT EDR communications.
*/
+
#ifndef __CA_EDRCORE_H_
#define __CA_EDRCORE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
-* @file caedrutils.h
-* @brief This file contains the APIs for BT communications.
-*/
+ * @file
+ *
+ * This file contains the APIs for BT communications.
+ */
+
#ifndef __CA_EDRUTILES_H_
#define __CA_EDRUTILES_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caethernetadapter.h
- * @brief This file contains the APIs for Ethernet Adapter.
+ * @file
+ *
+ * This file contains the APIs for Ethernet Adapter.
*/
+
#ifndef __CA_ETHERNET_ADAPTER_H__
#define __CA_ETHERNET_ADAPTER_H__
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caethernetadapter_singlethread.h
- * @brief This file contains the APIs for Ethernet Adapter.
+ * @file
+ *
+ * This file contains the APIs for Ethernet Adapter.
*/
+
#ifndef __CA_ETHERNET_ADAPTER_SINGLETHREAD_H__
#define __CA_ETHERNET_ADAPTER_SINGLETHREAD_H__
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caethernetinterface.h
- * @brief This file provides APIs ethernet client/server/network monitor modules
+ * @file
+ *
+ * This file provides APIs ethernet client/server/network monitor modules.
*/
#ifndef _CA_ETHERNET_INTERFACE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caethernetinterface_singlethread.h
- * @brief This file provides APIs ethernet client/server/network monitor modules
+ * @file
+ *
+ * This file provides APIs ethernet client/server/network monitor modules.
*/
#ifndef _CA_ETHERNET_INTERFACE_SINGLETHREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caadapterutils.h
- * @brief This file contains common utility function for CA transport adaptors.
+ * @file
+ *
+ * This file contains common utility function for CA transport adaptors.
*/
#ifndef __CA_INTERFACE_CONTROLLER_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file cainterfacecontroller_singlethread.h
- * @brief This file contains the APIs for the interface controller
+ * @file
+ *
+ * This file contains the APIs for the interface controller.
*/
#ifndef __CA_INTERFACE_CONTROLLER_SINGLETHREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caleadapter.h
- * @brief This file contains the APIs for LE adapters to be implemented
+ * @file
+ *
+ * This file contains the APIs for LE adapters to be implemented.
*/
+
#ifndef _CA_LEADAPTER_H_
#define _CA_LEADAPTER_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caleadapter_singlethread.h
- * @brief This file contains the APIs for LE adapters to be implemented
+ * @file
+ *
+ * This file contains the APIs for LE adapters to be implemented.
*/
+
#ifndef _CA_LEADAPTER_SINGLETHREAD_H_
#define _CA_LEADAPTER_SINGLETHREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file calecore.h
- * @brief This file contains the APIs for BT LE communications.
+ * @file
+ *
+ * This file contains the APIs for BT LE communications.
*/
+
#ifndef __CA_LECORE_H_
#define __CA_LECORE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caleinterface.h
- * @brief This file provides APIs for BLE modules
+ * @file
+ *
+ * This file provides APIs for BLE modules.
*/
#ifndef _CA_LE_INTERFACE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caleinterface_singlethread.h
- * @brief This file provides APIs for BLE modules
+ * @file
+ *
+ * This file provides APIs for BLE modules.
*/
#ifndef _CA_LE_INTERFACE_SINGLETHREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
-* @file calenwmonitor.h
-* @brief This file contains the APIs for BT LE communications.
-*/
+ * @file
+ *
+ * This file contains the APIs for BT LE communications.
+ */
+
#ifndef __CA_LENWMONITOR_H_
#define __CA_LENWMONITOR_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
-* @file calecore.h
-* @brief This file contains the APIs for BT LE communications.
-*/
+ * @file
+ *
+ * This file contains the APIs for BT LE communications.
+ */
+
#ifndef __CA_LESERVER_H_
#define __CA_LESERVER_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
-* @file caleutils.h
-* @brief This file contains the APIs for BT LE communications.
-*/
+ * @file
+ *
+ * This file contains the APIs for BT LE communications.
+ */
+
#ifndef __CA_LEUTILES_H_
#define __CA_LEUTILES_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file camessagehandler.h
+ * @file
+ *
* @brief This file contains message functionality.
*/
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file camessagehandler_singlethread.h
- * @brief This file contains message functionality.
+ * @file
+ *
+ * This file contains message functionality.
*/
#ifndef __CA_MESSAGE_HANDLER_SINGLETHREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file camsgparser.h
- * @brief This file contains common utility functions to manage the CA msg ragmentation and reassemebly.
+ * @file
+ *
+ * This file contains common utility functions to manage the CA msg
+ * fragmentation and reassemebly.
*/
-
#ifndef _CA_MSG_PARSER_H_
#define _CA_MSG_PARSER_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file canetworkconfigurator.h
- * @brief This file contains utility functions for network configurations.
+ * @file
+ *
+ * This file contains utility function for network configurations.
*/
#ifndef _NETWORK_CONFIGURATOR_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file caprotocolmessage.h
- * @brief This file contains common function for handling protocol messages.
+ * @file
+ *
+ * This file contains common function for handling protocol messages.
*/
#ifndef __CA_PROTOCOL_MESSAGE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file caprotocolmessage_singlethread.h
- * @brief This file contains common function for handling protocol messages.
+ * @file
+ *
+ * This file contains common function for handling protocol messages.
*/
#ifndef __CA_PROTOCOL_MESSAGE_SINGLETHREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file caqueueingthread.h
- * @brief This file contains common utility function for handling message ques
+ * @file
+ *
+ * This file contains common utility function for handling message ques.
*/
+
#ifndef __CA_THREAD_H_
#define __CA_THREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caremotehandler.h
- * @brief This file contains common utility function for remote endpoints
+ * @file
+ *
+ * This file contains common utility function for remote endpoints.
*/
#ifndef __CA_REMOTE_HANDLER_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file caretransmission.h
- * @brief
+ * @file
+ *
+ *
*/
+
#ifndef __CA_RETRANSMISSION_H_
#define __CA_RETRANSMISSION_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file caretransmission_singlethread.h
- * @brief
+ * @file
+ *
+ *
*/
+
#ifndef __CA_RETRANSMISSION_SINGLETHREAD_H_
#define __CA_RETRANSMISSION_SINGLETHREAD_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cawifiadapter.h
- * @brief This file contains the APIs for WiFi Adapter.
+ * @file
+ *
+ * This file contains the APIs for WiFi Adapter.
*/
+
#ifndef __CA_WIFI_ADAPTER_H__
#define __CA_WIFI_ADAPTER_H__
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cawifiadapter_singlethread.h
- * @brief This file contains the APIs for WiFi Adapter.
+ * @file
+ *
+ * This file contains the APIs for WiFi Adapter.
*/
+
#ifndef __CA_WIFI_ADAPTER_SINGLETHREAD_H__
#define __CA_WIFI_ADAPTER_SINGLETHREAD_H__
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cawifiinterface.h
- * @brief This file provides APIs for WIFI adapter - client, server, network monitor modules
+ * @file
+ *
+ * This file provides APIs for WIFI adapter - client, server, network
+ * monitor modules.
*/
#ifndef _CA_WIFI_INTERFACE_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cawifiinterface_singlethread.h
- * @brief This file provides APIs for WIFI adapter - client, server, network monitor modules
+ * @file
+ *
+ * This file provides APIs for WIFI adapter - client, server, network
+ * monitor modules.
*/
#ifndef _CA_WIFI_INTERFACE_SINGLETHREAD_H_
* limitations under the License.
*/
+/**
+ * @file
+ *
+ * API to control the Bluetooth adapter and devices and communications.
+ *
+ * @ingroup CAPI_NETWORK_BLUETOOTH_MODULE
+ */
#ifndef __TIZEN_NETWORK_BLUETOOTH_H__
#define __TIZEN_NETWORK_BLUETOOTH_H__
{
#endif /* __cplusplus */
-/**
- * @file bluetooth.h
- * @brief API to control the Bluetooth adapter and devices and communications.
- * @ingroup CAPI_NETWORK_BLUETOOTH_MODULE
- */
-
-
/**
* @addtogroup CAPI_NETWORK_BLUETOOTH_MODULE
* @{
* limitations under the License.
*/
+/**
+ * @file
+ *
+ * API to control the Bluetooth adapter, devices and communications.
+ *
+ * @ingroup CAPI_NETWORK_BLUETOOTH_TYPE_MODULE
+ */
#ifndef __TIZEN_NETWORK_BLUETOOTH_TYPE_H__
#define __TIZEN_NETWORK_BLUETOOTH_TYPE_H__
{
#endif /* __cplusplus */
-/**
- * @file bluetooth_type.h
- * @brief API to control the Bluetooth adapter, devices and communications.
- * @ingroup CAPI_NETWORK_BLUETOOTH_TYPE_MODULE
- */
-
-
/**
* @ingroup CAPI_NETWORK_BLUETOOTH_MODULE
* @brief Enumerations of Bluetooth error codes.
* limitations under the License.
*/
+/**
+ * @file
+ *
+ *
+ */
#ifndef __TIZEN_NETWORK_BLUETOOTH_PRODUCT_H__
#define __TIZEN_NETWORK_BLUETOOTH_PRODUCT_H__
{
#endif /* __cplusplus */
-/**
- * @file bluetooth_product.h
- */
-
/**
* @internal
* @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_MODULE
* limitations under the License.
*/
+/**
+ * @file
+ *
+ *
+ */
#ifndef __TIZEN_NETWORK_BLUETOOTH_TYPE_PRODUCT_H__
#define __TIZEN_NETWORK_BLUETOOTH_TYPE_PRODUCT_H__
{
#endif /* __cplusplus */
-/**
- * @file bluetooth_type_product.h
- */
-
/**
* @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
* @brief Enumerations of the Bluetooth adapter le scan type.
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caedradapter.c
- * @brief This file contains the APIs for EDR adapter.
+ * @file
+ *
+ * This file contains the APIs for EDR adapter.
*/
#include "caedradapter.h"
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cabtclient.c
- * @brief This file provides the APIs to establish RFCOMM connection with remote bluetooth device
+ * @file
+ *
+ * This file provides the APIs to establish RFCOMM connection with remote
+ * bluetooth device.
*/
+
#include <string.h>
#include <bluetooth.h>
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caedrdevicelist.c
- * @brief This file provides APIs to access the discovered bluetooth device list
+ * @file
+ *
+ * This file provides APIs to access the discovered bluetooth device list.
*/
#include "caedrdevicelist.h"
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cabtdevicelist.h
- * @brief This file provides APIs to manage discovered bluetooth device list.
+ * @file
+ *
+ * This file provides APIs to manage discovered bluetooth device list.
*/
#ifndef __CA_EDR_DEVICE_LIST_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caedrendpoint.c
- * @brief This file provides the APIs to send data on established RFCOMM connections.
+ * @file
+ *
+ * This file provides the APIs to send data on established RFCOMM connections.
*/
#include "caedrendpoint.h"
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cabtendpoint.h
- * @brief This file provides the APIs to send data on established RFCOMM connections.
+ * @file
+ *
+ * This file provides the APIs to send data on established RFCOMM connections.
*/
#ifndef __CA_EDR_ENDPOINT_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cabtnwmonitor.c
- * @brief This file provides the APIs for EDR Network Monitor
+ * @file
+ *
+ * This file provides the APIs for EDR Network Monitor.
*/
#include <string.h>
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caedrserver.c
- * @brief This file provides the APIs to start and stop RFCOMM server.
+ * @file
+ *
+ * This file provides the APIs to start and stop RFCOMM server.
*/
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caedrutils.c
- * @brief This file provides helper functions for EDR adapter.
+ * @file
+ *
+ * This file provides helper functions for EDR adapter.
*/
#include "caedrutils.h"
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cabtutils.h
- * @brief This file provides helper functions for EDR adapter.
+ * @file
+ *
+ * This file provides helper functions for EDR adapter.
*/
#ifndef __CA_EDR_UTILS_H_
-
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cableserver.h
- * @brief This file contains the APIs related to the GATT Server functionalities.
- * Creation of the GattServer with the characteristics. Enabling the advertisement
- * and updating the characteristics for the response and notifying the change of
- * characteristcs for the request will be done here
+ * @file
+ *
+ * This file contains the APIs related to the GATT Server functionalities.
+ * Creation of the GattServer with the characteristics. Enabling the
+ * advertisement and updating the characteristics for the response and
+ * notifying the change of characteristcs for the request will be done here.
*/
#ifndef _BLE_ADAPTER_ARDUINO_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cableclient.h
- * @brief This file contains the functionalities of GATT Client. Functionalities like LE device
- * discovery, connecting to the LE device with OIC service, registering to the service and
- * there characteristics, registering to the change in the charateristics, setting the
- * value of the characteristcs for the request and response will be done here.
+ * @file
+ *
+ * This file contains the functionalities of GATT Client. Functionalities
+ * like LE device discovery, connecting to the LE device with OIC service,
+ * registering to the service and there characteristics, registering to the
+ * change in the charateristics, setting the value of the characteristcs
+ * for the request and response will be done here.
*/
#ifndef _BLE_CLIENT_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cableserver.h
- * @brief This file contains the APIs related to the GATT Server functionalities.
- * Creation of the GattServer with the characteristics. Enabling the advertisement and
- * updating the characteristics for the response and notifying the change of characteristcs
- * for the request will be done here. LE adapter will interact with this sub module.
+ * @file
+ *
+ * This file contains the APIs related to the GATT Server functionalities.
+ * Creation of the GattServer with the characteristics. Enabling the
+ * advertisement and updating the characteristics for the response and
+ * notifying the change of characteristcs for the request will be done here.
+ * LE adapter will interact with this sub module.
*/
#ifndef __TZ_BLE_SERVER_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file cableutil.h
- * @brief This file contains the util function for LE adapter. This maintains the list of services
- * an individual GATT Client connected to and operations on that list, such as getting the
- * service info with BD address or with position etc. This is mainly useful for the
- * multicast transmission of data where client needs to have the info of all the services
- * to which it is connected.
+ * @file
+ *
+ * This file contains the util function for LE adapter. This maintains the
+ * list of services an individual GATT Client connected to and operations on
+ * that list, such as getting the service info with BD address or with
+ * position etc. This is mainly useful for the multicast transmission of
+ * data where client needs to have the info of all the services to which it
+ * is connected.
*/
#ifndef _BLE_UTIL_H_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caethernetadapterutils.h
- * @brief This file provides APIs ethernet client/server/network monitor modules
+ * @file
+ *
+ * This file provides APIs ethernet client/server/network monitor modules.
*/
#ifndef _CA_ETHERNET_ADAPTER_UTILS_
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
* limitations under the License.
*
******************************************************************/
+
/**
- * @file cawifinwmonitor.cpp
- * @brief This file is to keep design in sync with other platforms. Right now there is no
- * api for network monitioring in arduino.
+ * @file
+ *
+ * This file is to keep design in sync with other platforms. Right now
+ * there is no api for network monitioring in arduino.
*/
#include "cawifiinterface_singlethread.h"
<tab type="hierarchy" visible="yes" title="" intro=""/>
<tab type="classmembers" visible="yes" title="" intro=""/>
</tab>
+ <tab type="files" visible="yes" title="">
+ <tab type="filelist" visible="yes" title="" intro=""/>
+ <tab type="globals" visible="yes" title="" intro=""/>
+ </tab>
</navindex>
</doxygenlayout>
-
//******************************************************************
//
// Copyright 2014 Intel Mobile Communications GmbH All Rights Reserved.
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file AttributeValue.h
-
-/// @brief This file contains the definition of the internally used
-// type AttributeValue
+/**
+ * @file
+ *
+ * This file contains the definition of the internally used type
+ * AttributeValue.
+ */
#ifndef __ATTRIBUTEVALUE_H
#define __ATTRIBUTEVALUE_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCHeaderOption.h
-
-/// @brief This file contains the declaration of classes and its members related to
-/// OCHeaderOption.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * OCHeaderOption.
+ */
#ifndef __OCHEADEROPTION_H
#define __OCHEADEROPTION_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCPlatform.h
-
-/// @brief This file contains the declaration of classes and its members related to
-/// OCPlatform.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * OCPlatform.
+ */
#ifndef __OCPLATFORM_H
#define __OCPLATFORM_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCPlatform_impl.h
-
-/// @brief Implementation of the OCPlatform functionality. It contains
-/// a singleton interface that is used only by the OCPlatform namespace and is the
-/// central entrance to the stack.
+/**
+ * @file
+ *
+ * Implementation of the OCPlatform functionality. It contains a singleton
+ * interface that is used only by the OCPlatform namespace and is the
+ * central entrance to the stack.
+ */
#ifndef __OCPLATFORM_IMPL_H
#define __OCPLATFORM_IMPL_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCRepresentation.h
-
-/// @brief This file contains the declaration of classes and its members
-/// related to OCRepresentation
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related
+ * to OCRepresentation.
+ */
#ifndef __OCREPRESENTATION_H
#define __OCREPRESENTATION_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCResource.h
-
-/// @brief This file contains the declaration of classes and its members related to
-/// Resource.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * Resource.
+ */
#ifndef __OCRESOURCE_H
#define __OCRESOURCE_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCResourceRequest.h
-
-/// @brief This file contains the declaration of classes and its members related to
-/// ResourceRequest.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * ResourceRequest.
+ */
#ifndef __OCRESOURCEREQUEST_H
#define __OCRESOURCEREQUEST_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCResourceResponse.h
-
-/// @brief This file contains the declaration of classes and its members related to
-/// ResourceResponse.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * ResourceResponse.
+ */
#ifndef __OCRESOURCERESPONSE_H
#define __OCRESOURCERESPONSE_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCSecurityModel.h
-
-/// @brief This file contains the declaration of classes and its members required to provide
-/// security model support.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members required to
+ * provide security model support.
+ */
#ifndef __OCSECURITYMODEL_H
#define __OCSECURITYMODEL_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file OCRepresentation.cpp
-
-/// @brief This file contains the implementation of classes and its members
-/// related to OCRepresentation
+/**
+ * @file
+ *
+ * This file contains the implementation of classes and its members related
+ * to OCRepresentation.
+ */
#include <OCRepresentation.h>
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file Config.cpp
-
-/// @brief
-
+/**
+ * @file
+ *
+ */
#include "Config.h"
{
return "";
}
-}
\ No newline at end of file
+}
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file Config.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
#ifndef __CONFIG_H
#define __CONFIG_H
};
}
-#endif
\ No newline at end of file
+#endif
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file CpluffAdapter.cpp
-
-/// @brief
+/**
+ * @file
+ *
+ */
#include "CpluffAdapter.h"
const std::string CpluffAdapter::getState(const std::string plugID)
{
return state_to_string(cp_get_plugin_state(m_context, plugID.c_str()));
-}
\ No newline at end of file
+}
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file CpluffAdapter.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
#ifndef __CPLUFFADAPTER_H
#define __CPLUFFADAPTER_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file FelixAdapter.cpp
-
-/// @brief
+/**
+ * @file
+ *
+ */
#include "FelixAdapter.h"
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file FelixAdapter.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
#ifndef __FELIXADAPTER_H__
#define __FELIXADAPTER_H__
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file Plugin.cpp
-
-/// @brief
-
+/**
+ * @file
+ *
+ */
#include "Plugin.h"
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file Plugin.h
-
-/// @brief
-
+/**
+ * @file
+ *
+ */
#ifndef __Plugin_H__
#define __Plugin_H__
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file PluginManager.cpp
-
-/// @brief
-
+/**
+ * @file
+ *
+ */
#include "PluginManager.h"
std::string PluginManager::getState(const std::string plugID)
{
return pluginManagerImpl->getState(plugID);
-}
\ No newline at end of file
+}
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file PluginManager.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
#ifndef __PLUGINMANAGER_H
#define __PLUGINMANAGER_H
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file PluginManagerImpl.cpp
-
-/// @brief
+/**
+ * @file
+ *
+ */
#include "PluginManagerImpl.h"
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file PluginManagerImpl.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
#ifndef __PLUGINMANAGERIMPL_H__
#define __PLUGINMANAGERIMPL_H__
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file ThingsManager.h
-///
-/// @brief This file contains the declaration of ThingsManager class
-/// and its members related to ThingsManager.
+/**
+ * @file
+ *
+ * This file contains the declaration of ThingsManager class and its
+ * members related to ThingsManager.
+ */
#ifndef __OC_THINGSMANAGER__
#define __OC_THINGSMANAGER__
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file GroupManager.cpp
-/// @brief
+/**
+ * @file
+ *
+ */
#include "GroupManager.h"
#include <algorithm>
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file GroupManager.h
-
-/// @brief This file contains the declaration of classes and its members related to GroupManager
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * GroupManager.
+ */
#ifndef __OC_GROUPMANAGER__
#define __OC_GROUPMANAGER__
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file GroupSynchronization.cpp
-/// @brief
+/**
+ * @file
+ *
+ */
#include "GroupSynchronization.h"
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file GroupSynchronization.h
-
-/// @brief This file contains the declaration of classes and
-///its members related to GroupSynchronization.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * GroupSynchronization.
+ */
#ifndef __OC_GROUPSYNCHRONIZATION__
#define __OC_GROUPSYNCHRONIZATION__
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file ThingsConfiguration.cpp
-/// @brief
+/**
+ * @file
+ *
+ */
#include <OCApi.h>
#include <OCPlatform.h>
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file ThingsConfiguration.h
-
-/// @brief This file contains the declaration of classes and its members related to
-/// ThingsConfiguration.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * ThingsConfiguration.
+ */
#ifndef __OC_THINGSCONFIGURATION__
#define __OC_THINGSCONFIGURATION__
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file ThingsDiagnostics.cpp
-/// @brief
+/**
+ * @file
+ *
+ */
#include <OCApi.h>
#include <OCPlatform.h>
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file ThingsDiagnostics.h
-
-/// @brief This file contains the declaration of classes and its members related to
-/// ThingsDiagnostics.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * ThingsDiagnostics.
+ */
#ifndef __OC_THINGSDIAGNOSTICS__
#define __OC_THINGSDIAGNOSTICS__
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-/// @file ThingsManager.cpp
+/**
+ * @file
+ *
+ */
#include "ThingsManager.h"
#include "GroupManager.h"