EventData Struct Reference

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
 

Detailed Description

The event data.

Definition at line 429 of file IceStormInternal.h.

Constructor & Destructor Documentation

◆ EventData() [1/2]

EventData ( )
inline

Definition at line 433 of file IceStormInternal.h.

◆ EventData() [2/2]

EventData ( const ::std::string &  iceP_op,
::Ice::OperationMode  iceP_mode,
const ::Ice::ByteSeq &  iceP_data,
const ::Ice::Context &  iceP_context 
)
inline

Definition at line 434 of file IceStormInternal.h.

Member Data Documentation

◆ context [1/2]

Ice::Context context

The Ice::Current::Context data from the originating request.

Definition at line 39 of file IceStormInternal.ice.

◆ context [2/2]

::Ice::Context context

Definition at line 446 of file IceStormInternal.h.

◆ data [1/2]

Ice::ByteSeq data

The encoded data for the operation's input parameters.

Definition at line 37 of file IceStormInternal.ice.

◆ data [2/2]

::Ice::ByteSeq data

Definition at line 445 of file IceStormInternal.h.

◆ mode [1/2]

Ice::OperationMode mode

The operation mode.

Definition at line 35 of file IceStormInternal.ice.

◆ mode [2/2]

::Ice::OperationMode mode

Definition at line 444 of file IceStormInternal.h.

◆ op [1/2]

string op

The operation name.

Definition at line 33 of file IceStormInternal.ice.

◆ op [2/2]

::std::string op

Definition at line 443 of file IceStormInternal.h.


The documentation for this struct was generated from the following files: