Beispiel #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;
 }
Beispiel #2
0
 public static extern int GetAccelerationData(ref CartesianFloat data_dps, IntPtr config, byte[] response);
 public static extern int GetAccelerationData(ref CartesianFloat data_g, byte[] response);
Beispiel #4
0
 public static extern int GetAccelerationData(ref CartesianFloat data_g, byte[] response);