Tempo Tapper  1.0.0
A simple library to implement a tempo tapper
Functions
term_tt_posix_cpp.cxx File Reference

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>
Include dependency graph for term_tt_posix_cpp.cxx:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

C++ wrapper implementation of term_tt_posix.cxx.

Author
Patrick Pedersen
Date
2021-08-05

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:

$ g++ -D TT_TARGET_PLATFORM_POSIX -I include/ examples/posix/term_tt_posix.cxx src/tempo_tapper_common.cxx src/tempo_tapper_posix.cxx src/tempo_tapper_cpp.cxx -lncurses -o examples/posix/term_tt

The resulting executable will be located in examples/posix/. To execute it from the project root directory, run:

$ ./examples/posix/term_tt

Definition in file term_tt_posix_cpp.cxx.

tempo_tapper_cpp
C++ wrapper for the tempo tapper library.
Definition: tempo_tapper_cpp.h:45