#include <AutoTestServiceSVC_impl.h>
Example class implementing IDL interface AutoTest::MyService
Definition at line 18 of file AutoTestServiceSVC_impl.h.
◆ MyServiceSVC_impl() [1/2]
MyServiceSVC_impl::MyServiceSVC_impl |
( |
| ) |
|
◆ ~MyServiceSVC_impl() [1/2]
MyServiceSVC_impl::~MyServiceSVC_impl |
( |
| ) |
|
|
virtual |
◆ MyServiceSVC_impl() [2/2]
MyServiceSVC_impl::MyServiceSVC_impl |
( |
| ) |
|
◆ ~MyServiceSVC_impl() [2/2]
virtual MyServiceSVC_impl::~MyServiceSVC_impl |
( |
| ) |
|
|
virtual |
◆ echo() [1/2]
char* MyServiceSVC_impl::echo |
( |
const char * |
msg | ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
◆ echo() [2/2]
char * MyServiceSVC_impl::echo |
( |
const char * |
msg | ) |
|
◆ get_echo_history() [1/2]
SimpleService::EchoList* MyServiceSVC_impl::get_echo_history |
( |
| ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
◆ get_echo_history() [2/2]
SimpleService::EchoList * MyServiceSVC_impl::get_echo_history |
( |
| ) |
|
◆ get_echo_message()
std::string MyServiceSVC_impl::get_echo_message |
( |
| ) |
|
|
inline |
◆ get_value() [1/2]
CORBA::Float MyServiceSVC_impl::get_value |
( |
| ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
◆ get_value() [2/2]
CORBA::Float MyServiceSVC_impl::get_value |
( |
| ) |
|
◆ get_value_history() [1/2]
SimpleService::ValueList* MyServiceSVC_impl::get_value_history |
( |
| ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
◆ get_value_history() [2/2]
SimpleService::ValueList * MyServiceSVC_impl::get_value_history |
( |
| ) |
|
◆ reset_message()
void MyServiceSVC_impl::reset_message |
( |
| ) |
|
|
inline |
◆ set_value() [1/2]
void MyServiceSVC_impl::set_value |
( |
CORBA::Float |
value | ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
◆ set_value() [2/2]
void MyServiceSVC_impl::set_value |
( |
CORBA::Float |
value | ) |
|
◆ m_echoList
SimpleService::EchoList MyServiceSVC_impl::m_echoList |
|
private |
◆ m_isNew
bool MyServiceSVC_impl::m_isNew |
|
private |
◆ m_msg
std::string MyServiceSVC_impl::m_msg |
|
private |
◆ m_value
CORBA::Float MyServiceSVC_impl::m_value |
|
private |
◆ m_valueList
SimpleService::ValueList MyServiceSVC_impl::m_valueList |
|
private |
The documentation for this class was generated from the following files: