Classes | |
struct | PackageInfo2 |
A dynamic struct for managing packages information. More... | |
struct | RobotRequirement |
This structure defines robot requirements for this package. More... | |
struct | NaoqiRequirement |
Requirement on naoqi version. More... | |
struct | PackageService |
Structure matching a service. More... | |
struct | WebInfo |
A structure defining web pages location. More... | |
class | PackageInfo |
A class that represents a package. More... | |
Typedefs | |
typedef std::vector< PackageInfo > | PackageInfoList |
Functions | |
QI_PACKAGE_API qi::PackageInfo2 | loadManifest (const std::string &manifestPath) |
Returns a qi::PackageInfo2 from a manifest path. More... | |
QI_PACKAGE_API std::ostream & | operator<< (std::ostream &os, const PackageInfo &package) |
typedef std::vector<PackageInfo> qi::PackageInfoList |
Definition at line 240 of file package_info.hpp.
QI_PACKAGE_API qi::PackageInfo2 qi::loadManifest | ( | const std::string & | manifestPath | ) |
Returns a qi::PackageInfo2 from a manifest path.
QI_PACKAGE_API std::ostream& qi::operator<< | ( | std::ostream & | os, |
const PackageInfo & | package | ||
) |