General KERNEL Documentation     End User KERNEL Services  


SALOME Namespace Reference


Data Structures

interface  MultiCommClass
interface  ServantLifeCycle
interface  Sender
interface  SenderDouble
interface  SenderInt
interface  CorbaDoubleNCSender
interface  CorbaDoubleCSender
interface  CorbaLongNCSender
interface  CorbaLongCSender
interface  MPISender
interface  MPISenderDouble
interface  MPISenderInt
interface  SocketSender
interface  SocketSenderDouble
interface  SocketSenderInt
interface  Matrix
struct  ExceptionStruct
exception  SALOME_Exception
interface  GenericObj
struct  StatSession
 Session State and Statistics More...
interface  Session
 Interface of the session. More...

Typedefs

typedef sequence< double > vectorOfDouble
typedef sequence< long > vectorOfLong

Enumerations

enum  TypeOfDataTransmitted { _DOUBLE_, _INT_ }
enum  TypeOfCommunication { CORBA_, MPI_, SOCKET_ }
enum  ExceptionType { COMM, BAD_PARAM, INTERNAL_ERROR }
enum  SessionState { asleep, running }
 State of the session. More...


Detailed Description

Module SALOME regroups all idl definitions for SALOME Kernel component


Typedef Documentation

typedef sequence<double> SALOME::vectorOfDouble
 

typedef sequence<long> SALOME::vectorOfLong
 


Enumeration Type Documentation

enum SALOME::TypeOfDataTransmitted
 

Enumerator:
_DOUBLE_ 
_INT_ 

enum SALOME::TypeOfCommunication
 

Enumerator:
CORBA_ 
MPI_ 
SOCKET_ 

enum SALOME::ExceptionType
 

This enumeration contains the elements indicating the type of the exception which can be raised during SALOME session.

Enumerator:
COMM  Communication problem
BAD_PARAM  Bad User parameters
INTERNAL_ERROR  Application level problem, irrecoverable

enum SALOME::SessionState
 

This enumeration contains values defining the state of the session

Enumerator:
asleep 
running  Session is running