ACE_timeprobe_t Class Reference

Time probe record. More...

#include <Timeprobe.h>

Collaboration diagram for ACE_timeprobe_t:

Collaboration graph
[legend]
List of all members.

Public Types

enum  event_type { NUMBER, STRING }
 Type of event. More...


Public Attributes

event event_
 Event.

event_type event_type_
 Type of event.

ACE_hrtime_t time_
 Timestamp.

ACE_thread_t thread_
 Id of thread posting the time probe.


Detailed Description

Time probe record.

Definition at line 87 of file Timeprobe.h.


Member Enumeration Documentation

enum ACE_timeprobe_t::event_type
 

Type of event.

Enumeration values:
NUMBER 
STRING 

Definition at line 98 of file Timeprobe.h.

00099   {
00100     NUMBER,
00101     STRING
00102   };


Member Data Documentation

event ACE_timeprobe_t::event_
 

Event.

Definition at line 105 of file Timeprobe.h.

event_type ACE_timeprobe_t::event_type_
 

Type of event.

Definition at line 108 of file Timeprobe.h.

ACE_thread_t ACE_timeprobe_t::thread_
 

Id of thread posting the time probe.

Definition at line 114 of file Timeprobe.h.

ACE_hrtime_t ACE_timeprobe_t::time_
 

Timestamp.

Definition at line 111 of file Timeprobe.h.


The documentation for this class was generated from the following file:
Generated on Sun Jan 27 12:58:46 2008 for ACE by doxygen 1.3.6