Skip to content

[InertialSense] Reconnect after failure with delay #1

[InertialSense] Reconnect after failure with delay

[InertialSense] Reconnect after failure with delay #1

Triggered via push April 3, 2024 14:14
Status Success
Total duration 38s
Artifacts

cpp-linter.yml

on: push
cpp-linter
29s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
src/InertialSense.cpp:27:12 [modernize-use-trailing-return-type]: src/InertialSense.cpp#L27
use a trailing return type for this function
src/InertialSense.cpp:29:2 [modernize-use-auto]: src/InertialSense.cpp#L29
use auto when initializing with a cast to avoid duplicating the type name
src/InertialSense.cpp:29:46 [cppcoreguidelines-pro-type-cstyle-cast]: src/InertialSense.cpp#L29
do not use C-style cast to convert between unrelated types
src/InertialSense.cpp:37:12 [modernize-use-trailing-return-type]: src/InertialSense.cpp#L37
use a trailing return type for this function
src/InertialSense.cpp:39:2 [modernize-use-auto]: src/InertialSense.cpp#L39
use auto when initializing with a cast to avoid duplicating the type name
src/InertialSense.cpp:39:46 [cppcoreguidelines-pro-type-cstyle-cast]: src/InertialSense.cpp#L39
do not use C-style cast to convert between unrelated types
src/InertialSense.cpp:49:2 [modernize-use-auto]: src/InertialSense.cpp#L49
use auto when initializing with a cast to avoid duplicating the type name
src/InertialSense.cpp:49:46 [cppcoreguidelines-pro-type-cstyle-cast]: src/InertialSense.cpp#L49
do not use C-style cast to convert between unrelated types
src/InertialSense.cpp:86:23 [cppcoreguidelines-pro-type-cstyle-cast]: src/InertialSense.cpp#L86
do not use C-style cast to convert between unrelated types
src/InertialSense.cpp:95:12 [modernize-use-trailing-return-type]: src/InertialSense.cpp#L95
use a trailing return type for this function