summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Event/Performance/Throughput.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
commitd0301acb799b1d5696713ab42034305f45c4e93e (patch)
tree0b8f08656d6028906c0e09a18adefbaf4165625e /orbsvcs/tests/Event/Performance/Throughput.h
parent69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff)
downloadATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'orbsvcs/tests/Event/Performance/Throughput.h')
-rw-r--r--orbsvcs/tests/Event/Performance/Throughput.h46
1 files changed, 21 insertions, 25 deletions
diff --git a/orbsvcs/tests/Event/Performance/Throughput.h b/orbsvcs/tests/Event/Performance/Throughput.h
index 20b5bc63fcf..966c0f6b586 100644
--- a/orbsvcs/tests/Event/Performance/Throughput.h
+++ b/orbsvcs/tests/Event/Performance/Throughput.h
@@ -1,18 +1,14 @@
/* -*- C++ -*- */
-// $Id$
-//
-// ============================================================================
-//
-// = LIBRARY
-// ORBSVCS Real-time Event Channel testsuite
-//
-// = FILENAME
-// Throughput
-//
-// = AUTHOR
-// Carlos O'Ryan (coryan@cs.wustl.edu)
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Throughput.h
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan (coryan@cs.wustl.edu)
+ */
+//=============================================================================
+
#ifndef EC_THROUGHPUT_H
#define EC_THROUGHPUT_H
@@ -23,32 +19,32 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+/**
+ * @class EC_Throughput
+ *
+ * @brief Test the EC throughput
+ *
+ */
class EC_Throughput : public EC_Driver
{
- //
- // = TITLE
- // Test the EC throughput
- //
- // = DESCRIPTION
- //
public:
+ /// Constructor
EC_Throughput (void);
- // Constructor
// = The EC_Driver methods
+ /// add some command line args to enable/disable throughputions
virtual int parse_args (int& argc, ACE_TCHAR* argv[]);
virtual void print_args (void) const;
virtual void print_usage (void);
- // add some command line args to enable/disable throughputions
+ /// set the throughpution flags
virtual void modify_attributes (TAO_EC_Event_Channel_Attributes& attr);
- // set the throughpution flags
+ /// Don't run the suppliers, just test connect and disconnect calls.
void execute_test (void);
- // Don't run the suppliers, just test connect and disconnect calls.
+ /// Don't dump the EC_Driver results, they are meaningless.
void dump_results (void);
- // Don't dump the EC_Driver results, they are meaningless.
private:
};