AccelerationSample$json top-level constant

  1. @Deprecated('Use accelerationSampleDescriptor instead')
Map<String, Object> const AccelerationSample$json

Implementation

@$core.Deprecated('Use accelerationSampleDescriptor instead')
const AccelerationSample$json = {
  '1': 'AccelerationSample',
  '2': [
    {'1': 'acceleration_x', '3': 1, '4': 1, '5': 1, '10': 'accelerationX'},
    {'1': 'acceleration_y', '3': 2, '4': 1, '5': 1, '10': 'accelerationY'},
    {'1': 'acceleration_z', '3': 3, '4': 1, '5': 1, '10': 'accelerationZ'},
    {'1': 'sensor_body_location', '3': 4, '4': 1, '5': 9, '10': 'sensorBodyLocation'},
    {'1': 'unix_timestamp_in_ms', '3': 5, '4': 1, '5': 4, '10': 'unixTimestampInMs'},
    {'1': 'effective_time_frame', '3': 6, '4': 1, '5': 9, '10': 'effectiveTimeFrame'},
  ],
};