File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ Checks: >-
3131 -misc-include-cleaner,
3232 -cppcoreguidelines-avoid-do-while,
3333 -*-magic-numbers,
34+ -*-use-enum-class,
35+ -*-use-trailing-return-type,
36+ -*-deprecated-headers,
3437CheckOptions :
3538 - key : readability-function-cognitive-complexity.Threshold
3639 value : ' 99'
Original file line number Diff line number Diff line change 3535/// SPDX-License-Identifier: MIT
3636/// Author: Pavel Kirienko <[email protected] > 3737
38+ // ReSharper disable CppUnusedIncludeDirective
39+
3840#ifndef UDPARD_H_INCLUDED
3941#define UDPARD_H_INCLUDED
4042
@@ -69,6 +71,7 @@ extern "C"
6971/// The library supports at most this many local redundant network interfaces.
7072#define UDPARD_NETWORK_INTERFACE_COUNT_MAX 3U
7173
74+ /// Timestamps supplied by the application must be non-negative monotonically increasing counts of microseconds.
7275typedef int64_t udpard_us_t ;
7376
7477#define UDPARD_PRIORITY_MAX 7U
You can’t perform that action at this time.
0 commit comments