coding_style
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| coding_style [2018/05/22 10:33] – external edit 127.0.0.1 | 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 101: | Line 105: | ||
| * Use Doxygen syntax ( http:// | * Use Doxygen syntax ( http:// | ||
| * Prefer self-explanatory names over extended comments. | * Prefer self-explanatory names over extended comments. | ||
| - | + | * README files could be necessary; in which case it is recommended to use [[https:// | |
| ====== Python ====== | ====== Python ====== | ||
| Line 151: | 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.1526978020.txt.gz · Last modified: by 127.0.0.1
