/rmf_utils_testing/src/rmf_utils/RateLimiter.cpp |
|
25: |
No constructor. All member variables: 'count_limit' should be initialized in constructor |
INIT-06-1 |
|
54: |
The parameter 'period_limit_' of function 'RateLimiter' is passed by value |
OPT-14-3 |
|
75: |
Declare parameter 'l' as const |
CERT_C-DCL00-a-3 |
|
75: |
Parameter 'l' is not validated before use |
CERT_C-API00-a-3 |
|
75: |
The parameter 'l' of function 'period_limit' is passed by value |
OPT-14-3 |
|
88: |
Declare parameter 'l' as const |
CERT_C-DCL00-a-3 |
|
88: |
Parameter 'l' is not validated before use |
CERT_C-API00-a-3 |