|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
SAE J2735 V2X - ASN.1 UPER primitive codec + Basic Safety Message core (DETWS_ENABLE_J2735). More...
Go to the source code of this file.
SAE J2735 V2X - ASN.1 UPER primitive codec + Basic Safety Message core (DETWS_ENABLE_J2735).
J2735 (the Vehicle-to-Everything message dictionary: BSM, SPaT, MAP) is serialized with ASN.1 UPER (Unaligned Packed Encoding Rules). UPER packs fields at the bit level with no padding, so the codec is a bit-writer / bit-reader plus the UPER rules for the common types:
This provides that bit-level UPER primitive layer (host-testable against hand-computed bit patterns) and, on top of it, the J2735 BSMcore position block (msgCnt, id, secMark, lat, long, elev, speed, heading) encode/decode - the high-rate safety kernel every BSM carries. The DSRC / C-V2X radio is an external module; this is the message codec. Pure, zero heap, no stdlib, host-testable.
Definition in file j2735.h.