Пример #1
0
        public lcmtypes.camera_line_info_t Copy()
        {
            lcmtypes.camera_line_info_t outobj = new lcmtypes.camera_line_info_t();
            outobj.confidence = this.confidence;

            outobj.type = this.type;

            outobj.lineColor = this.lineColor;

            outobj.length = this.length;

            outobj.a = this.a;

            outobj.b = this.b;

            outobj.c = this.c;

            outobj.d = this.d;

            return(outobj);
        }
Пример #2
0
 public static lcmtypes.camera_line_info_t _decodeRecursiveFactory(LCMDataInputStream ins)
 {
     lcmtypes.camera_line_info_t o = new lcmtypes.camera_line_info_t();
     o._decodeRecursive(ins);
     return(o);
 }