File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Framework/Core/include/Framework Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -372,9 +372,9 @@ struct BaseHeader {
372
372
union {
373
373
uint32_t flags;
374
374
struct {
375
- uint32_t flagsNextHeader : 1 , // do we have a next header after this one?
376
- flagsReserved : 15 , // reserved for future use
377
- flagsDerivedHeader : 16 ; // reserved for usage by the derived header
375
+ uint32_t flagsNextHeader : 1 , // do we have a next header after this one?
376
+ flagsReserved : 15 , // reserved for future use
377
+ flagsDerivedHeader : 16 ; // reserved for usage by the derived header
378
378
};
379
379
};
380
380
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ struct DeviceContext {
33
33
int expectedRegionCallbacks = 0 ;
34
34
// The timeout for the data processing to stop on this device.
35
35
// After this is reached, incoming data not marked to be kept will
36
- // be dropped and the data processing will be stopped. However the
36
+ // be dropped and the data processing will be stopped. However the
37
37
// calibrations will still be done and objects resulting from calibrations
38
38
// will be marked to be kept.
39
39
int dataProcessingTimeout = 0 ;
40
40
// The timeout for the whole processing to stop on this device.
41
- // This includes the grace period for processing and the time
41
+ // This includes the grace period for processing and the time
42
42
// for the calibrations to be done.
43
43
int exitTransitionTimeout = 0 ;
44
44
};
You can’t perform that action at this time.
0 commit comments