IMUSessionData
public struct IMUSessionData
                Holds the data for a recorded IMU session.
- 
                  
                  
Metadata for a recorded IMU session.
Declaration
Swift
public let metadata: IMUSessionInfo - 
                  
                  
IMU Samples recorded during the IMU session.
Declaration
Swift
public let samples: [IMUSample] 
            View on GitHub
          
      IMUSessionData Structure Reference