Services/UDS: Generate the UDS beacons when the beacon callback fires.
This commit is contained in:
parent
26745f28ea
commit
528dea988c
5 changed files with 537 additions and 7 deletions
|
@ -140,6 +140,7 @@ set(SRCS
|
|||
hle/service/nwm/nwm_soc.cpp
|
||||
hle/service/nwm/nwm_tst.cpp
|
||||
hle/service/nwm/nwm_uds.cpp
|
||||
hle/service/nwm/uds_beacon.cpp
|
||||
hle/service/pm_app.cpp
|
||||
hle/service/ptm/ptm.cpp
|
||||
hle/service/ptm/ptm_gets.cpp
|
||||
|
@ -328,6 +329,7 @@ set(HEADERS
|
|||
hle/service/nwm/nwm_soc.h
|
||||
hle/service/nwm/nwm_tst.h
|
||||
hle/service/nwm/nwm_uds.h
|
||||
hle/service/nwm/uds_beacon.h
|
||||
hle/service/pm_app.h
|
||||
hle/service/ptm/ptm.h
|
||||
hle/service/ptm/ptm_gets.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue