This is the complete list of members for APIService, including all inherited members.
| APIService(ServiceConfiguration *configuration) | APIService | |
| created() | Service | protectedvirtual |
| dispatchEvent(nap::APIEventPtr apiEvent) | APIService | |
| eventDispatched | APIService | |
| getConfiguration() | Service | protected |
| getConfiguration() const | Service | protected |
| getCore() | Service | |
| getCore() const | Service | |
| getDependentServices(std::vector< rtti::TypeInfo > &dependencies) override | Service | virtual |
| getDependentServices(std::vector< rtti::TypeInfo > &dependencies) | Service | protectedvirtual |
| getIniFilePath() const | Service | protected |
| getIniFilePath(const std::string &appendix) const | Service | protected |
| getModule() const | Service | |
| getTypeName() const | Service | |
| init(utility::ErrorState &error) override | APIService | protectedvirtual |
| operator=(const Service &)=delete | Service | |
| operator=(Service &&)=delete | Service | |
| postResourcesLoaded() | Service | protectedvirtual |
| postUpdate(double deltaTime) | Service | protectedvirtual |
| preResourcesLoaded() | Service | protectedvirtual |
| preShutdown() | Service | protectedvirtual |
| preUpdate(double deltaTime) | Service | protectedvirtual |
| processEvents() | APIService | |
| registerObjectCreators(rtti::Factory &factory) | Service | protectedvirtual |
| send(const char *id, utility::ErrorState *error) | APIService | |
| sendBool(const char *id, bool value, utility::ErrorState *error) | APIService | |
| sendByte(const char *id, nap::uint8 value, utility::ErrorState *error) | APIService | |
| sendByteArray(const char *id, uint8_t *array, int length, utility::ErrorState *error) | APIService | |
| sendChar(const char *id, char value, utility::ErrorState *error) | APIService | |
| sendEvent(APIEventPtr apiEvent, utility::ErrorState *error) | APIService | |
| sendFloat(const char *id, float value, utility::ErrorState *error) | APIService | |
| sendFloatArray(const char *id, float *array, int length, utility::ErrorState *error) | APIService | |
| sendInt(const char *id, int value, utility::ErrorState *error) | APIService | |
| sendIntArray(const char *id, int *array, int length, utility::ErrorState *error) | APIService | |
| sendLong(const char *id, int64_t value, utility::ErrorState *error) | APIService | |
| sendMessage(const char *json, utility::ErrorState *error) | APIService | |
| sendString(const char *id, const char *value, utility::ErrorState *error) | APIService | |
| sendStringArray(const char *id, const char **array, int length, utility::ErrorState *error) | APIService | |
| Service(ServiceConfiguration *configuration) | Service | |
| Service(ServiceConfiguration *configuration) | Service | |
| Service(Service &)=delete | Service | |
| Service(Service &&)=delete | Service | |
| shutdown() override | APIService | protectedvirtual |
| update(double deltaTime) override | APIService | protectedvirtual |
| ~APIService() override | APIService | |
| ~Service() | Service | virtual |