Blame view

DUREX/DUREX.ems 286 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version = "1.0.0"
description = ""

schema DUREX 
{
    enum        BOOLEAN{ TRUE, FALSE };   
    typedef     string<200> String; //MAXIMUM SIZE AVAILABLE

    uint8   numBytes;
    String  data;
    uint8   numPackets;
    BOOLEAN messageAvailable
    {
        indicator
    }
}