HOMEPAGE

Development Sites - Information for Software-Developers

Developer Platform
The first instructions
Installations
System param. structures
connect to MeteoCom
simple screen drawing
own data drawing
Picture service
File Management
EmailBulletin Service

MeteoTools::SetCurrentMSDFile

void SetCurrentMSDFile(int index);
 

Parameters

    index
  
   
An integer that contains the index of the meteo file list pointer.

Remarks

    This copy an indexed structure of the file list ( NowDate = ExistDate[index] ).
    That indicate the currend selected file of the internal meteo file management.
    In the MeteoTools.cpp is defined:
                                              
                      NowDate  = 
GetCurrentMSDFile.
                      ExistDate = 
GetMSDFileList.

  Note: During the alternation of the data, the system can not recognize always exactly
          that you have selected a new data set. It is not to be drawn always wantedly again,
          from that you must force it itself.
    
 
          Set   myBMS_Para.refresch = -1;  this force the redraw.
 

Example

    see LoadAllMSDFiles
 

See Also    GetFirstSynopMSDFile, GetMSDFileListGetCurrentMSDFile

   Copyright 2006 © Bonito Germany.   
www.bonito.net