Module TINAScsSSMInit


Interface Index

i_Init

Exception Index

e_initSSMError
e_initSSPropertyError
use the errorCodes as for e_PropertyError *
e_sessionSSMError
used in halt and suspend operations *

Enum Index

t_InitialiseSSMErrorCode
t_sessionSSMErrorCode

Alias Index

t_GlobalSessionId
this ID identified uniquely for SSM and USM, managed by SF. *

Exceptions

e_initSSMError
exception e_initSSMError
{
    t_InitialiseSSMErrorCode errorCode;
};
e_initSSPropertyError
exception e_initSSPropertyError
{
    TINACommonTypes::t_PropertyErrorStruct propertyError;
};

use the errorCodes as for e_PropertyError *


e_sessionSSMError
exception e_sessionSSMError
{
    t_sessionSSMErrorCode errorCode;
};

used in halt and suspend operations *



Enums

t_InitialiseSSMErrorCode
enum t_InitialiseSSMErrorCode
{
    CannotCreateInterfaces,
    UnknownError
};
t_sessionSSMErrorCode
enum t_sessionSSMErrorCode
{
    UnknownSession,
    NotAllowed,
    UnknownError
};

Aliases

t_GlobalSessionId
typedef unsigned long t_GlobalSessionId;

this ID identified uniquely for SSM and USM, managed by SF. *



Generated by the OmniBroker IDL-to-HTML translator (non-commercial)