preproc guards #612

Merged
muellerr merged 10 commits from eive/fsfw:mueller/missing-preproc-defs into development 2022-05-13 13:22:39 +02:00
Owner

Those were missing

Those were missing
muellerr added 1 commit 2022-05-02 15:14:56 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a3617cad11
preproc guards
muellerr requested review from mohr 2022-05-02 15:15:03 +02:00
muellerr added 1 commit 2022-05-02 15:16:41 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
57e6c46e72
Merge branch 'development' into mueller/missing-preproc-defs
muellerr added this to the v5.0.0 milestone 2022-05-02 16:16:03 +02:00
muellerr added 1 commit 2022-05-02 16:16:42 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2fbf847367
Merge branch 'development' into mueller/missing-preproc-defs
muellerr added 1 commit 2022-05-09 15:35:53 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4015e85506
Merge branch 'development' into mueller/missing-preproc-defs
gaisser requested changes 2022-05-09 17:01:36 +02:00
gaisser left a comment
Owner
Missing in Line 219 https://egit.irs.uni-stuttgart.de/fsfw/fsfw/src/commit/4015e85506aa8befd63c43f0ea7b4fa90b07102d/hal/src/fsfw_hal/linux/gpio/LinuxLibgpioIF.cpp#L219
gaisser requested changes 2022-05-09 17:03:43 +02:00
gaisser left a comment
Owner

There is only a "switch" left in parseFindeLineResult. This seems strange to me.

There is only a "switch" left in ``parseFindeLineResult``. This seems strange to me.
muellerr added 1 commit 2022-05-09 17:21:54 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
18c2847b08
Merge branch 'development' into mueller/missing-preproc-defs
Owner

Re: the switch, this is correct. The #if as well as the #else path both have (redundant) cases, so there will always be some.

Re: the switch, this is correct. The `#if` as well as the `#else` path both have (redundant) cases, so there will always be some.
muellerr added 1 commit 2022-05-10 09:56:33 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
458aa5c265
Merge branch 'development' into mueller/missing-preproc-defs
Owner

Re: the switch, this is correct. The #if as well as the #else path both have (redundant) cases, so there will always be some.

Ah sorry, my fault.

> Re: the switch, this is correct. The `#if` as well as the `#else` path both have (redundant) cases, so there will always be some. Ah sorry, my fault.
muellerr added 1 commit 2022-05-12 17:11:01 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2d9d83a1c5
Merge branch 'development' into mueller/missing-preproc-defs
Author
Owner

Good to merge?

Good to merge?
Owner

Good to merge?

I think my other comment is correct

Missing in Line 219 4015e85506/hal/src/fsfw_hal/linux/gpio/LinuxLibgpioIF.cpp (L219)

sif::warning << "LinuxLibgpioIF::pullHigh: Unknown GPIO ID " << gpioId << std::endl;

> Good to merge? I think my other comment is correct > Missing in Line 219 4015e85506/hal/src/fsfw_hal/linux/gpio/LinuxLibgpioIF.cpp (L219) sif::warning << "LinuxLibgpioIF::pullHigh: Unknown GPIO ID " << gpioId << std::endl;
muellerr added 1 commit 2022-05-13 00:24:07 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ccadbb5942
Merge branch 'development' into mueller/missing-preproc-defs
muellerr added 1 commit 2022-05-13 00:26:19 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c215508a12
another missing preproc guard
gaisser approved these changes 2022-05-13 11:42:27 +02:00
gaisser left a comment
Owner

There are a few prints that will only perform if the ostreams are used but I'm ok with that.

There are a few prints that will only perform if the ostreams are used but I'm ok with that.
muellerr added 1 commit 2022-05-13 11:50:31 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
00952e15b0
Merge branch 'development' into mueller/missing-preproc-defs
muellerr merged commit e3d1308205 into development 2022-05-13 13:22:39 +02:00
muellerr deleted branch mueller/missing-preproc-defs 2022-05-13 13:22:40 +02:00
Sign in to join this conversation.
No description provided.