common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'staging' into develop

Done.

Done.

This is fixed in the latest commit.

This is fixed in the latest commit.

Done.

Done.

The default pump control mode is none.

The default pump control mode is none.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

This structure was transferred DGDefs.h

This structure was transferred DGDefs.h

DEN-8886: Added msg to request DG POST result.

DEN-8886: Added messages to request UI version info.

Merge branch 'staging' of ssh://dvm-linux02:7999/comm/common into staging

DEN-8886: Made all HD POST tests have HD fault property.

DEN-9054 updated the alarm ID name

Where did this go?

Where did this go?

So these & operators are going to yield a zero or a non-zero number that will be different for each switch (not a boolean). I think your intent is for these switch data to be an enum. So, for examp...

So these & operators are going to yield a zero or a non-zero number that will be different for each switch (not a boolean). I think your intent is for these switch data to be an enum. So, for example, this one should be "... = ( ( fpgaRegister & CONCENTRATE_CAP_SWITCH_BIT_MASK ) != 0 ? OPEN : CLOSED );

Put test functions at bottom of module (after usual banner).

Put test functions at bottom of module (after usual banner).

I don't see this being initialized in init function.

I don't see this being initialized in init function.

I like to add a comment to right of system library includes explaining why they are needed (i.e. which math functions are you using in this module).

I like to add a comment to right of system library includes explaining why they are needed (i.e. which math functions are you using in this module).

First sizeof() should have U32 (same as above).

First sizeof() should have U32 (same as above).

The first sizeof() has ALARM_ID_T. You converted that param to a U32 (which is appropriate) and so you should have U32 in that sizeof().

The first sizeof() has ALARM_ID_T. You converted that param to a U32 (which is appropriate) and so you should have U32 in that sizeof().

I think the data are floats, so 0 should be 0.0.

I think the data are floats, so 0 should be 0.0.

DEN-8679: Added override message for battery remaining percent

Sent events only for changed settings.

Sent events only for changed settings.

Set UF volume initially to 0 and removed this variable and related function.

Set UF volume initially to 0 and removed this variable and related function.

It is part of background task in the battery monitor exec function. The initial value is 0, we will wait here till we get status.

It is part of background task in the battery monitor exec function. The initial value is 0, we will wait here till we get status.

Done. I prefer generally output description, so refactor is easier. Normally, a refactor will often make these variables in the doxygen comment obsolete (variable name change).

Done. I prefer generally output description, so refactor is easier. Normally, a refactor will often make these variables in the doxygen comment obsolete (variable name change).

Dara Navaei Please take a look.

Dara Navaei Please take a look.