struct t_Attrib
{
t_TinaName id;
any value;
};
struct t_Notification
{
t_NotifyId id;
t_NotifyType notifyType;
t_OriginatorId sourceId;
t_OriginatorType sourceType;
t_StatusInfo info;
};
struct t_NotifyIdentifier
{
t_NotifyId id;
t_NotifyType notifyType;
t_OriginatorId sourceId;
t_OriginatorType sourceType;
};
struct t_SFEPComDesc
{
t_SFEPName name;
t_SFEPDirection dir;
t_AdministrativeState adState;
t_MediaDesc media;
Object ifRef;
};
struct t_TypeChangeDesc
{
t_TypeId id;
t_AttribList idAttribs;
t_AttribList newAttsVals;
t_AttribIdList oldAttribs;
};
struct t_TypeDesc
{
t_TypeId id;
t_AttribList desc;
};
enum t_SFEPDirection
{
SFlowSink,
SFlowSource
};
typedef m_STATE::t_AdministrativeState t_AdministrativeState;
typedef t_TinaNameList t_AttribIdList;
typedef sequence<t_Attrib> t_AttribList;
typedef t_TinaName t_Identifier;
typedef t_TypeChangeDesc t_MediaChangeDesc;
typedef t_TypeChangeDescList t_MediaChangeDescList;
typedef t_TypeDesc t_MediaDesc;
typedef t_TypeDescList t_MediaDescList;
typedef sequence<t_Notification> t_NotificationList;
typedef unsigned long t_NotifyId;
typedef sequence<t_NotifyIdentifier> t_NotifyIdentifierList;
typedef t_TypeId t_NotifyType;
typedef sequence<t_NotifyType> t_NotifyTypeList;
typedef t_Identifier t_OriginatorId;
typedef t_TypeId t_OriginatorType;
typedef sequence<t_SFEPComDesc> t_SFEPComDescList;
typedef t_TinaName t_SFEPName;
typedef sequence<t_SFEPName> t_SFEPNameList;
typedef t_AttribList t_StatusInfo;
typedef sequence<string> t_TinaName;
typedef string t_TinaNameAttribute;
typedef sequence<t_TinaName> t_TinaNameList;
typedef string t_TinaNameValue;
typedef sequence<t_TypeChangeDesc> t_TypeChangeDescList;
typedef sequence<t_TypeDesc> t_TypeDescList;
typedef string t_TypeId;
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)