Commit Graph

6 Commits

Author SHA1 Message Date
Ryan Turner fdbe3f2583 M17: add Callsign class
Added class representing M17 callsign objects. Objects can be
constructed both from strings and base-40 encoded values and allow
conversion to any of the other representation. The class implements the
comparison operator to allow easy check for callsign match.
2025-11-17 22:04:27 +01:00
Ryan Turner 5fe5cb287b M17: FrameDecoder: style formatting pass 2025-11-03 20:56:24 +01:00
Silvano Seva febcf8831d clang-format: update BreakBeforeBinaryOperators policy
Signed-off-by: Silvano Seva <silseva@fastwebnet.it>
2025-09-28 17:15:48 +02:00
Ryan Turner 28fe4eb9e1 clang-format: update rules
Update clang-format rules to the linux kernel coding style, with some
exceptions
2025-09-12 15:41:57 +02:00
Alain Carlucci 1d48e5e3e0 Implementation of linux input stream driver 2022-07-10 10:59:45 +02:00
Alain Carlucci 21934a7f08 Add .clang-format and auto-indent script 2021-12-23 14:52:25 +01:00