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 JLOCAL_MAP_SPEC_H 00011 #define JLOCAL_MAP_SPEC_H 00012 #include <jaus/jaus_message.h> 00013 #include <local_map_spec.h> 00014 class jLocal_Map_Spec : public Local_Map_Spec 00015 { 00016 public: 00017 jLocal_Map_Spec(uint8 subclass); 00018 void JAUS_Message(void* pmsg); 00019 }; 00020 00021 #endif
1.3