
Public Types | |
| enum | { INITIAL, CALL, SEND, FINAL } |
Public Member Functions | |
| void | callBackPeer (TaskContext *peer, string const &opname) |
| CorbaTest () | |
| CorbaTest () | |
| void | new_data_listener (base::PortInterface *port) |
| void | new_data_listener (base::PortInterface *port) |
| void | setUp () |
| void | tearDown () |
| void | testPortBufferConnection () |
| void | testPortBufferConnection () |
| void | testPortDataConnection () |
| void | testPortDataConnection () |
| void | testPortDisconnected () |
| void | testPortDisconnected () |
| ~CorbaTest () | |
| ~CorbaTest () | |
Public Member Functions inherited from OperationsFixture | |
| bool | assertBool (bool b) |
| bool | assertEqual (int a, int b) |
| bool | assertMsg (bool b, const std::string &msg) |
| bool | comstr (const std::string &cs) |
| void | createOperationCallerFactories (TaskContext *target) |
| void | createOperationCallerFactories0 (TaskContext *target) |
| void | createOperationCallerFactories1 (TaskContext *target) |
| void | createOperationCallerFactories2 (TaskContext *target) |
| void | createOperationCallerFactories3 (TaskContext *target) |
| void | createOperationCallerFactories4 (TaskContext *target) |
| void | createOperationCallerFactories5 (TaskContext *target) |
| void | createOperationCallerFactories6 (TaskContext *target) |
| void | createOperationCallerFactories7 (TaskContext *target) |
| bool | fail () |
| int | getI () const |
| bool | good () |
| int | increase () |
| bool | isTrue (bool b) |
| double | m0 (void) |
| const double & | m0cr () |
| void | m0except (void) |
| double & | m0r () |
| double | m1 (int i) |
| double | m1cr (const double &a) |
| double | m1r (double &a) |
| double | m2 (int i, double d) |
| double | m3 (int i, double d, bool c) |
| double | m4 (int i, double d, bool c, std::string s) |
| double | m5 (int i, double d, bool c, std::string s, float f) |
| double | m6 (int i, double d, bool c, std::string s, float f, char h) |
| double | m7 (int i, double d, bool c, std::string s, float f, char h, unsigned int st) |
| OperationsFixture () | |
| void | print (const std::string &what) |
| void | printNumber (const std::string &what, int n) |
| void | resetI () |
| void * | returnAddressOf (int &i) |
| const void * | returnAddressOfConst (const int &i) |
| int | sleepAndIncrement (int seconds) |
| void | vm0 (void) |
| ~OperationsFixture () | |
Public Attributes | |
| double | adouble1 |
| int | aint1 |
| int | callBackPeer_count |
| enum CorbaTest:: { ... } | callBackPeer_step |
| SendHandle< void(TaskContext *, string const &)> | handle |
| InputPort< double > * | mi |
| InputPort< double > * | mi1 |
| InputPort< double > * | mi2 |
| OutputPort< double > * | mo |
| OutputPort< double > * | mo1 |
| OutputPort< double > * | mo2 |
| Property< double > * | pdouble1 |
| Property< int > | pint1 |
| CTaskContext_ptr | s |
| CTaskContext_ptr | s2 |
| base::PortInterface * | signalled_port |
| TaskContext * | t2 |
| TaskContext * | tc |
| TaskContextProxy * | tp |
| TaskContext * | tp |
| TaskContext * | tp2 |
| corba::TaskContextServer * | ts |
| corba::TaskContextServer * | ts2 |
Public Attributes inherited from OperationsFixture | |
| TaskContext * | caller |
| int | i |
| double | ret |
| TaskContext * | tc |
Definition at line 45 of file corba_ipc_test.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| INITIAL | |
| CALL | |
| SEND | |
| FINAL | |
Definition at line 66 of file corba_ipc_test.cpp.
|
inline |
Definition at line 48 of file corba_ipc_test.cpp.
|
inline |
Definition at line 49 of file corba_ipc_test.cpp.
|
inline |
Definition at line 48 of file corba_test.cpp.
|
inline |
Definition at line 80 of file corba_test.cpp.
|
inline |
Definition at line 78 of file corba_ipc_test.cpp.
| void CorbaTest::new_data_listener | ( | base::PortInterface * | port | ) |
Definition at line 146 of file corba_ipc_test.cpp.
| void CorbaTest::new_data_listener | ( | base::PortInterface * | port | ) |
| void CorbaTest::setUp | ( | ) |
Definition at line 111 of file corba_ipc_test.cpp.
| void CorbaTest::tearDown | ( | ) |
Definition at line 133 of file corba_ipc_test.cpp.
| void CorbaTest::testPortBufferConnection | ( | ) |
Definition at line 198 of file corba_ipc_test.cpp.
| void CorbaTest::testPortBufferConnection | ( | ) |
| void CorbaTest::testPortDataConnection | ( | ) |
Definition at line 177 of file corba_ipc_test.cpp.
| void CorbaTest::testPortDataConnection | ( | ) |
| void CorbaTest::testPortDisconnected | ( | ) |
Definition at line 224 of file corba_ipc_test.cpp.
| void CorbaTest::testPortDisconnected | ( | ) |
| double CorbaTest::adouble1 |
Definition at line 113 of file corba_test.cpp.
| int CorbaTest::aint1 |
Definition at line 112 of file corba_test.cpp.
| int CorbaTest::callBackPeer_count |
Definition at line 67 of file corba_ipc_test.cpp.
| enum { ... } CorbaTest::callBackPeer_step |
| SendHandle<void(TaskContext*, string const&)> CorbaTest::handle |
Definition at line 68 of file corba_ipc_test.cpp.
| InputPort<double>* CorbaTest::mi |
Definition at line 64 of file corba_ipc_test.cpp.
| InputPort<double>* CorbaTest::mi1 |
Definition at line 104 of file corba_test.cpp.
| InputPort<double>* CorbaTest::mi2 |
Definition at line 106 of file corba_test.cpp.
| OutputPort<double>* CorbaTest::mo |
Definition at line 65 of file corba_ipc_test.cpp.
| OutputPort<double>* CorbaTest::mo1 |
Definition at line 105 of file corba_test.cpp.
| OutputPort<double>* CorbaTest::mo2 |
Definition at line 107 of file corba_test.cpp.
| Property<double>* CorbaTest::pdouble1 |
Definition at line 110 of file corba_test.cpp.
| Property<int> CorbaTest::pint1 |
Definition at line 109 of file corba_test.cpp.
| CTaskContext_ptr CorbaTest::s |
Definition at line 57 of file corba_ipc_test.cpp.
| CTaskContext_ptr CorbaTest::s2 |
Definition at line 58 of file corba_ipc_test.cpp.
| base::PortInterface * CorbaTest::signalled_port |
Definition at line 60 of file corba_ipc_test.cpp.
| TaskContext * CorbaTest::t2 |
Definition at line 52 of file corba_ipc_test.cpp.
| TaskContext* CorbaTest::tc |
Definition at line 51 of file corba_ipc_test.cpp.
| TaskContextProxy* CorbaTest::tp |
Definition at line 53 of file corba_ipc_test.cpp.
| TaskContext* CorbaTest::tp |
Definition at line 95 of file corba_test.cpp.
| TaskContext * CorbaTest::tp2 |
Definition at line 55 of file corba_ipc_test.cpp.
| corba::TaskContextServer * CorbaTest::ts |
Definition at line 54 of file corba_ipc_test.cpp.
| corba::TaskContextServer * CorbaTest::ts2 |
Definition at line 56 of file corba_ipc_test.cpp.