xref: /aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/README (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1This folder contains message definitions for various protocols based on Netlink.
2
3The structure is as follows:
4protocols/*.(cpp|h)                - base definition classes and protocol definition lookup
5protocols/common/                  - common message types that apply to all protocols
6protocols/<proto>/<proto>.(cpp|h)  - protocol definition (usually just a list of message types)
7protocols/<proto>/*.(cpp|h)        - message definition that covers all message types with the same
8                                     header (T type in MessageDefinition template) and attributes
9