RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
The core RDMnet init and deinit functions should be called once each at application startup and shutdown time. These functions interface with the EtcPal log (Logging) API to configure what happens when the library logs messages. Optionally pass an EtcPalLogParams structure to use this functionality. This structure can be shared across different ETC library modules.
The init function by default starts a background thread for handling periodic RDMnet functionality and receiving data. The deinit function joins this thread.