Class: GPS_PVT::GPS::PushableData

Inherits:
Object
  • Object
show all
Defined in:
ext/gps_pvt/GPS/GPS_wrap.cxx,
ext/gps_pvt/GPS/GPS_wrap.cxx

Overview

Proxy of C++ GPS_PVT::GPS::PushableData class

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object

call-seq:

PushableData.new

Class constructor.



5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
# File 'ext/gps_pvt/GPS/GPS_wrap.cxx', line 5147

SWIGINTERN VALUE
_wrap_new_PushableData(int argc, VALUE *argv, VALUE self) {
  PushableData *result = 0 ;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  result = (PushableData *)new PushableData();
  DATA_PTR(self) = result;
  return self;
fail:
  return Qnil;
}