zephyr/subsys/net/lib/ptp
Tomas Choat bc3748ce60 net: lib: ptp: fix cpp compilation errors
Compilation errors in ptp library when using C++ compiler.
First error is due to 'class' keyword being reserved in C++
and 'class' is used as a variable name in ptp library.
Second error is due to a flexible array member in a struct
is not placed at the end.

Signed-off-by: Tomas Choat <trc@ixys.no>
2024-12-09 15:10:28 +01:00
..
btca.c net: lib: ptp: fix cpp compilation errors 2024-12-09 15:10:28 +01:00
btca.h net: lib: fix typo 2024-07-12 09:33:20 -04:00
clock.c net: lib: ptp: fix cpp compilation errors 2024-12-09 15:10:28 +01:00
clock.h net: lib: fix typo 2024-07-12 09:33:20 -04:00
CMakeLists.txt net: ptp: Implement Best TimeTransmitter Clock algorithm for PTP stack 2024-06-13 05:40:41 -04:00
ddt.h net: lib: ptp: fix cpp compilation errors 2024-12-09 15:10:28 +01:00
ds.h net: lib: ptp: fix cpp compilation errors 2024-12-09 15:10:28 +01:00
Kconfig kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
msg.c net: lib: ptp: fix follow up msg bug 2024-12-09 15:10:28 +01:00
msg.h net: lib: fix typo 2024-07-12 09:33:20 -04:00
port.c net: lib: fix typo 2024-07-12 09:33:20 -04:00
port.h net: lib: fix typo 2024-07-12 09:33:20 -04:00
ptp.c net: ptp: Implement PTP thread 2024-06-13 05:40:41 -04:00
state_machine.c net: ptp: Add Kconfig symbols and preprocessor guards for some states 2024-06-13 05:40:41 -04:00
state_machine.h net: ptp: Add TIME_RECEIVER_ONLY feature 2024-06-13 05:40:41 -04:00
tlv.c net: lib: ptp: Fix issues raised by static analyzer 2024-06-27 08:48:59 -04:00
tlv.h net: lib: fix typo 2024-07-12 09:33:20 -04:00
transport.c net: lib: ptp: Assert statements inverted 2024-12-09 15:10:28 +01:00
transport.h net: lib: fix typo 2024-07-12 09:33:20 -04:00