Lines Matching full:for
3 …MQTT library and reducing implementation overhead (e.g., removing the need for the application to …
7 See memory requirements for this library [here](./docs/doxygen/include/size_table.md).
28 …ions.h](source/include/core_mqtt_agent_command_functions.h). Documentation for these configuration…
30 To provide values for these configuration values, they must be either:
36 In order to use the MQTT Agent library on a platform, you need to supply thread safe functions for …
45 …AgentCommand_t` structure, which is used to hold information and arguments for a command to be exe…
48 Reference implementations for the interface functions can be found in the [reference examples](#ref…
55 …for MQTT topics. The receipt of any incoming PUBLISH packet will result in the invocation of a sin…
61 …he header include path from this repository. The same information is found for coreMQTT from `mqtt…
63 For a CMake example of building the MQTT Agent library with the `mqttAgentFilePaths.cmake` file, re…
76 - For running unit tests
79 - **Ruby 2.0.0 or later** is additionally required for the CMock test framework (that we use).
80 - For running the coverage target, **gcov** and **lcov** are additionally required.
96 Please refer to the demos of the MQTT Agent library in the following locations for reference exampl…
122 See [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for information on contributing.