OpenJAUS SAE SDK
6.0.0
|
#include <openjaus/system/Application.h>
#include <sstream>
#include <cstdlib>
#include <unistd.h>
#include <string.h>
#include <cerrno>
#include <iostream>
#include <fstream>
#include <openjaus/system/Exception.h>
#include <openjaus/system/FilePathManager.h>
#include <openjaus/system/JsonConfiguration.h>
#include <openjaus/settingKeys.h>
Namespaces | |
openjaus | |
openjaus::system | |
Functions | |
std::vector< std::string > | getCommandLineArguments (int processId) |
std::ostream & | openjaus::system::operator<< (std::ostream &output, const Application &object) |
std::ostream & | openjaus::system::operator<< (std::ostream &output, const Application *object) |
std::vector<std::string> getCommandLineArguments | ( | int | processId | ) |