|
OpenDDS
Snapshot(2023/04/28-20:55)
|
#include "global_extern.h"#include "be_extern.h"#include "dds_visitor.h"#include "ast_root.h"#include "utl_string.h"#include "ace/OS_NS_strings.h"#include "ace/OS_NS_sys_time.h"#include "ace/OS_NS_unistd.h"#include "../Version.h"#include "ace/Version.h"#include <iostream>#include <fstream>#include <sstream>#include <string>#include <limits>#include <cassert>
Go to the source code of this file.
Functions | |
| void | BE_cleanup () |
| void | BE_abort () |
| void | BE_produce () |
| void BE_abort | ( | void | ) |
Definition at line 103 of file be_produce.cpp.
References ACE_ERROR, ACE_TEXT(), ACE_VERSION, BE_cleanup(), be_global, ACE_String_Base< char >::c_str(), ACE_OS::exit(), BE_GlobalData::filename(), ACE_OS::getpid(), ACE_OS::gettimeofday(), header, ACE_String_Base< char >::length(), LM_ERROR, ACE_Time_Value::msec(), OPENDDS_MAJOR_VERSION, OPENDDS_MICRO_VERSION, OPENDDS_MINOR_VERSION, OPENDDS_VERSION, ACE_OS::rand_r(), ACE_OS::strcasecmp(), strlen(), and ACE_OS::thr_self().
Referenced by BE_produce().
| void BE_cleanup | ( | void | ) |
Definition at line 94 of file be_produce.cpp.
Referenced by BE_abort(), and BE_produce().
| void BE_produce | ( | void | ) |
Definition at line 299 of file be_produce.cpp.
References ACE_ERROR, ACE_TEXT(), BE_abort(), BE_cleanup(), be_global, ACE_String_Base< char >::c_str(), BE_GlobalData::filename(), ACE_String_Base< char >::length(), LM_ERROR, ACE_OS::strcasecmp(), and strncmp().
1.8.13