#include <string>
#include <list>
#include <qipackage/api.hpp>
#include <alvalue/alvalue.h>
#include <qipackage/language_info.hpp>
#include <qipackage/behavior_info.hpp>
#include <qipackage/dialog_info.hpp>
#include <qi/macro.hpp>
#include <qi/anyobject.hpp>
#include <qi/type/typeinterface.hpp>
#include <QFile>
Go to the source code of this file.
|
| QI_PACKAGE_API qi::PackageInfo2 | qi::loadManifest (const std::string &manifestPath) |
| | Returns a qi::PackageInfo2 from a manifest path. More...
|
| |
| QI_PACKAGE_API std::ostream & | qi::operator<< (std::ostream &os, const PackageInfo &package) |
| |
| | QI_TYPE_STRUCT (::qi::RobotRequirement, model, minHeadVersion, maxHeadVersion, minBodyVersion, maxBodyVersion) |
| |
| | QI_TYPE_STRUCT (::qi::NaoqiRequirement, minVersion, maxVersion) |
| |
| | QI_TYPE_STRUCT (::qi::PackageService, execStart, name, autoRun) |
| |
| | QI_TYPE_STRUCT (::qi::PackageInfo2, uuid, version, author, channel, organization, date, typeVersion, installer, path, elems) |
| |
| | QI_TYPE_STRUCT (::qi::WebInfo, path) |
| |
| #define _QI_PACKAGE_PACKAGE_INFO_HPP_ |
| QI_TYPE_STRUCT |
( |
::qi::RobotRequirement |
, |
|
|
model |
, |
|
|
minHeadVersion |
, |
|
|
maxHeadVersion |
, |
|
|
minBodyVersion |
, |
|
|
maxBodyVersion |
|
|
) |
| |
| QI_TYPE_STRUCT |
( |
::qi::PackageInfo2 |
, |
|
|
uuid |
, |
|
|
version |
, |
|
|
author |
, |
|
|
channel |
, |
|
|
organization |
, |
|
|
date |
, |
|
|
typeVersion |
, |
|
|
installer |
, |
|
|
path |
, |
|
|
elems |
|
|
) |
| |