ReMAS  1.5
Real-time Musical Accompaniment System
Macros | Functions
TimeFunctions.h File Reference

File with functions used by ReMAS, both CPU and GPU, for management the time. More...

#include <time.h>

Go to the source code of this file.

Macros

#define ATIME_H
 
#define _POSIX_C_SOURCE   199309L
 

Functions

int msleep (int)
 msleep waits milliseconds More...
 

Detailed Description

File with functions used by ReMAS, both CPU and GPU, for management the time.

Author
Information Retrieval and Parallel Computing Group, University of Oviedo, Spain
Interdisciplinary Computation and Communication Group, Universitat Politecnica de Valencia, Spain
Signal Processing and Telecommunication Systems Research Group, University of Jaen, Spain.
Contact: remas.nosp@m.pack.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
Date
February 13, 2017

Definition in file TimeFunctions.h.

Function Documentation

◆ msleep()

int msleep ( int  milliseconds)

msleep waits milliseconds

Parameters
milliseconds(in) time to wait
Returns
: 0 if all is OK, otherwise a code error (see defines.h)

Definition at line 53 of file TimeFunctions.h.