source:
branches/FACT++_lidctrl_usb/drive/PixClient.cc
Last change on this file was 18618, checked in by , 8 years ago | |
---|---|
File size: 252 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.