ARPDAS_QNX6 1.0
DCph.h
Go to the documentation of this file.
00001 #ifndef DCPH_H_INCLUDED
00002 #define DCPH_H_INCLUDED
00003 #include "DC.h"
00004 
00005 class ph_data_client : public data_client {
00006   public:
00007     ph_data_client( int bufsize_in, int fast = 1, int non_block = 1 );
00008     void process_data();
00009     void operate();
00010     int read();
00011 };
00012 
00013 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines