231 {
232 CHECK_NOTNULL(out);
233 if (in.has_gnss_type()) {
235 }
236 if (in.has_slot_prn()) {
238 }
239 if (in.has_gnss_time_type()) {
241 }
242 if (in.has_toe()) {
243 out->set_toe(in.
toe());
244 }
245 if (in.has_year()) {
246 out->set_year(in.
year());
247 }
248 if (in.has_month()) {
249 out->set_month(in.
month());
250 }
251 if (in.has_day()) {
252 out->set_day(in.
day());
253 }
254 if (in.has_hour()) {
255 out->set_hour(in.
hour());
256 }
257 if (in.has_minute()) {
258 out->set_minute(in.
minute());
259 }
260 if (in.has_second_s()) {
262 }
263 if (in.has_frequency_no()) {
265 }
266 if (in.has_week_num()) {
268 }
269 if (in.has_week_second_s()) {
271 }
272 if (in.has_tk()) {
273 out->set_tk(in.
tk());
274 }
275 if (in.has_clock_offset()) {
277 }
278 if (in.has_clock_drift()) {
280 }
281 if (in.has_health()) {
282 out->set_health(in.
health());
283 }
284 if (in.has_position_x()) {
286 }
287 if (in.has_position_y()) {
289 }
290 if (in.has_position_z()) {
292 }
293 if (in.has_velocity_x()) {
295 }
296 if (in.has_velocity_y()) {
298 }
299 if (in.has_velocity_z()) {
301 }
302 if (in.has_accelerate_x()) {
304 }
305 if (in.has_accelerate_y()) {
307 }
308 if (in.has_accelerate_z()) {
310 }
311 if (in.has_infor_age()) {
313 }
314}
optional double velocity_z
optional double velocity_y
optional double position_x
optional double accelerate_y
optional double position_y
optional double position_z
optional double velocity_x
optional double accelerate_z
optional double infor_age
optional double clock_offset
optional double week_second_s
optional int32 frequency_no
optional double accelerate_x
optional double clock_drift
optional GnssTimeType gnss_time_type
optional GnssType gnss_type