This is the complete list of members for WASimCommander::Client::WASimClient, including all inherited members.
clientVersion() const | WASimCommander::Client::WASimClient | |
connectServer(uint32_t timeout=0) | WASimCommander::Client::WASimClient | |
connectSimulator(uint32_t timeout=0) | WASimCommander::Client::WASimClient | |
connectSimulator(int networkConfigId, uint32_t timeout=0) | WASimCommander::Client::WASimClient | |
dataRequest(uint32_t requestId) const | WASimCommander::Client::WASimClient | |
dataRequestIdsList() const | WASimCommander::Client::WASimClient | |
dataRequests() const | WASimCommander::Client::WASimClient | |
defaultTimeout() const | WASimCommander::Client::WASimClient | |
disconnectServer() | WASimCommander::Client::WASimClient | |
disconnectSimulator() | WASimCommander::Client::WASimClient | |
executeCalculatorCode(const std::string &code, WASimCommander::Enums::CalcResultType resultType=WASimCommander::Enums::CalcResultType::None, double *pfResult=nullptr, std::string *psResult=nullptr) const | WASimCommander::Client::WASimClient | |
getLocalVariable(const std::string &variableName, double *pfResult, const std::string &unitName=std::string()) | WASimCommander::Client::WASimClient | |
getOrCreateLocalVariable(const std::string &variableName, double *pfResult, double defaultValue=0.0, const std::string &unitName=std::string()) | WASimCommander::Client::WASimClient | |
getVariable(const VariableRequest &variable, double *pfResult, std::string *psResult=nullptr) | WASimCommander::Client::WASimClient | |
isConnected() const | WASimCommander::Client::WASimClient | |
isInitialized() const | WASimCommander::Client::WASimClient | |
list(WASimCommander::Enums::LookupItemType itemsType=WASimCommander::Enums::LookupItemType::LocalVariable) | WASimCommander::Client::WASimClient | |
logLevel(WASimCommander::Enums::LogFacility facility, LogSource source=LogSource::Client) const | WASimCommander::Client::WASimClient | |
lookup(WASimCommander::Enums::LookupItemType itemType, const std::string &itemName, int32_t *piResult) | WASimCommander::Client::WASimClient | |
networkConfigurationId() const | WASimCommander::Client::WASimClient | |
pingServer(uint32_t timeout=0) | WASimCommander::Client::WASimClient | |
registerCustomKeyEvent(const std::string &customEventName, uint32_t *puiCustomEventId=nullptr, bool useLegacyTransmit=false) | WASimCommander::Client::WASimClient | |
registeredEvent(uint32_t eventId) | WASimCommander::Client::WASimClient | |
registeredEvents() const | WASimCommander::Client::WASimClient | |
registerEvent(const RegisteredEvent &eventData) | WASimCommander::Client::WASimClient | |
removeCustomKeyEvent(const std::string &customEventName) | WASimCommander::Client::WASimClient | |
removeCustomKeyEvent(uint32_t eventId) | WASimCommander::Client::WASimClient | |
removeDataRequest(const uint32_t requestId) | WASimCommander::Client::WASimClient | |
removeEvent(uint32_t eventId) | WASimCommander::Client::WASimClient | |
saveDataRequest(const DataRequest &request, bool async=false) | WASimCommander::Client::WASimClient | |
sendCommand(const Command &command) const | WASimCommander::Client::WASimClient | |
sendCommandWithResponse(const Command &command, Command *response, uint32_t timeout=0) | WASimCommander::Client::WASimClient | |
sendKeyEvent(uint32_t keyEventId, uint32_t v1=0, uint32_t v2=0, uint32_t v3=0, uint32_t v4=0, uint32_t v5=0) const | WASimCommander::Client::WASimClient | |
sendKeyEvent(const std::string &keyEventName, uint32_t v1=0, uint32_t v2=0, uint32_t v3=0, uint32_t v4=0, uint32_t v5=0) | WASimCommander::Client::WASimClient | |
serverVersion() const | WASimCommander::Client::WASimClient | |
setClientEventCallback(clientEventCallback_t cb) | WASimCommander::Client::WASimClient | |
setClientEventCallback(void(__stdcall Tcaller::*const member)(const ClientEvent &), Tcaller *const caller) | WASimCommander::Client::WASimClient | inline |
setCommandResultCallback(commandCallback_t cb) | WASimCommander::Client::WASimClient | |
setCommandResultCallback(void(__stdcall Tcaller::*const member)(const Command &), Tcaller *const caller) | WASimCommander::Client::WASimClient | inline |
setDataCallback(dataCallback_t cb) | WASimCommander::Client::WASimClient | |
setDataCallback(void(__stdcall Tcaller::*const member)(const DataRequestRecord &), Tcaller *const caller) | WASimCommander::Client::WASimClient | inline |
setDataRequestsPaused(bool paused) const | WASimCommander::Client::WASimClient | |
setDefaultTimeout(uint32_t ms) | WASimCommander::Client::WASimClient | |
setListResultsCallback(listResultsCallback_t cb) | WASimCommander::Client::WASimClient | |
setListResultsCallback(void(__stdcall Tcaller::*const member)(const ListResult &), Tcaller *const caller) | WASimCommander::Client::WASimClient | inline |
setLocalVariable(const std::string &variableName, const double value, const std::string &unitName=std::string()) | WASimCommander::Client::WASimClient | |
setLogCallback(logCallback_t cb) | WASimCommander::Client::WASimClient | |
setLogCallback(void(__stdcall Tcaller::*const member)(const LogRecord &, LogSource), Tcaller *const caller) | WASimCommander::Client::WASimClient | inline |
setLogLevel(WASimCommander::Enums::LogLevel level, WASimCommander::Enums::LogFacility facility=WASimCommander::Enums::LogFacility::Remote, LogSource source=LogSource::Client) | WASimCommander::Client::WASimClient | |
setNetworkConfigurationId(int configId) | WASimCommander::Client::WASimClient | |
setOrCreateLocalVariable(const std::string &variableName, const double value, const std::string &unitName=std::string()) | WASimCommander::Client::WASimClient | |
setResponseCallback(commandCallback_t cb) | WASimCommander::Client::WASimClient | |
setResponseCallback(void(__stdcall Tcaller::*const member)(const Command &), Tcaller *const caller) | WASimCommander::Client::WASimClient | inline |
setSimVarVariable(const std::string &variableName, const std::string &unitName, double value) | WASimCommander::Client::WASimClient | inline |
setSimVarVariable(const std::string &variableName, uint8_t simVarIndex, const std::string &unitName, double value) | WASimCommander::Client::WASimClient | inline |
setSimVarVariable(const std::string &variableName, const std::string &stringValue) | WASimCommander::Client::WASimClient | inline |
setSimVarVariable(const std::string &variableName, uint8_t index, const std::string &stringValue) | WASimCommander::Client::WASimClient | inline |
setVariable(const VariableRequest &variable, const double value) | WASimCommander::Client::WASimClient | |
setVariable(const VariableRequest &variable, const std::string &stringValue) | WASimCommander::Client::WASimClient | |
status() const | WASimCommander::Client::WASimClient | |
transmitEvent(uint32_t eventId) | WASimCommander::Client::WASimClient | |
updateDataRequest(uint32_t requestId) | WASimCommander::Client::WASimClient | |
WASimClient(uint32_t clientId, const std::string &configFile=std::string()) | WASimCommander::Client::WASimClient | explicit |
~WASimClient() | WASimCommander::Client::WASimClient |