|
The event data. More...
#include <ArmarXCore/applications/ArmarXStorm/IceStorm/generated/IceStorm/IceStormInternal.h>
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 429 of file IceStormInternal.h.
|
inline |
Definition at line 433 of file IceStormInternal.h.
|
inline |
Definition at line 434 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 446 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 445 of file IceStormInternal.h.
Ice::OperationMode mode |
The operation mode.
Definition at line 35 of file IceStormInternal.ice.
::Ice::OperationMode mode |
Definition at line 444 of file IceStormInternal.h.
string op |
The operation name.
Definition at line 33 of file IceStormInternal.ice.
::std::string op |
Definition at line 443 of file IceStormInternal.h.