Ignore:
Timestamp:
09/21/16 17:49:17 (8 years ago)
Author:
Thomas Fuhrmann
Message:

Cahnge the parsing of parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mavlink/tools/Controller/Mavlink/src/GuiGcs.h

    r82 r83  
    2121
    2222#include <string>
     23#include <array>
    2324
    2425#include "GuiInterface.h"
     
    5354
    5455private:
    55   flair::core::Socket *outputSocket;
    5656  std::string outputAddress;
    5757  int outputPort;
     
    6060
    6161  void Initialize();
     62  void ParametersParse(const std::string& parametersString, std::array<float, 6>& parametersFloat);
    6263};
    6364
Note: See TracChangeset for help on using the changeset viewer.