summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_responseMarshaller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_responseMarshaller.cpp')
-rw-r--r--SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_responseMarshaller.cpp414
1 files changed, 0 insertions, 414 deletions
diff --git a/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_responseMarshaller.cpp b/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_responseMarshaller.cpp
deleted file mode 100644
index 1cafea7c9..000000000
--- a/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_responseMarshaller.cpp
+++ /dev/null
@@ -1,414 +0,0 @@
-//
-// Copyright (c) 2013, Ford Motor Company
-// All rights reserved.
-//
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions are met:
-//
-// Redistributions of source code must retain the above copyright notice, this
-// list of conditions and the following disclaimer.
-//
-// Redistributions in binary form must reproduce the above copyright notice,
-// this list of conditions and the following
-// disclaimer in the documentation and/or other materials provided with the
-// distribution.
-//
-// Neither the name of the Ford Motor Company nor the names of its contributors
-// may be used to endorse or promote products derived from this software
-// without specific prior written permission.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
-// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-// POSSIBILITY OF SUCH DAMAGE.
-//
-
-#include "../include/JSONHandler/SDLRPCObjects/V2/RegisterAppInterface_response.h"
-#include "ButtonCapabilitiesMarshaller.h"
-#include "DisplayCapabilitiesMarshaller.h"
-#include "HmiZoneCapabilitiesMarshaller.h"
-#include "LanguageMarshaller.h"
-#include "PresetBankCapabilitiesMarshaller.h"
-#include "ResultMarshaller.h"
-#include "SoftButtonCapabilitiesMarshaller.h"
-#include "SpeechCapabilitiesMarshaller.h"
-#include "SyncMsgVersionMarshaller.h"
-#include "VehicleTypeMarshaller.h"
-#include "VrCapabilitiesMarshaller.h"
-
-#include "RegisterAppInterface_responseMarshaller.h"
-
-
-/*
- interface Ford Sync RAPI
- version 2.0O
- date 2012-11-02
- generated at Thu Jan 24 06:36:23 2013
- source stamp Thu Jan 24 06:35:41 2013
- author RC
-*/
-
-using namespace NsSmartDeviceLinkRPCV2;
-
-
-bool RegisterAppInterface_responseMarshaller::checkIntegrity(RegisterAppInterface_response& s)
-{
- return checkIntegrityConst(s);
-}
-
-
-bool RegisterAppInterface_responseMarshaller::fromString(const std::string& s,RegisterAppInterface_response& e)
-{
- try
- {
- Json::Reader reader;
- Json::Value json;
- if(!reader.parse(s,json,false)) return false;
- if(!fromJSON(json,e)) return false;
- }
- catch(...)
- {
- return false;
- }
- return true;
-}
-
-
-const std::string RegisterAppInterface_responseMarshaller::toString(const RegisterAppInterface_response& e)
-{
- Json::FastWriter writer;
- return checkIntegrityConst(e) ? writer.write(toJSON(e)) : "";
-}
-
-
-bool RegisterAppInterface_responseMarshaller::checkIntegrityConst(const RegisterAppInterface_response& s)
-{
- if(!ResultMarshaller::checkIntegrityConst(s.resultCode)) return false;
- if(s.info && s.info->length()>1000) return false;
- if(s.syncMsgVersion && !SyncMsgVersionMarshaller::checkIntegrityConst(*s.syncMsgVersion)) return false;
- if(s.language && !LanguageMarshaller::checkIntegrityConst(*s.language)) return false;
- if(s.hmiDisplayLanguage && !LanguageMarshaller::checkIntegrityConst(*s.hmiDisplayLanguage)) return false;
- if(s.displayCapabilities && !DisplayCapabilitiesMarshaller::checkIntegrityConst(*s.displayCapabilities)) return false;
- if(s.buttonCapabilities)
- {
- unsigned int i=s.buttonCapabilities[0].size();
- if(i>100 || i<1) return false;
- while(i--)
- {
- if(!ButtonCapabilitiesMarshaller::checkIntegrityConst(s.buttonCapabilities[0][i])) return false;
- }
- }
- if(s.softButtonCapabilities)
- {
- unsigned int i=s.softButtonCapabilities[0].size();
- if(i>100 || i<1) return false;
- while(i--)
- {
- if(!SoftButtonCapabilitiesMarshaller::checkIntegrityConst(s.softButtonCapabilities[0][i])) return false;
- }
- }
- if(s.presetBankCapabilities && !PresetBankCapabilitiesMarshaller::checkIntegrityConst(*s.presetBankCapabilities)) return false;
- if(s.hmiZoneCapabilities)
- {
- unsigned int i=s.hmiZoneCapabilities[0].size();
- if(i>100 || i<1) return false;
- while(i--)
- {
- if(!HmiZoneCapabilitiesMarshaller::checkIntegrityConst(s.hmiZoneCapabilities[0][i])) return false;
- }
- }
- if(s.speechCapabilities)
- {
- unsigned int i=s.speechCapabilities[0].size();
- if(i>100 || i<1) return false;
- while(i--)
- {
- if(!SpeechCapabilitiesMarshaller::checkIntegrityConst(s.speechCapabilities[0][i])) return false;
- }
- }
- if(s.vrCapabilities)
- {
- unsigned int i=s.vrCapabilities[0].size();
- if(i>100 || i<1) return false;
- while(i--)
- {
- if(!VrCapabilitiesMarshaller::checkIntegrityConst(s.vrCapabilities[0][i])) return false;
- }
- }
- if(s.vehicleType && !VehicleTypeMarshaller::checkIntegrityConst(*s.vehicleType)) return false;
- return true;
-}
-
-Json::Value RegisterAppInterface_responseMarshaller::toJSON(const RegisterAppInterface_response& e)
-{
- Json::Value json(Json::objectValue);
- if(!checkIntegrityConst(e))
- return Json::Value(Json::nullValue);
-
- json["success"]=Json::Value(e.success);
-
- json["resultCode"]=ResultMarshaller::toJSON(e.resultCode);
-
- if(e.info)
- json["info"]=Json::Value(*e.info);
-
- if(e.syncMsgVersion)
- json["syncMsgVersion"]=SyncMsgVersionMarshaller::toJSON(*e.syncMsgVersion);
-
- if(e.language)
- json["language"]=LanguageMarshaller::toJSON(*e.language);
-
- if(e.hmiDisplayLanguage)
- json["hmiDisplayLanguage"]=LanguageMarshaller::toJSON(*e.hmiDisplayLanguage);
-
- if(e.displayCapabilities)
- json["displayCapabilities"]=DisplayCapabilitiesMarshaller::toJSON(*e.displayCapabilities);
-
- if(e.buttonCapabilities)
- {
- unsigned int sz=e.buttonCapabilities->size();
- json["buttonCapabilities"]=Json::Value(Json::arrayValue);
- json["buttonCapabilities"].resize(sz);
- for(unsigned int i=0;i<sz;i++)
- json["buttonCapabilities"][i]=ButtonCapabilitiesMarshaller::toJSON(e.buttonCapabilities[0][i]);
- }
-
- if(e.softButtonCapabilities)
- {
- unsigned int sz=e.softButtonCapabilities->size();
- json["softButtonCapabilities"]=Json::Value(Json::arrayValue);
- json["softButtonCapabilities"].resize(sz);
- for(unsigned int i=0;i<sz;i++)
- json["softButtonCapabilities"][i]=SoftButtonCapabilitiesMarshaller::toJSON(e.softButtonCapabilities[0][i]);
- }
-
- if(e.presetBankCapabilities)
- json["presetBankCapabilities"]=PresetBankCapabilitiesMarshaller::toJSON(*e.presetBankCapabilities);
-
- if(e.hmiZoneCapabilities)
- {
- unsigned int sz=e.hmiZoneCapabilities->size();
- json["hmiZoneCapabilities"]=Json::Value(Json::arrayValue);
- json["hmiZoneCapabilities"].resize(sz);
- for(unsigned int i=0;i<sz;i++)
- json["hmiZoneCapabilities"][i]=HmiZoneCapabilitiesMarshaller::toJSON(e.hmiZoneCapabilities[0][i]);
- }
-
- if(e.speechCapabilities)
- {
- unsigned int sz=e.speechCapabilities->size();
- json["speechCapabilities"]=Json::Value(Json::arrayValue);
- json["speechCapabilities"].resize(sz);
- for(unsigned int i=0;i<sz;i++)
- json["speechCapabilities"][i]=SpeechCapabilitiesMarshaller::toJSON(e.speechCapabilities[0][i]);
- }
-
- if(e.vrCapabilities)
- {
- unsigned int sz=e.vrCapabilities->size();
- json["vrCapabilities"]=Json::Value(Json::arrayValue);
- json["vrCapabilities"].resize(sz);
- for(unsigned int i=0;i<sz;i++)
- json["vrCapabilities"][i]=VrCapabilitiesMarshaller::toJSON(e.vrCapabilities[0][i]);
- }
-
- if(e.vehicleType)
- json["vehicleType"]=VehicleTypeMarshaller::toJSON(*e.vehicleType);
-
- return json;
-}
-
-
-bool RegisterAppInterface_responseMarshaller::fromJSON(const Json::Value& json,RegisterAppInterface_response& c)
-{
- if(c.info) delete c.info;
- c.info=0;
-
- if(c.syncMsgVersion) delete c.syncMsgVersion;
- c.syncMsgVersion=0;
-
- if(c.language) delete c.language;
- c.language=0;
-
- if(c.hmiDisplayLanguage) delete c.hmiDisplayLanguage;
- c.hmiDisplayLanguage=0;
-
- if(c.displayCapabilities) delete c.displayCapabilities;
- c.displayCapabilities=0;
-
- if(c.buttonCapabilities) delete c.buttonCapabilities;
- c.buttonCapabilities=0;
-
- if(c.softButtonCapabilities) delete c.softButtonCapabilities;
- c.softButtonCapabilities=0;
-
- if(c.presetBankCapabilities) delete c.presetBankCapabilities;
- c.presetBankCapabilities=0;
-
- if(c.hmiZoneCapabilities) delete c.hmiZoneCapabilities;
- c.hmiZoneCapabilities=0;
-
- if(c.speechCapabilities) delete c.speechCapabilities;
- c.speechCapabilities=0;
-
- if(c.vrCapabilities) delete c.vrCapabilities;
- c.vrCapabilities=0;
-
- if(c.vehicleType) delete c.vehicleType;
- c.vehicleType=0;
-
- try
- {
- if(!json.isObject()) return false;
-
- if(!json.isMember("success")) return false;
- {
- const Json::Value& j=json["success"];
- if(!j.isBool()) return false;
- c.success=j.asBool();
- }
- if(!json.isMember("resultCode")) return false;
- {
- const Json::Value& j=json["resultCode"];
- if(!ResultMarshaller::fromJSON(j,c.resultCode))
- return false;
- }
- if(json.isMember("info"))
- {
- const Json::Value& j=json["info"];
- if(!j.isString()) return false;
- c.info=new std::string(j.asString());
- }
- if(json.isMember("syncMsgVersion"))
- {
- const Json::Value& j=json["syncMsgVersion"];
- c.syncMsgVersion=new SyncMsgVersion();
- if(!SyncMsgVersionMarshaller::fromJSON(j,c.syncMsgVersion[0]))
- return false;
- }
- if(json.isMember("language"))
- {
- const Json::Value& j=json["language"];
- c.language=new Language();
- if(!LanguageMarshaller::fromJSON(j,c.language[0]))
- return false;
- }
- if(json.isMember("hmiDisplayLanguage"))
- {
- const Json::Value& j=json["hmiDisplayLanguage"];
- c.hmiDisplayLanguage=new Language();
- if(!LanguageMarshaller::fromJSON(j,c.hmiDisplayLanguage[0]))
- return false;
- }
- if(json.isMember("displayCapabilities"))
- {
- const Json::Value& j=json["displayCapabilities"];
- c.displayCapabilities=new DisplayCapabilities();
- if(!DisplayCapabilitiesMarshaller::fromJSON(j,c.displayCapabilities[0]))
- return false;
- }
- if(json.isMember("buttonCapabilities"))
- {
- const Json::Value& j=json["buttonCapabilities"];
- if(!j.isArray()) return false;
- c.buttonCapabilities=new std::vector<ButtonCapabilities>();
- c.buttonCapabilities->resize(j.size());
- for(unsigned int i=0;i<j.size();i++)
- {
- ButtonCapabilities t;
- if(!ButtonCapabilitiesMarshaller::fromJSON(j[i],t))
- return false;
- c.buttonCapabilities[0][i]=t;
- }
-
- }
- if(json.isMember("softButtonCapabilities"))
- {
- const Json::Value& j=json["softButtonCapabilities"];
- if(!j.isArray()) return false;
- c.softButtonCapabilities=new std::vector<SoftButtonCapabilities>();
- c.softButtonCapabilities->resize(j.size());
- for(unsigned int i=0;i<j.size();i++)
- {
- SoftButtonCapabilities t;
- if(!SoftButtonCapabilitiesMarshaller::fromJSON(j[i],t))
- return false;
- c.softButtonCapabilities[0][i]=t;
- }
-
- }
- if(json.isMember("presetBankCapabilities"))
- {
- const Json::Value& j=json["presetBankCapabilities"];
- c.presetBankCapabilities=new PresetBankCapabilities();
- if(!PresetBankCapabilitiesMarshaller::fromJSON(j,c.presetBankCapabilities[0]))
- return false;
- }
- if(json.isMember("hmiZoneCapabilities"))
- {
- const Json::Value& j=json["hmiZoneCapabilities"];
- if(!j.isArray()) return false;
- c.hmiZoneCapabilities=new std::vector<HmiZoneCapabilities>();
- c.hmiZoneCapabilities->resize(j.size());
- for(unsigned int i=0;i<j.size();i++)
- {
- HmiZoneCapabilities t;
- if(!HmiZoneCapabilitiesMarshaller::fromJSON(j[i],t))
- return false;
- c.hmiZoneCapabilities[0][i]=t;
- }
-
- }
- if(json.isMember("speechCapabilities"))
- {
- const Json::Value& j=json["speechCapabilities"];
- if(!j.isArray()) return false;
- c.speechCapabilities=new std::vector<SpeechCapabilities>();
- c.speechCapabilities->resize(j.size());
- for(unsigned int i=0;i<j.size();i++)
- {
- SpeechCapabilities t;
- if(!SpeechCapabilitiesMarshaller::fromJSON(j[i],t))
- return false;
- c.speechCapabilities[0][i]=t;
- }
-
- }
- if(json.isMember("vrCapabilities"))
- {
- const Json::Value& j=json["vrCapabilities"];
- if(!j.isArray()) return false;
- c.vrCapabilities=new std::vector<VrCapabilities>();
- c.vrCapabilities->resize(j.size());
- for(unsigned int i=0;i<j.size();i++)
- {
- VrCapabilities t;
- if(!VrCapabilitiesMarshaller::fromJSON(j[i],t))
- return false;
- c.vrCapabilities[0][i]=t;
- }
-
- }
- if(json.isMember("vehicleType"))
- {
- const Json::Value& j=json["vehicleType"];
- c.vehicleType=new VehicleType();
- if(!VehicleTypeMarshaller::fromJSON(j,c.vehicleType[0]))
- return false;
- }
-
- }
- catch(...)
- {
- return false;
- }
- return checkIntegrity(c);
-}
-