Skip to content

Developer's API

Elsa Gonsiorowski edited this page Jul 8, 2014 · 4 revisions

These guide lines are for ROSS developers. Model developers should not need to know these specifics, but may find this to be a useful reference.

Coding Standards

  • Global variables begin with a g
  • underscores are used between words (in preference to camel case)
  • API functions begin with tw_ (short for Time Warp)
  • Preprocessor definitions start with ROSS_ followed by all capitol letters for the option type then lower case for the option selected. For example: ROSS_QUEUE_calendar

Clone this wiki locally