comparison include/BeagleRT.h @ 233:18d03901f866 mergingClockSync

Turned gShouldStop into int
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 10 Apr 2016 03:20:52 +0200
parents d7148d21aaa5
children 048b7a4dc841
comparison
equal deleted inserted replaced
232:600355cf4ed5 233:18d03901f866
269 * Flag that indicates when the audio will stop. Threads can poll this variable to indicate when 269 * Flag that indicates when the audio will stop. Threads can poll this variable to indicate when
270 * they should stop. Additionally, a program can set this to \c true 270 * they should stop. Additionally, a program can set this to \c true
271 * to indicate that audio processing should terminate. Calling BeagleRT_stopAudio() 271 * to indicate that audio processing should terminate. Calling BeagleRT_stopAudio()
272 * has the effect of setting this to \c true. 272 * has the effect of setting this to \c true.
273 */ 273 */
274 extern bool gShouldStop; 274 extern int gShouldStop;
275 275
276 // *** User-defined render functions *** 276 // *** User-defined render functions ***
277 277
278 /** 278 /**
279 * \defgroup render User-defined render functions 279 * \defgroup render User-defined render functions