hd_air_bubbles_data.py

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DIALIN-DENBUG-280_Issues With HD Broadcast P1
DIALIN-DENBUG-280_Issues With HD Broadcast P1
DIALIN-DENBUG-280_Issues With HD Broadcast P1B
DIALIN-DENBUG-280_Issues With HD Broadcast P1B
This CR should be closed due to bad branching. Should have been branched out of p1_staging.

This CR should be closed due to bad branching. Should have been branched out of p1_staging.

DIALIN-DIAL-299_Air Trap Observer NO Longer Pub P1
DIALIN-DIAL-299_Air Trap Observer NO Longer Pub P1
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 158 more files in changeset.
RESOLVED.

RESOLVED.

Removed.

Removed.

Is this print meant to be permanent? Or is it debug code?

Is this print meant to be permanent? Or is it debug code?

DN-7860: Addressed integration issues

  1. … 1 more file in changeset.
RESOLVED

RESOLVED

Addressed. Sean Nash [~plucia] Please check and resolve.

Addressed. Sean Nash [~plucia] Please check and resolve.

RESOLVED.

RESOLVED.

Addressed.

Addressed.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

I think older classes may not have get functions for everything, but Sarina and others prefer get functions to accessing properties directly so we're trying to create get functions for every collec...

I think older classes may not have get functions for everything, but Sarina and others prefer get functions to accessing properties directly so we're trying to create get functions for every collected data.

Actually they should be in multiples of 50ms (general task). I mistakenly had a few functions written with 10ms (priority task) but that is not correct. I don't think it would cause an error, but n...

Actually they should be in multiples of 50ms (general task). I mistakenly had a few functions written with 10ms (priority task) but that is not correct. I don't think it would cause an error, but non-multiple intervals will be floored to nearest lower multiple of 50 ms by the f/w I suspect.

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

I wasn't aware the ms needed to be in multiples of 10ms. I've created a case DIAL-115 to add constraint enforcement across dialin. For now, I think new code should incorporate some form of constrai...

I wasn't aware the ms needed to be in multiples of 10ms. I've created a case DIAL-115 to add constraint enforcement across dialin.
For now, I think new code should incorporate some form of constraint enforcement. So if you could just apply it here in DIAL-115 I will address this in other parts of dialin.
I think the docstring describing the constraint is useful and should be kept if it's already there even if we add code to check the constraint as well.