Projekt

Obecné

Profil

« Předchozí | Další » 

Revize cdf3c217

Přidáno uživatelem Alex Konig před více než 3 roky(ů)

re #8841 Fixing errors in start/end time and adding interfaces for DataParser and JsonParser

Zobrazit rozdíly:

Server/ServerApp/Parser/InputData/WeatherInstance.cs
1
using System;
1
//
2
// Author: A. Konig
3
//
4

  
5
using System;
2 6

  
3 7
namespace ServerApp.Parser.InputData
4 8
{
......
9 13
    ///     "30.04.2019 16:19:01";20.3;5.3;0;19
10 14
    ///     [date time];[temperature];[wind];[rain];[luminance]
11 15
    /// </summary>
12
    /// <author>Alex Konig</author>
16
    /// <author>A. Konig</author>
13 17
    class WeatherInstance
14 18
    {
15 19
        /// <summary> Date and time </summary>

Také k dispozici: Unified diff