TinySpline  0.7.0
Spline Library for a Multitude of Programming Languages
Public Attributes | List of all members
tsStatus Struct Reference

#include <tinyspline.h>

Public Attributes

tsError code
 
char message [100]
 

Detailed Description

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

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


The documentation for this struct was generated from the following file: