Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update inputs and outputs

Update inputs and outputs

revert back the comment alignment change

revert back the comment alignment change

fix indentation

fix indentation

add @param

add @param

add @param

add @param

add @param

add @param

add @param

add @param

h1 read count?

h1 read count?

Change H19 to H1?

Change H19 to H1?

Should it be H1?

Should it be H1?

Input is none fpgaActuatorSetPoints should be ouput of all the set functions.

Input is none
fpgaActuatorSetPoints should be ouput of all the set functions.

use ternary operator

use ternary operator

use ternary operator

use ternary operator

use ternary operator

use ternary operator

break this line: bring everything after & to the next line.

break this line: bring everything after & to the next line.

Use the Ternary operator format ? : to assign TRUE or FALSE

Use the Ternary operator format ? : to assign TRUE or FALSE

Use the Ternary operator format ? : to assign TRUE or FALSE

Use the Ternary operator format ? : to assign TRUE or FALSE

Use the Ternary operator format ? : to assign TRUE or FALSE

Use the Ternary operator format ? : to assign TRUE or FALSE

Move fpgaCommandValue to input. Output is none

Move fpgaCommandValue to input.
Output is none

Remove valve

Remove valve

General Comment: If a variable is a param, please remove it from the inputs section of the doxygen header of all the functions.

General Comment:
If a variable is a param, please remove it from the inputs section of the doxygen header of all the functions.

If you're not using it, remove it.

If you're not using it, remove it.

Input and Output are none.

Input and Output are none.

nextState in state handling functions should always be initialized to the state being handled (assume we are not transitioning until criteria is met to transition).

nextState in state handling functions should always be initialized to the state being handled (assume we are not transitioning until criteria is met to transition).

input is none

input is none

Inputs is none

Inputs is none

Outputs: Remove enableResetValue. Add pendingValveHomeRequest and pendingValvePositionRequest.

Outputs:
Remove enableResetValue.
Add pendingValveHomeRequest and pendingValvePositionRequest.

I see a lot of people doing this to avoid a compiler warning (due to non-use of the given parameter). I don't think we should have to do weird things like this. As we get closer to s/w release, we ...

I see a lot of people doing this to avoid a compiler warning (due to non-use of the given parameter).
I don't think we should have to do weird things like this. As we get closer to s/w release, we can consider removing the function if it's still not doing anything.

I consider constants as similar to a #define and prefer to put them in the definitions section.

I consider constants as similar to a #define and prefer to put them in the definitions section.