Go to the documentation of this file.00001 #include "proxyPoseWithCovarianceStampedSplDcps.h"
00002 #include "ccpp_proxyPoseWithCovarianceStamped.h"
00003
00004 const char *
00005 __proxyPoseWithCovarianceStamped__name(void)
00006 {
00007 return (const char*)"proxyPoseWithCovarianceStamped";
00008 }
00009
00010 const char *
00011 __proxyPoseWithCovarianceStamped__keys(void)
00012 {
00013 return (const char*)"";
00014 }
00015
00016 #include <v_kernel.h>
00017 #include <v_topic.h>
00018 #include <os_stdlib.h>
00019 #include <string.h>
00020
00021 c_bool
00022 __proxyPoseWithCovarianceStamped__copyIn(
00023 c_base base,
00024 struct proxyPoseWithCovarianceStamped *from,
00025 struct _proxyPoseWithCovarianceStamped *to)
00026 {
00027 c_bool result = TRUE;
00028
00029 if(result){
00030 extern c_bool __Header__copyIn(c_base, Header *, _Header *);
00031 result = __Header__copyIn(base, &from->header, &to->header);
00032 }
00033 if(result){
00034 extern c_bool __PoseWithCovariance__copyIn(c_base, PoseWithCovariance *, _PoseWithCovariance *);
00035 result = __PoseWithCovariance__copyIn(base, &from->pose, &to->pose);
00036 }
00037 return result;
00038 }
00039
00040 void
00041 __proxyPoseWithCovarianceStamped__copyOut(
00042 void *_from,
00043 void *_to)
00044 {
00045 struct _proxyPoseWithCovarianceStamped *from = (struct _proxyPoseWithCovarianceStamped *)_from;
00046 struct proxyPoseWithCovarianceStamped *to = (struct proxyPoseWithCovarianceStamped *)_to;
00047 {
00048 extern void __Header__copyOut(void *, void *);
00049 __Header__copyOut((void *)&from->header, (void *)&to->header);
00050 }
00051 {
00052 extern void __PoseWithCovariance__copyOut(void *, void *);
00053 __PoseWithCovariance__copyOut((void *)&from->pose, (void *)&to->pose);
00054 }
00055 }
00056