ksat_master #5

Manually merged
muellerr merged 169 commits from ksat_master into master 2020-04-08 19:35:26 +02:00
Showing only changes of commit 8f39820ace - Show all commits

View File

@ -9,8 +9,8 @@
typedef uint32_t address_t; typedef uint32_t address_t;
/** /**
* @brief This datatype is used to identify different connection over a single interface * @brief This datatype is used to identify different connection over a
* (like RMAP or I2C) * single interface (like RMAP or I2C)
* @details * @details
* To use this class, implement a communication specific child cookie which * To use this class, implement a communication specific child cookie which
* inherits Cookie. Cookie instances are created in config/ Factory.cpp by calling * inherits Cookie. Cookie instances are created in config/ Factory.cpp by calling