Subversion Repositories tpanel

Rev

Rev 24 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24 Rev 118
Line 28... Line 28...
28
 
28
 
29
typedef struct PALETTE_SETUP
29
typedef struct PALETTE_SETUP
30
{
30
{
31
    std::string name;
31
    std::string name;
32
    std::string file;
32
    std::string file;
33
    int paletteID;
33
    int paletteID{0};
34
}PALETTE_SETUP;
34
}PALETTE_SETUP;
35
 
35
 
36
typedef struct PANEL_SETUP
36
typedef struct PANEL_SETUP
37
{
37
{
38
    int portCount{0};                   //!< Number of total ports available
38
    int portCount{0};                   //!< Number of total ports available