#include "ace/Get_Opt.h"#include "ace/High_Res_Timer.h"#include "ace/Env_Value_T.h"#include "tao/ORB_Core.h"#include "Throughput_Base.h"#include "Throughput_BaseSupport.h"#include "Throughput_BasePlugin.h"#include <ndds/ndds_namespace_cpp.h>
Functions | |
| int | parse_args (int argc, ACE_TCHAR *argv[]) |
| bool | write (void) |
| int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
Variables | |
| CORBA::UShort | datalen = 1024 |
| CORBA::UShort | recover_time = 1 |
| CORBA::ULong | start_load = 1000 |
| CORBA::ULong | incr_load = 1000 |
| CORBA::ULongLong | max_load = 9000 |
| CORBA::ULongLong | number_of_msg = 0 |
| ACE_UINT64 | duration_run_ = 10 |
| CORBA::ULongLong | load = 0 |
| ACE_UINT64 | start_time = 0 |
| ThroughputTest * | instance = 0 |
| ThroughputCommand * | instance_cmd = 0 |
| ::DDS::Topic * | topic = 0 |
| ::DDS::Topic * | cmd_topic = 0 |
| ::DDS::DataWriter * | data_writer = 0 |
| ::DDS::DataWriter * | cmd_writer = 0 |
| ThroughputTestDataWriter * | test_data_writer = 0 |
| ThroughputCommandDataWriter * | cmd_data_writer = 0 |
| const char * | lib_name = "HelloTest_Library" |
| const char * | cmd_prof_name = "ThroughputCmdQoS" |
| const char * | prof_name = "ThroughputQoS" |
| const char * | part_name = "ThroughputPartQoS" |
| CORBA::UShort | domain_id = 0 |
| int ACE_TMAIN | ( | int | argc, | |
| ACE_TCHAR * | argv[] | |||
| ) |
| int parse_args | ( | int | argc, | |
| ACE_TCHAR * | argv[] | |||
| ) |
| bool write | ( | void | ) |
| ThroughputCommandDataWriter* cmd_data_writer = 0 |
| const char* cmd_prof_name = "ThroughputCmdQoS" |
| ::DDS::Topic* cmd_topic = 0 |
| ::DDS::DataWriter* cmd_writer = 0 |
| ::DDS::DataWriter* data_writer = 0 |
| CORBA::UShort datalen = 1024 |
| ACE_UINT64 duration_run_ = 10 |
| CORBA::ULong incr_load = 1000 |
| ThroughputTest* instance = 0 |
| const char* lib_name = "HelloTest_Library" |
| CORBA::ULongLong load = 0 |
| CORBA::ULongLong max_load = 9000 |
| const char* part_name = "ThroughputPartQoS" |
| const char* prof_name = "ThroughputQoS" |
| CORBA::ULong start_load = 1000 |
| ACE_UINT64 start_time = 0 |
| ThroughputTestDataWriter* test_data_writer = 0 |
| ::DDS::Topic* topic = 0 |
1.6.2