IQRF Gateway Daemon
Functions
SimpleSerializer.cpp File Reference
#include "LaunchUtils.h"
#include "SimpleSerializer.h"
#include "IqrfLogging.h"
#include <vector>
#include <iterator>
#include <array>

Functions

std::vector< std::string > parseTokens (DpaTask &dpaTask, std::istream &istr)
 auxiliar parse/encode functions More...
 
void parseRequestSimple (DpaTask &dpaTask, std::vector< std::string > &tokens)
 
void encodeResponseSimple (const DpaTask &dt, std::ostream &ostr)
 
void encodeTokens (const DpaTask &dpaTask, const std::string &errStr, std::ostream &ostr)
 

Function Documentation

◆ encodeResponseSimple()

void encodeResponseSimple ( const DpaTask &  dt,
std::ostream &  ostr 
)

◆ encodeTokens()

void encodeTokens ( const DpaTask &  dpaTask,
const std::string &  errStr,
std::ostream &  ostr 
)

◆ parseRequestSimple()

void parseRequestSimple ( DpaTask &  dpaTask,
std::vector< std::string > &  tokens 
)

◆ parseTokens()

std::vector<std::string> parseTokens ( DpaTask &  dpaTask,
std::istream &  istr 
)

auxiliar parse/encode functions

Copyright 2016-2017 MICRORISC s.r.o.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.