Salome HOME
Libraries for several kinds of controls (line edit, spinbox, combobox, ...). These...
[modules/gui.git] / src / DDS / DDS.h
1 #ifndef DDS_H
2 #define DDS_H
3
4 #include <TCollection_AsciiString.hxx>
5
6 #include <NCollection_DefineDataMap.hxx>
7 #include <NCollection_DefineBaseCollection.hxx>
8
9 #define UNIT_SYSTEM_SI "SI"
10
11 typedef enum { DDS_MT_OK, DDS_MT_WARNING,
12                DDS_MT_ERROR, DDS_MT_ALARM,
13                DDS_MT_INFO, DDS_MT_NONE } DDS_MsgType;
14
15 DEFINE_BASECOLLECTION(DDS_BaseColOfAsciiString,TCollection_AsciiString)
16
17 #endif