#include "ace/Get_Opt.h"#include "tao/ORB_Core.h"#include "ace/High_Res_Timer.h"#include "ace/Env_Value_T.h"#include "ace/Tokenizer_T.h"#include "Latency_Base.h"#include "Latency_BaseSupport.h"#include "Latency_BasePlugin.h"#include <ndds/ndds_namespace_cpp.h>
Classes | |
| class | HelloListener |
| class | DummyListener |
Functions | |
| void | split_qos (const char *qos) |
| int | parse_args (int argc, ACE_TCHAR *argv[]) |
| void | write_back (LatencyTest &an_instance) |
| int | ACE_TMAIN (int argc, ACE_TCHAR **argv) |
Variables | |
| bool | shutdown_flag_ = false |
| CORBA::LongLong | count_ = 0 |
| LatencyTest * | instance_ = 0 |
| LatencyTestDataWriter * | test_data_writer_ = 0 |
| const char * | lib_name_ = 0 |
| const char * | prof_name_ = 0 |
| CORBA::UShort | domain_id_ = 0 |
| CORBA::Boolean | both_read_write_ = false |
| int ACE_TMAIN | ( | int | argc, | |
| ACE_TCHAR ** | argv | |||
| ) |
| int parse_args | ( | int | argc, | |
| ACE_TCHAR * | argv[] | |||
| ) |
| void split_qos | ( | const char * | qos | ) |
| void write_back | ( | LatencyTest & | an_instance | ) |
| CORBA::Boolean both_read_write_ = false |
| LatencyTest* instance_ = 0 |
| const char* lib_name_ = 0 |
| const char* prof_name_ = 0 |
| bool shutdown_flag_ = false |
| LatencyTestDataWriter* test_data_writer_ = 0 |
1.6.2