FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
PixClient.h
Go to the documentation of this file.
1
#ifndef COSY_PixClient
2
#define COSY_PixClient
3
4
#ifdef __CINT__
5
struct
timeval;
6
#else
7
#include <unistd.h>
8
#include <sys/time.h>
9
#endif
10
11
12
typedef
unsigned
char
byte
;
13
14
class
PixClient
15
{
16
public
:
17
virtual
~PixClient
() { }
18
virtual
void
ProcessFrame
(
const
unsigned
long
n,
19
byte
*img,
struct
timeval *tm);
20
};
21
22
#endif
PixClient::~PixClient
virtual ~PixClient()
Definition:
PixClient.h:17
byte
unsigned char byte
Definition:
PixClient.h:12
byte
unsigned char byte
Definition:
MGImage.h:17
PixClient
Definition:
PixClient.h:14
PixClient::ProcessFrame
virtual void ProcessFrame(const unsigned long n, byte *img, struct timeval *tm)
Definition:
PixClient.cc:7
drive
PixClient.h
Generated on Sun Sep 18 2016 20:50:18 for FACT++ by
1.8.11