next up previous contents
Next: About this document ... Up: 2 Developer Guide Previous: A. Platform Specific Build   Contents

Subsections


B. Coding Standards and Conventions

This appendix sets out the basic coding standards and conventions used in Gazebo and libgazebo .

B.1 Gazebo

Gazebo is written in a C++.

B.1.0.1 File Naming Conventions

B.1.0.2 Coding Conventions

B.1.0.3 Other C++ ``features''

Use of the following C++ ``features'' is strongly discouraged:

B.2 libgazebo 

For maximum compatibility and portability, libgazebo is written in C.

B.2.0.1 File Naming Conventions

B.2.0.2 Coding Conventions


next up previous contents
Next: About this document ... Up: 2 Developer Guide Previous: A. Platform Specific Build   Contents
2004-05-31