|
DROS Coding StandardsMaintained by: David Austin |
template or
namespace. These are not standardised yet.
namespace,
template, string, or bool in
any code that may be needed under a real-time OS. This is most
important for the basic building blocks and for the proxies because
they may be used anywhere.
pure virtual function called. It doesn't tell
you anything! So, instead of using pure virtual functions, define the
function to print out some helpful message and then exit. Or even
better, send the currently running process a SIGSEGV signal in the
hope of getting a core dump and backtrace so that you can really work
out why the pure virtual function was called.
| Copyright 2001-2003 David Austin |