A System: AIS1 Standard Indicator


Modification List


Modification: 10306
Release Date: 26.02.2009


History
1. AIS10306
1. AIS10305
0. AIS10304


< A System: AIS10306 Standard Indicator >*****************************************************************************

Modification number 2: AIS10306
#define    A.System.Series            "AIS"                                                                    //<  6>
#define    A.System.Modification      "10306"                                                                  //<  7>
#define    A.System.ReleaseDate       "26.02.2009"                                                             //<  8>

Modification number 1: AIS10305
#define    A.System.Series            "AIS"                                                                    //<  6>
#define    A.System.Modification      "10305"                                                                  //<  7>
#define    A.System.ReleaseDate       "23.02.2009"                                                             //<  8>


Content
1. Empty alert string deletion
2. System stamp change


1. Empty alert string deletion
1.1. Module "2.2. Functions"
1.2. Line 60
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
< AIS10306 >
</AIS10306 >

< AIS10305 >
                Alert           ( ""                                                                       ) ; //< 60>
</AIS10305 >
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````


2. System stamp change
2.1. Module "2.2. Functions"
2.2. Lines 58-60
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
< AIS10306 >
                                  A.System.Program           +   " "  +                                        //< 58>
                                  Symbol ()                  +   " "  +                                        //< 59>
                                  Period ()                                                                  ; //< 60>
</AIS10306 >

< AIS10305 >
                                  A.System.Program                                                           ; //< 58>
</AIS10305 >
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````

</A System: AIS10306 Standard Indicator >*****************************************************************************


< A System: AIS10305 Standard Indicator >*****************************************************************************

Modification number 1: AIS10305
#define    A.System.Series            "AIS"                                                                    //<  6>
#define    A.System.Modification      "10305"                                                                  //<  7>
#define    A.System.ReleaseDate       "23.02.2009"                                                             //<  8>

First release: AIS10304
#define    A.System.Series            "AIS"                                                                    //<  6>
#define    A.System.Modification      "10304"                                                                  //<  7>
#define    A.System.ReleaseDate       "21.02.2009"                                                             //<  8>


Content
1. Global variable "A.System.Name" declaration
2. Global variable "A.System.Stamp" declaration change
3. System stamp correction


1. Global variable "A.System.Name" declaration
1.1. Module "2.1. Data"
1.2. Line 18
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
< AIS10305 >
string     A.System.Name            = "A System"                                                             ; //< 18>
</AIS10305 >

< AIS10304 >
</AIS10304 >
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````


2. Global variable "A.System.Stamp" declaration change
2.1. Module "2.1. Data"
2.2. Line 20
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
< AIS10305 >
string     A.System.Stamp                                                                                    ; //< 20>
</AIS10305 >

< AIS10304 >
string     A.System.Stamp           = "A System"                                                             ; //< 18>
</AIS10304 >
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````


3. System stamp correction
3.1. Module "2.2. Functions"
3.2. Lines 55-58
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
< AIS10305 >
                A.System.Stamp  = A.System.Name             + ": " +                                           //< 55>
                                  A.System.Series           +                                                  //< 56>
                                  A.System.Modification     + " "  +                                           //< 57>
                                  A.System.Program                                                           ; //< 58>
</AIS10305 >

< AIS10304 >
                A.System.Stamp  = A.System.Stamp            + ": " +                                           //< 53>
                                  A.System.Series           +                                                  //< 54>
                                  A.System.Modification     + " "  +                                           //< 55>
                                  A.System.Program                                                           ; //< 56>
</AIS10304 >
" ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````

</A System: AIS10305 Standard Indicator >*****************************************************************************
