00001 /* 00002 DASI Library Copyright (C) 2004-2006 Derek Jones 00003 This software is free for educational use only--no commercial use allowed. 00004 00005 This library is distributed in the hope that it will be useful, 00006 but WITHOUT ANY WARRANTY; without even the implied warranty of 00007 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00008 */ 00009 00010 #ifndef JSONAR_BASE_H 00011 #define JSONAR_BASE_H 00012 #include <jaus/jaus_message.h> 00013 #include <sonar_base.h> 00014 class jsonar_base : public sonar_base 00015 { 00016 public: 00017 jsonar_base(short dfc, DEGREE forward, DEGREE rotate, IOLINE c, PORT p, IOLINE tpu, uint8 subclass=0); 00018 void JAUS_Message(void* pmsg); 00019 }; 00020 00021 #endif
1.3