FACT++  1.0
PixClient.cc
Go to the documentation of this file.
1 #include "PixClient.h"
2 
3 #include <iostream>
4 
5 using namespace std;
6 
7 void PixClient::ProcessFrame(const unsigned long n, byte *img,
8  struct timeval *tm)
9 {
10  cout << "PixClient - Img: " << n << " " << (void*)img << endl;
11 }
12 
STL namespace.
unsigned char byte
Definition: MGImage.h:17
virtual void ProcessFrame(const unsigned long n, byte *img, struct timeval *tm)
Definition: PixClient.cc:7