Changes between Version 8 and Version 9 of WikiStart/Standards/RG4
- Timestamp:
- 07/09/13 10:54:18 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Standards/RG4
v8 v9 15 15 * '''doc/''': should contain additional documentation 16 16 17 == File naming == 18 * there should be one header and one source file per class 19 * the source file should be named ClassName.cpp, the header ClassName.hpp 20 * as an exception, when a number of small data structures are defined by the package, they can be defined in a <PackageName>Types.hpp file. Do NOT use Types.hpp as it is going to collide with orogen's use of this file name. 21 17 22 == Build System Behaviour == 18 23