OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
tsStatus Struct Reference

Detailed Description

Stores an error code (see tsError) with corresponding message.

Public Attributes

tsError code
 
char message [100]
 

Member Data Documentation

◆ code

tsError tsStatus::code

The error code.

◆ message

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).