the unpack function parameter [closed]

asked 2017-07-13 05:12:47 -0500

Hridaynath gravatar image

the below function is defined in here

void unpack(const velodyne_msgs::VelodynePacket &pkt, VPointCloud &pc);

the explanation of this function is present here

if we see the method definition the it looks like we have passed two addresses as &pkt and &pc.

But if we see the explanation of definition, the first parameter looks like address and reference too.

The second parameter is looks like shared pointer. can anybody tell me what exactly it is.

I added this question cause I am getting error: no match function to call

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by mgruhler
close date 2017-07-13 05:51:05.734783

Comments