|
40 | 40 |
|
41 | 41 |
|
42 | 42 | namespace AnnotationTest { |
43 | | -/** |
44 | | - * @brief Register InnerEnumHelper related TypeIdentifier. |
45 | | - * Fully-descriptive TypeIdentifiers are directly registered. |
46 | | - * Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is |
47 | | - * indirectly registered as well. |
48 | | - * |
49 | | - * @param[out] TypeIdentifier of the registered type. |
50 | | - * The returned TypeIdentifier corresponds to the complete TypeIdentifier in case of hashed TypeIdentifiers. |
51 | | - * Invalid TypeIdentifier is returned in case of error. |
52 | | - */ |
53 | | -eProsima_user_DllExport void register_InnerEnumHelper_type_identifier( |
54 | | - eprosima::fastdds::dds::xtypes::TypeIdentifierPair& type_ids); |
55 | | - |
56 | | - |
57 | | -/** |
58 | | - * @brief Register Inner_alias_bounded_string_helper related TypeIdentifier. |
59 | | - * Fully-descriptive TypeIdentifiers are directly registered. |
60 | | - * Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is |
61 | | - * indirectly registered as well. |
62 | | - * |
63 | | - * @param[out] TypeIdentifier of the registered type. |
64 | | - * The returned TypeIdentifier corresponds to the complete TypeIdentifier in case of hashed TypeIdentifiers. |
65 | | - * Invalid TypeIdentifier is returned in case of error. |
66 | | - */ |
67 | | -eProsima_user_DllExport void register_Inner_alias_bounded_string_helper_type_identifier( |
68 | | - eprosima::fastdds::dds::xtypes::TypeIdentifierPair& type_ids); |
| 43 | + /** |
| 44 | + * @brief Register InnerEnumHelper related TypeIdentifier. |
| 45 | + * Fully-descriptive TypeIdentifiers are directly registered. |
| 46 | + * Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is |
| 47 | + * indirectly registered as well. |
| 48 | + * |
| 49 | + * @param[out] TypeIdentifier of the registered type. |
| 50 | + * The returned TypeIdentifier corresponds to the complete TypeIdentifier in case of hashed TypeIdentifiers. |
| 51 | + * Invalid TypeIdentifier is returned in case of error. |
| 52 | + */ |
| 53 | + eProsima_user_DllExport void register_InnerEnumHelper_type_identifier( |
| 54 | + eprosima::fastdds::dds::xtypes::TypeIdentifierPair& type_ids); |
| 55 | + |
| 56 | + |
| 57 | + /** |
| 58 | + * @brief Register Inner_alias_bounded_string_helper related TypeIdentifier. |
| 59 | + * Fully-descriptive TypeIdentifiers are directly registered. |
| 60 | + * Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is |
| 61 | + * indirectly registered as well. |
| 62 | + * |
| 63 | + * @param[out] TypeIdentifier of the registered type. |
| 64 | + * The returned TypeIdentifier corresponds to the complete TypeIdentifier in case of hashed TypeIdentifiers. |
| 65 | + * Invalid TypeIdentifier is returned in case of error. |
| 66 | + */ |
| 67 | + eProsima_user_DllExport void register_Inner_alias_bounded_string_helper_type_identifier( |
| 68 | + eprosima::fastdds::dds::xtypes::TypeIdentifierPair& type_ids); |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
|
0 commit comments