|
|
The event data. More...
#include <ArmarXCore/applications/ArmarXStorm/IceStorm/generated/IceStorm/IceStormInternal.h>
Inheritance diagram for EventData:Public Member Functions | |
| EventData () | |
| EventData (const ::std::string &iceP_op, ::Ice::OperationMode iceP_mode, const ::Ice::ByteSeq &iceP_data, const ::Ice::Context &iceP_context) | |
Public Attributes | |
| Ice::Context | context |
| The Ice::Current::Context data from the originating request. More... | |
| ::Ice::Context | context |
| Ice::ByteSeq | data |
| The encoded data for the operation's input parameters. More... | |
| ::Ice::ByteSeq | data |
| Ice::OperationMode | mode |
| The operation mode. More... | |
| ::Ice::OperationMode | mode |
| string | op |
| The operation name. More... | |
| ::std::string | op |
The event data.
Definition at line 494 of file IceStormInternal.h.
|
inline |
Definition at line 497 of file IceStormInternal.h.
|
inline |
Definition at line 501 of file IceStormInternal.h.
| Ice::Context context |
The Ice::Current::Context data from the originating request.
Definition at line 39 of file IceStormInternal.ice.
| ::Ice::Context context |
Definition at line 512 of file IceStormInternal.h.
| Ice::ByteSeq data |
The encoded data for the operation's input parameters.
Definition at line 37 of file IceStormInternal.ice.
| ::Ice::ByteSeq data |
Definition at line 511 of file IceStormInternal.h.
| Ice::OperationMode mode |
The operation mode.
Definition at line 35 of file IceStormInternal.ice.
| ::Ice::OperationMode mode |
Definition at line 510 of file IceStormInternal.h.
| string op |
The operation name.
Definition at line 33 of file IceStormInternal.ice.
| ::std::string op |
Definition at line 509 of file IceStormInternal.h.