User Tools

Site Tools


code:telescope_driver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:telescope_driver [2010/01/17 02:40] – Changed to new teld.h interface pkubanekcode:telescope_driver [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 62: Line 62:
  
 <code c++> <code c++>
-int + 
-main (int argc, char **argv)+int main (int argc, char **argv)
 { {
-  Rts2DevMyTelescope device = Rts2DevMyTelescope (argc, argv);+  MyTelescope device = MyTelescope (argc, argv);
   return device.run ();   return device.run ();
 } }
code/telescope_driver.1263692422.txt.gz · Last modified: 2010/01/17 00:00 (external edit)