コード例 #1
0
 public LogEntry(long time_stamp, CartesianFloat _acc, CartesianFloat _rotation, Point _pos, bool spill)
 {
     this.spill      = spill;
     this.pos        = _pos;
     this.recordTick = time_stamp; //getCurrentTick();
     this.acc        = _acc;
     this.rotation   = _rotation;
     this.init       = true;
 }
コード例 #2
0
 public static extern int GetAccelerationData(ref CartesianFloat data_dps, IntPtr config, byte[] response);
コード例 #3
0
 public static extern int GetAccelerationData(ref CartesianFloat data_g, byte[] response);
コード例 #4
0
 public static extern int GetAccelerationData(ref CartesianFloat data_g, byte[] response);