|
| static const bool | hasEnoughArguments (const int minNumberOfArguments, const std::vector< std::string > &args) |
| |
| static DtCommandStatus | listCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | loadCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | newCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | saveCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | createCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | printCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | setCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | taskCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | aggregateCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | deleteCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | closeCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | monitorResourcesCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | removeMonitorResourcesCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | rewindCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | runCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | pauseCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | simrunCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | simpauseCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | timemultiplierCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | timeCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | quitCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | helpCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | helpCommand (const std::string command, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | bigRouteCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | listSnapshotsCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | takeSnapshotCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | turnOnSnapshotsCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | turnOffSnapshotsCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | rollbackToSnapshotCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | simulationStatusCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static DtCommandStatus | etrfireatCommand (const std::vector< std::string > &args, DtCommandLineRemoteController *a) |
| |
| static bool | missingBackends (DtBackendMap *map, const std::set< DtSimulationAddress > ¤tBackends, void *usr) |
| |
| static void | backendAddedCb (const DtSimulationAddress &addr, void *usr) |
| |
| static void | backendRemovedCb (const DtSimulationAddress &addr, void *usr) |
| |
| static void | simulationStatusChanged (DtSimulationStatus, void *usr) |
| |
| static void | backendLoadedCb (const DtSimulationAddress &addr, void *usr) |
| |
| static void | backendSavedCb (const DtSimulationAddress &addr, DtSaveResult result, void *usr) |
| |
| static void | ScenarioLoadedCb (void *usr) |
| |
| static void | ScenarioSavedCb (void *usr) |
| |
| static void | vrfObjectCreatedCb (const DtString &name, const DtEntityIdentifier &id, const DtUUID &uuid, void *usr) |
| |
| static void | printStatement (const DtSimStatement *stmt, int indent=1) |
| |
| static void | printBlock (const DtSimBlock *stmt, int indent=1) |
| |
| static void | planCb (const DtUUID &name, const std::vector< DtSimStatement * > &statements, bool append, void *usr) |
| |
| static void | planStmtCb (const DtUUID &id, DtPlanStatus status, void *usr) |
| |
| static void | planCompleteCb (const DtUUID &id, void *usr) |
| |
| static void | ProcessResourceResponse (const makVrfEvents::DtEvent &) |
| |
| static void | scenarioSnapshotResponseCb (DtSimMessage *msg, void *usr) |
| |