Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

STaskCounters.hpp

Go to the documentation of this file.
00001 
00002 #ifndef STaskCounters_h
00003 #define STaskCounters_h 1
00004 
00005 #include <ace/OS.h> // Para u_long
00006 
00007 namespace TASK {
00008 
00009   struct STaskCounters 
00010   {
00011 
00012       // Data Members for Class Attributes
00013 
00014         u_long nInputs;
00015 
00016         u_long nOutputs;
00017 
00018     public:
00019       // Additional Public Declarations
00020 
00021     protected:
00022       // Additional Protected Declarations
00023 
00024     private:
00025       // Additional Private Declarations
00026 
00027     private: 
00028       // Additional Implementation Declarations
00029 
00030   };
00031 
00032   // Class TASK::STaskCounters 
00033 
00034   // Class TASK::STaskCounters 
00035 
00036   // Additional Declarations
00037 
00038 } // namespace TASK
00039 
00040 #endif

Generated on Wed Mar 5 21:31:47 2003 for JIC by doxygen1.3-rc3