consistently use Eclipse Cyclone DDS in API header files

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2019-02-14 13:02:49 +01:00
parent c10a52c494
commit 753f910aad
8 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@
/** @file
*
* @brief C DDS header
* @brief Eclipse Cyclone DDS C header
*/
#if defined (__cplusplus)

View file

@ -16,7 +16,7 @@
* @brief DDS C Allocation API
*
* This header file defines the public API of allocation convenience functions
* in the CycloneDDS C language binding.
* in the Eclipse Cyclone DDS C language binding.
*/
#ifndef DDS_ALLOC_H
#define DDS_ALLOC_H

View file

@ -16,7 +16,7 @@
* @brief DDS C Implementation API
*
* This header file defines the public API for all kinds of things in the
* CycloneDDS C language binding.
* Eclipse Cyclone DDS C language binding.
*/
#ifndef DDS_IMPL_H
#define DDS_IMPL_H

View file

@ -15,7 +15,7 @@
* @brief DDS C Listener API
*
* This header file defines the public API of listeners in the
* CycloneDDS C language binding.
* Eclipse Cyclone DDS C language binding.
*/
#ifndef _DDS_PUBLIC_LISTENER_H_
#define _DDS_PUBLIC_LISTENER_H_

View file

@ -15,7 +15,7 @@
* @brief DDS C QoS API
*
* This header file defines the public API of QoS and Policies in the
* CycloneDDS C language binding.
* Eclipse Cyclone DDS C language binding.
*/
#ifndef DDS_QOS_H
#define DDS_QOS_H

View file

@ -15,7 +15,7 @@
* @brief DDS C Communication Status API
*
* This header file defines the public API of the Communication Status in the
* CycloneDDS C language binding.
* Eclipse Cyclone DDS C language binding.
*/
#ifndef DDS_STATUS_H
#define DDS_STATUS_H

View file

@ -15,7 +15,7 @@
* @brief DDS C Stream API
*
* This header file defines the public API of the Streams in the
* CycloneDDS C language binding.
* Eclipse Cyclone DDS C language binding.
*/
#ifndef DDS_STREAM_H
#define DDS_STREAM_H

View file

@ -15,7 +15,7 @@
* @brief DDS C Time support API
*
* This header file defines the public API of the in the
* CycloneDDS C language binding.
* Eclipse Cyclone DDS C language binding.
*/
#ifndef DDS_TIME_H
#define DDS_TIME_H