00001 #ifndef SINDEVIO_H 00002 #define SINDEVIO_H 00003 00004 #include "baciDevIO.h" 00005 00006 class SinDevIO : public DevIO<CORBA::Float> 00007 { 00008 public: 00009 CORBA::Float read(ACS::Time & timestamp) throw (ACSErr::ACSbaseExImpl); 00010 }; 00011 00012 #endif