apps/ccam/gzprintf.c File Reference

#include <stdio.h>
#include "zlib.h"
#include <string.h>
#include <stdlib.h>

Include dependency graph for gzprintf.c:

Go to the source code of this file.

Defines

#define CHECK_ERR(err, msg)

Functions

int main (int argc, char *argv[])
int main (int argc, argv)


Define Documentation

#define CHECK_ERR ( err,
msg   ) 

Value:

{ \
    if (err != Z_OK) { \
        fprintf(stderr, "%s error: %d\n", msg, err); \
        exit(1); \
    } \
}

Definition at line 15 of file gzprintf.c.


Function Documentation

int main ( int  argc,
argv   
)

Definition at line 29 of file gzprintf.c.

References gzclose(), gzprintf(), stderr, and stdout.

int main ( int  argc,
char *  argv[] 
)

set port, start listening/answering HTTP requests

circbuf does not suppoty ioctl anymore

no more ioctl-s

now open circbuf

read pointer was invalid - try the earliest frame available

Definition at line 39 of file main.cpp.


Generated on Thu Aug 7 16:19:38 2008 for elphel by  doxygen 1.5.1