CORBAservices
Module IOP
IDL source Global index
module IOP
- ComponentId
- IOR
- MultipleComponentProfile
- ProfileId
- ServiceContext
- ServiceContextList
- ServiceID
- TaggedComponent
- TaggedProfile
- TAG_INTERNET_IOP
- TAG_MULTIPLE_COMPONENTS
- TransactionService
typedef unsigned long ComponentId;
-
struct IOR {
string type_id;
sequence<TaggedProfile> profiles;
};
-
typedef sequence<TaggedComponent> MultipleComponentProfile;
-
typedef unsigned long ProfileId;
-
struct ServiceContext {
ServiceID context_id;
sequence<octet> context_data;
};
-
typedef sequence<ServiceContext> ServiceContextList;
-
typedef unsigned long ServiceID;
-
struct TaggedComponent {
ComponentId tag;
sequence<octet> component_data;
};
-
struct TaggedProfile {
ProfileId tag;
sequence<octet> profile_data;
};
-
const unsigned long TAG_INTERNET_IOP = 0;
-
const unsigned long TAG_MULTIPLE_COMPONENTS = 1;
-
const unsigned long TransactionService = 0;
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.