SOUND4 IMPACT.CL Library [1.3.6]
Loading...
Searching...
No Matches
Functions
sound4.impact.cl-pipe-cxx.cpp File Reference

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)
 

Function Documentation

◆ GetEnv()

std::string GetEnv ( const std::string &  name)

Definition at line 41 of file sound4.impact.cl-pipe-cxx.cpp.

◆ main()

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.

◆ MyLogger()

void MyLogger ( sound4::impact::LogSeverity  severity,
const std::string &  msg 
)

Definition at line 101 of file sound4.impact.cl-pipe-cxx.cpp.

◆ ProcessLoop()

void ProcessLoop ( sound4::impact::CInstance instance)

[Processing Loop]

[Processing Loop]

Definition at line 50 of file sound4.impact.cl-pipe-cxx.cpp.

◆ Usage()

void Usage ( const char *  progname)

Definition at line 81 of file sound4.impact.cl-pipe-cxx.cpp.