#include <qicore/file.hpp>#include <qi/session.hpp>#include <qi/application.hpp>#include <qi/type/dynamicobjectbuilder.hpp>#include <testsession/testsessionpair.hpp>#include <testsession/testsession.hpp>#include "imagestore.hpp"
Go to the source code of this file.
Namespaces | |
| bob | |
Functions | |
| void | bob::doSomeWork (qi::SessionPtr clientSession, const qi::Path &imagePath, const std::string &imageName) |
| int | main (int argc, char **argv) |
| void | bob::printTranferProgress (double progress) |
| void | bob::processImage (alice::ImageStorePtr imageStore, const std::string &imageFile, const qi::Path &imageFilePath) |
| void | bob::processImageWithProgress (alice::ImageStorePtr imageStore, const std::string &imageFile, const std::string &imageFilePath) |
| qiLogCategory ("test.qi.fileExample") | |
| void | setupAliceServer (qi::SessionPtr serverSession) |
| void | bob::storeImage (alice::ImageStorePtr imageStore, const std::string &name, const qi::Path &imageFilePath) |
| void | bob::workOnImageFile (const qi::Path &imageFilePath) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 95 of file file_example.cpp.
| qiLogCategory | ( | "test.qi.fileExample" | ) |
| void setupAliceServer | ( | qi::SessionPtr | serverSession | ) |
Definition at line 87 of file file_example.cpp.