![]() |
SOUND4 IMPACT.CL Library [1.3.12]
|
C++ sample using C++ interface wrapper. More...
#include <unistd.h>#include <iostream>#include <strings.h>#include <sys/types.h>#include <filesystem>#include <io.h>#include <fcntl.h>#include "sound4.impact.cl.hpp"Go to the source code of this file.
Functions | |
| std::string | GetEnv (const std::string &name) |
| void | ProcessLoop (sound4::impact::CInstance &instance) |
| void | Usage (const char *progname) |
| void | MyLogger (sound4::impact::LogSeverity severity, const std::string &msg) |
| int | main (int argc, const char **argv) |
| std::string GetEnv | ( | const std::string & | name | ) |
Definition at line 41 of file sound4.impact.cl-pipe-cxx.cpp.
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
[Setup and sanity checks]
[Setup and sanity checks]
[Create the processing instance]
[Create the processing instance]
[Communicating with the instance]
[Communicating with the instance]
Definition at line 106 of file sound4.impact.cl-pipe-cxx.cpp.
| void MyLogger | ( | sound4::impact::LogSeverity | severity, |
| const std::string & | msg | ||
| ) |
Definition at line 101 of file sound4.impact.cl-pipe-cxx.cpp.
| void ProcessLoop | ( | sound4::impact::CInstance & | instance | ) |
| void Usage | ( | const char * | progname | ) |
Definition at line 81 of file sound4.impact.cl-pipe-cxx.cpp.