source:
trunk/MagicSoft/Cosy/videodev/PixClient.h@
8809
Last change on this file since 8809 was 1802, checked in by , 22 years ago | |
---|---|
File size: 317 bytes |
Line | |
---|---|
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 void ProcessFrame(const unsigned long n, |
18 | byte *img, struct timeval *tm); |
19 | }; |
20 | |
21 | #endif |
Note:
See TracBrowser
for help on using the repository browser.