ISAAC
Overview :: Library Doc :: Server Doc :: JSON Commands

In Situ Animation of Accelerated Computations

Macros | Functions
RTPImageConnector.cpp File Reference
#include "RTPImageConnector.hpp"
#include <boost/preprocessor.hpp>
#include <pthread.h>
#include <inttypes.h>
Include dependency graph for RTPImageConnector.cpp:

Go to the source code of this file.

Macros

#define GST_LOAD_ELEMENT_OR_DIE(stream, element)
 

Functions

void suicideNotify (gpointer data)
 

Macro Definition Documentation

§ GST_LOAD_ELEMENT_OR_DIE

#define GST_LOAD_ELEMENT_OR_DIE (   stream,
  element 
)
Value:
if (success) \
{ \
stream.element = gst_element_factory_make(BOOST_PP_STRINGIZE(element), NULL); \
if(!stream.element) \
{ \
fprintf(stderr,"Could not open " BOOST_PP_STRINGIZE(element)"\n"); \
success = 0; \
} \
}

Definition at line 36 of file RTPImageConnector.cpp.

Function Documentation

§ suicideNotify()

void suicideNotify ( gpointer  data)

Definition at line 58 of file RTPImageConnector.cpp.