ReMAS  1.5
Real-time Musical Accompaniment System
Functions
ServerCPU.c File Reference

Server version of ReMAS for CPU, both x86_64 and ARM. More...

#include "TimeFunctions.h"
#include "CPUFunctions.h"
#include "FileFunctions.h"
#include "SoundFunctions.h"
#include "TempoFunctions.h"
#include "NetFunctions.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 main is the entry point to ReMAS, classical C main program. More...
 

Detailed Description

Server version of ReMAS for CPU, both x86_64 and ARM.

Author
Information Retrieval and Parallel Computing Group, UnivÂșersity 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 ServerCPU.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

main is the entry point to ReMAS, classical C main program.

main is the entry point to ReMAS, classical C/CUDA main program.

Parameters
argc(in) As is usual in programs C
argv(in) As is usual in programs C
Returns
: 0 if all is OK, otherwise a code error (see defines.h)
Parameters
argc(in) As is usual in programs C/CUDA
argv(in) As is usual in programs C/CUDA
Returns
: 0 if all is OK, otherwise a code error (see defines.h)

Definition at line 55 of file ServerCPU.c.