We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b65494 commit 37e3688Copy full SHA for 37e3688
rclcpp/include/rclcpp/generic_client.hpp
@@ -36,8 +36,8 @@ namespace rclcpp
36
class GenericClient : public ClientBase
37
{
38
public:
39
- using Request = void *; // Serialized data pointer of request message
40
- using Response = void *; // Serialized data pointer of response message
+ using Request = void *; // Deserialized data pointer of request message
+ using Response = void *; // Deserialized data pointer of response message
41
42
using SharedResponse = std::shared_ptr<void>;
43
0 commit comments