coding_style
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| coding_style [2019/10/24 09:32] – [Documentation] Add a note on README files (Markdown) damien | coding_style [2022/09/16 18:16] (current) – [C/C++] ddecoeyer | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ====== C/C++ ====== | ====== C/C++ ====== | ||
| + | |||
| + | A Gerrit repository contains formatter configuration profiles compatible with Eclipse and Visual Studio. Refer to the attached README to know how to use them. | ||
| + | |||
| + | An Eclipse configuration file is available in the Quimesis Drive ([[https:// | ||
| ===== Indentation ===== | ===== Indentation ===== | ||
| Line 150: | Line 154: | ||
| A standard-compliant UPnP library to build devices and control points. | A standard-compliant UPnP library to build devices and control points. | ||
| + | |||
| + | ===== Mosquitto (MQTT) ===== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Ubuntu package to install: '' | ||
| + | |||
| + | |||
| + | ===== JSON ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Ubuntu package to install: '' | ||
| + | |||
| + | ===== Serial port ===== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Ubuntu package to install: '' | ||
| + | |||
| + | ===== Suggestions ===== | ||
| + | |||
| + | * switch case indentation: | ||
| + | <code cpp> | ||
| + | switch(< | ||
| + | { | ||
| + | case < | ||
| + | { | ||
| + | < | ||
| + | break; | ||
| + | } | ||
| + | } | ||
| + | </ | ||
coding_style.1571902372.txt.gz · Last modified: by damien
