Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

OPARKING.H Source File
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

OPARKING.H

Go to the documentation of this file.
00001 //Filename    : OPARKING.H
00002 //Description : More report Class Declaration
00003 //Owner           : Kevin(ho)
00004 
00005 #ifndef __OPARKING_H
00006 #define __OPARKING_H
00007 
00008 //----------- Define class Development --------------//
00009 //
00011 class Parking {
00012 public:
00013     Parking();
00014     ~Parking();
00015     void init();
00016     void deinit();
00017     void parking_report(int);
00018     int parking_detect();
00019 };
00020 
00021 extern Parking parking;
00022 
00023 //-------------------------------------------------//
00024 #endif

Generated on Fri Aug 23 01:38:10 2002 for VirtualU by doxygen1.2.17