#include "./PCL_fix.h"#include <CscCommon.h>#include <csignal>#include <cstdlib>#include <fstream>#include <iostream>#include <sstream>#include <Configuration/CscKeyDirectories.h>#include "conscience_server_util.h"#include "server/ConscienceServerCommandHandler.h"#include "server/EngineInfos.h"#include "server/EnginesRegistryClient.h"#include "server/entities/ServerEntities.h"#include "server/entities/ServerEntitiesLauncher.h"#include <Bridging/EnvironmentInteractionCommands/Doc/CscCommandsDocGenerator.h>#include <Bridging/EnvironmentInteractionCommands/MetadataBuilder/CscCommandMetadataBuilder.h>#include <CoreObjects/WebServices/Auth/CoreAuthenticator.h>#include <CoreObjects/WebServices/CscWebServices.h>#include <Bridging/MJPGStreamer/CscMJPGStreamer.h>#include <CoreObjects/Resources/CscResourceFromServiceSpec.h>#include <CoreObjects/Resources/CscResources.h>#include <Util/crypto.h>#include <Util/fs.h>#include <Util/system.h>Functions | |
| const CscMessageEncryption * | getThisEngineEncryption (const EngineInfos *const engineInfos) |
| ptr< const CscAuthentication > | authenticateUser () |
| void | loadCommandMetadata () |
| int | main (int argc, char *argv[]) |
Variables | |
| const int | ARG_COUNT = 3 |
| const int | ENGINE_NAME_ARGINDEX = 1 |
| const int | PORT_UDP_ARGINDEX = 2 |
| const int | PORT_TCP_ARGINDEX = 3 |
| const string | ENGINE_NAME_FILE = "/etc/conscience-engine-name" |
| ptr<const CscAuthentication> authenticateUser | ( | ) |
| const CscMessageEncryption* getThisEngineEncryption | ( | const EngineInfos *const | engineInfos | ) |
|
inline |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| const int ARG_COUNT = 3 |
| const int ENGINE_NAME_ARGINDEX = 1 |
| const string ENGINE_NAME_FILE = "/etc/conscience-engine-name" |
| const int PORT_TCP_ARGINDEX = 3 |
| const int PORT_UDP_ARGINDEX = 2 |