Replies: 1 comment 1 reply
-
Hi @wjhtinger A bounded type is that which has a limit. For instance, IDL syntax allows to define a sequence, string and map without specifying the maximum number of elements of the container. Thus, the type is considered unbounded if the optional upper limit parameter is not defined. A plain type is a type whose CDR representation matches its in-memory representation. This requirement avoids the copy between the CDR buffer and the user buffer because the data representation is the same. Consequently, only primitive types are considered to be plain (Fast DDS also provides an API to check if a defined type is plain: |
Beta Was this translation helpful? Give feedback.
-
What differece, Can give some example?
Beta Was this translation helpful? Give feedback.
All reactions