|
OSSIA
Open Scenario System for Interactive Application
|
Stores an error code (see tsError) with corresponding message.
Public Attributes | |
| tsError | code |
| char | message [100] |
| tsError tsStatus::code |
The error code.
| char tsStatus::message[100] |
The corresponding error message (encoded as C string). Memory is allocated on stack so as to be able to provide a meaningful message in the event of memory issues (cf. TS_MALLOC).