visplugin/GizmodLibVisualPlugin.hpp

Go to the documentation of this file.
00001 
00012 /*
00013   
00014   Copyright (c) 2007, Tim Burrell
00015   Licensed under the Apache License, Version 2.0 (the "License");
00016   you may not use this file except in compliance with the License.
00017   You may obtain a copy of the License at 
00018 
00019         http://www.apache.org/licenses/LICENSE-2.0
00020 
00021   Unless required by applicable law or agreed to in writing, software
00022   distributed under the License is distributed on an "AS IS" BASIS,
00023   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00024   See the License for the specific language governing permissions and 
00025   limitations under the License. 
00026   
00027 */
00028 
00029 #ifndef __GizmodLibVisualPlugin_h
00030 #define __GizmodLibVisualPlugin_h
00031 
00032 #if HAVE_CONFIG_H
00033 #include "config.h"
00034 #endif
00035 
00036 #include "../libGizmod/GizmoClient.hpp"
00037 
00039 // Typedef, enum's
00041         
00043 // Class Definition
00045 
00050 class GizmodLibVisualPlugin : public Gizmod::GizmoClient {
00051 public:
00052         // public functions
00053         void                            init();                         
00054         void                            render(float VULeft, float VURight, float VUCombined); 
00055         void                            shutdown();                     
00056         
00057         // construction / deconstruction 
00058         GizmodLibVisualPlugin();                                        
00059         virtual ~GizmodLibVisualPlugin();                               
00060         
00061 private:
00062         // private functions
00063         void                            readConfig();                   
00064         void                            writeConfig();                  
00065         
00066         // private member variables
00067         std::string                     mServerHost;                    
00068         int                             mServerPort;                    
00069 };
00070 
00071 #endif // __GizmodLibVisualPlugin_h

Generated on Wed Nov 7 10:04:16 2007 for gizmod by  doxygen 1.5.3