Definitions for a class for serving frames over UDP. More...
#include "frameserver.h"
Go to the source code of this file.
Namespaces | |
VisAO | |
The namespace of VisAO software. | |
Macros | |
#define | ERROR_REPORT(er) if(global_error_report) (*global_error_report)(er,__FILE__,__LINE__); |
#define | LOG_INFO(li) if(global_log_info) (*global_log_info)(li); |
Functions | |
void | VisAO::frame_ready_handler (int signum __attribute__((unused)), siginfo_t *siginf, void *ucont __attribute__((unused))) |
int | VisAO::frame_ready (fifo_channel *fc) |
Definition in file frameserver.cpp.