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