You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rmw_microxrcedds_c/CMakeLists.txt
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,15 @@ set(RMW_UXRCE_MAX_PUBLISHERS "4" CACHE STRING "This value sets the maximum numbe
51
51
set(RMW_UXRCE_MAX_SUBSCRIPTIONS "4"CACHESTRING"This value sets the maximum number of subscriptions for an application.")
52
52
set(RMW_UXRCE_MAX_SERVICES "4"CACHESTRING"This value sets the maximum number of services for an application.")
53
53
set(RMW_UXRCE_MAX_CLIENTS "4"CACHESTRING"This value sets the maximum number of clients for an application.")
54
-
set(RMW_UXRCE_MAX_TOPICS "-1"CACHESTRING"This value sets the maximum number of topics for an application. If set to -1 RMW_UXRCE_MAX_TOPICS = RMW_UXRCE_MAX_PUBLISHERS + RMW_UXRCE_MAX_SUBSCRIPTIONS + RMW_UXRCE_MAX_NODES.")
54
+
set(RMW_UXRCE_MAX_WAIT_SETS "4"CACHESTRING"This value sets the maximum number of wait sets for an application.")
55
+
set(RMW_UXRCE_MAX_GUARD_CONDITION "4"CACHESTRING"This value sets the maximum number of guard conditions for an application.")
56
+
set(RMW_UXRCE_MAX_TOPICS "-1"CACHESTRING
57
+
"This value sets the maximum number of topics for an application.
58
+
If set to -1 RMW_UXRCE_MAX_TOPICS = RMW_UXRCE_MAX_PUBLISHERS + RMW_UXRCE_MAX_SUBSCRIPTIONS + RMW_UXRCE_MAX_NODES.")
55
59
option(RMW_UXRCE_ALLOW_DYNAMIC_ALLOCATIONS"Enables increasing static pools with dynamic allocation when needed."OFF)
56
-
set(RMW_UXRCE_NODE_NAME_MAX_LENGTH "128"CACHESTRING"This value sets the maximum number of characters for a node name.")
57
-
set(RMW_UXRCE_TOPIC_NAME_MAX_LENGTH "100"CACHESTRING"This value sets the maximum number of characters for a topic name.")
58
-
set(RMW_UXRCE_TYPE_NAME_MAX_LENGTH "128"CACHESTRING"This value sets the maximum number of characters for a type name.")
60
+
set(RMW_UXRCE_NODE_NAME_MAX_LENGTH "60"CACHESTRING"This value sets the maximum number of characters for a node name.")
61
+
set(RMW_UXRCE_TOPIC_NAME_MAX_LENGTH "60"CACHESTRING"This value sets the maximum number of characters for a topic name.")
62
+
set(RMW_UXRCE_TYPE_NAME_MAX_LENGTH "100"CACHESTRING"This value sets the maximum number of characters for a type name.")
59
63
set(RMW_UXRCE_REF_BUFFER_LENGTH "100"CACHESTRING"This value sets the maximum number of characters for a reference buffer.")
0 commit comments