Skip to content

Commit

Permalink
Refs #20392: Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Feb 28, 2024
1 parent e9c8b15 commit 9d5f047
Show file tree
Hide file tree
Showing 53 changed files with 9,928 additions and 10,208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ class AdvancedConfiguration


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -244,18 +244,17 @@ class AdvancedConfiguration


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint32_t m_index;
Expand Down
21 changes: 10 additions & 11 deletions examples/cpp/dds/BasicConfigurationExample/HelloWorldv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ class HelloWorld


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -217,18 +217,17 @@ class HelloWorld


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint32_t m_index;
Expand Down
21 changes: 10 additions & 11 deletions examples/cpp/dds/Configurability/samplev1.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ class sample


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -210,18 +210,17 @@ class sample


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint8_t m_index;
Expand Down
21 changes: 10 additions & 11 deletions examples/cpp/dds/ContentFilteredTopicExample/HelloWorldv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ class HelloWorld


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -216,18 +216,17 @@ class HelloWorld


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint32_t m_index;
Expand Down
21 changes: 10 additions & 11 deletions examples/cpp/dds/CustomListenerExample/Topicv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ class Topic


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -217,18 +217,17 @@ class Topic


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint32_t m_index;
Expand Down
21 changes: 10 additions & 11 deletions examples/cpp/dds/CustomPayloadPoolExample/CustomPayloadPoolDatav1.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ class CustomPayloadPoolData


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -217,18 +217,17 @@ class CustomPayloadPoolData


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint32_t m_index;
Expand Down
21 changes: 10 additions & 11 deletions examples/cpp/dds/DeadlineQoSExample/deadlinepayloadv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ class HelloMsg


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -217,18 +217,17 @@ class HelloMsg


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint16_t m_deadlinekey;
Expand Down
21 changes: 10 additions & 11 deletions examples/cpp/dds/DisablePositiveACKs/Topicv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ class Topic


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -217,18 +217,17 @@ class Topic


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint32_t m_index;
Expand Down
21 changes: 10 additions & 11 deletions examples/cpp/dds/DiscoveryServerExample/types/HelloWorldv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ class HelloWorld


/*!
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
* @brief This function returns the maximum serialized size of an object
* depending on the buffer alignment.
* @param current_alignment Buffer alignment.
* @return Maximum serialized size.
*/
eProsima_user_DllExport static size_t getMaxCdrSerializedSize(
size_t current_alignment = 0);

Expand Down Expand Up @@ -216,18 +216,17 @@ class HelloWorld


/*!
* @brief This function tells you if the Key has been defined for this type
*/
* @brief This function tells you if the Key has been defined for this type
*/
eProsima_user_DllExport static bool isKeyDefined();

/*!
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
* @brief This function serializes the key members of an object using CDR serialization.
* @param cdr CDR serialization object.
*/
eProsima_user_DllExport void serializeKey(
eprosima::fastcdr::Cdr& cdr) const;


private:

uint32_t m_index;
Expand Down
Loading

0 comments on commit 9d5f047

Please sign in to comment.