Changeset 8378 for trunk/MagicSoft/Cosy/videodev
- Timestamp:
- 03/14/07 19:19:45 (18 years ago)
- Location:
- trunk/MagicSoft/Cosy/videodev
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/PixClient.cc
r1802 r8378 1 1 #include "PixClient.h" 2 2 3 #include <iostream.h> 3 #include <iostream> 4 5 using namespace std; 4 6 5 7 void PixClient::ProcessFrame(const unsigned long n, byte *img, -
trunk/MagicSoft/Cosy/videodev/PngReader.cc
r1804 r8378 2 2 #include "PixClient.h" 3 3 4 #include <iostream .h>4 #include <iostream> 5 5 #include <stdio.h> 6 6 #include <stdlib.h> … … 23 23 24 24 ClassImp(PngReader); 25 26 using namespace std; 25 27 26 28 char *PngReader::GetImg(unsigned int frame) -
trunk/MagicSoft/Cosy/videodev/Writer.cc
r4888 r8378 1 1 #include "Writer.h" 2 2 3 #include <iostream .h> // cout4 #include <fstream .h> // ofstream3 #include <iostream> // cout 4 #include <fstream> // ofstream 5 5 6 6 #include <stdio.h> // FILE … … 11 11 12 12 ClassImp(Writer); 13 14 using namespace std; 13 15 14 16 void Writer::Png(const char *fname, const byte *buf,
Note:
See TracChangeset
for help on using the changeset viewer.