source: branches/FACT++_lidctrl_usb/drive/PixClient.cc@ 19364

Last change on this file since 19364 was 18618, checked in by tbretz, 10 years ago
Copied files from Mars and Cosy to compile toold which fit our current drivectrl.
File size: 252 bytes
Line 
1#include "PixClient.h"
2
3#include <iostream>
4
5using namespace std;
6
7void PixClient::ProcessFrame(const unsigned long n, byte *img,
8 struct timeval *tm)
9{
10 cout << "PixClient - Img: " << n << " " << (void*)img << endl;
11}
12
Note: See TracBrowser for help on using the repository browser.