Common options for functions

Common defines for various functions. Combine using the | character.

GENOPT_ABORT_ERROR

Abort program if there is an error. Not currently used in Sculptor code.

GENOPT_WAIT

Wait in functions that otherwise time out. Currently used by read_msg_queue() and write_msg_queue().

GENOPT_NO_WAIT

Don’t wait in functions that otherwise wait. Not currently used in Sculptor code.


RELATED TOPICS

The include file sculptor.h