Anonymous user
Module programming guidelines: Difference between revisions
Jump to navigation
Jump to search
Module programming guidelines (view source)
Revision as of 10:21, 30 November 2005
, 30 November 2005→Reference: fixed some spacing
*>SSH (Imported from RickJ's text file) |
*>SSH m (→Reference: fixed some spacing) |
||
Line 430: | Line 430: | ||
macros/constants and variables. | macros/constants and variables. | ||
; Definitions : #define constants, enum values, and data types | ; Definitions : #define constants, enum values, and data types defined in header | ||
defined in header | |||
; Globals : global variables and global functions | ; Globals : global variables and global functions | ||
; Structure1 : public member variables, public member | ; Structure1 : public member variables, public member functions, and static member functions | ||
functions, and static member functions | |||
; StructureN : public member variables, public member | ; StructureN : public member variables, public member functions, and static member functions | ||
functions, and static member functions | |||
=== Revision History === | === Revision History === |