Tempo Tapper
1.0.0
A simple library to implement a tempo tapper
|
C++ wrapper implementation of term_tt_posix.cxx. More...
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <curses.h>
#include <tempo_tapper_cpp.h>
Go to the source code of this file.
Functions | |
int | main () |
C++ wrapper implementation of term_tt_posix.cxx.
The following file is equivalent to term_tt_posix.cxx, except that the C++ wrapper of the tempo tapper library has been used. For a functional understanding of this code, please refer to the documentation of term_tt_posix.cxx.
Dependencies:
To compile, execute the following command from the projects root directory:
The resulting executable will be located in examples/posix/. To execute it from the project root directory, run:
Definition in file term_tt_posix_cpp.cxx.