mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 13:07:40 +03:00
698 B
698 B
Naming a module
UPM attemps to follow a clear naming pattern. Modules should be sensibly named and then placed in /usr/lib/upm and headers in /usr/include/upm.
Choosing a name
- Pick a name
- Use it
Rules for name picking
- Your lib must belong to namespace UPM
- Usually picking the name of the chip of your sensor/actuator might make sense. Other times this does not. Try to pick a generic name so people with a similar sensor can inherit your class if they only have minor changes.
- Avoid brand names
Doubt
If ever, give me a ping via email: brendan.le.foll@intel.com and I'll try suggest decent names for your module.