public static void Copy(rosgraph_msgs.msg.Clock src, rosgraph_msgs.msg.Clock target)
 {
     target.Set(src);
 }