NAP
APIService Member List

This is the complete list of members for APIService, including all inherited members.

APIService(ServiceConfiguration *configuration)APIService
created()Serviceprotectedvirtual
dispatchEvent(nap::APIEventPtr apiEvent)APIService
eventDispatchedAPIService
getConfiguration()Serviceprotected
getConfiguration() constServiceprotected
getCore()Service
getCore() constService
getDependentServices(std::vector< rtti::TypeInfo > &dependencies) overrideServicevirtual
getDependentServices(std::vector< rtti::TypeInfo > &dependencies)Serviceprotectedvirtual
getIniFilePath() constServiceprotected
getIniFilePath(const std::string &appendix) constServiceprotected
getModule() constService
getTypeName() constService
init(utility::ErrorState &error) overrideAPIServiceprotectedvirtual
operator=(const Service &)=deleteService
operator=(Service &&)=deleteService
postResourcesLoaded()Serviceprotectedvirtual
postUpdate(double deltaTime)Serviceprotectedvirtual
preResourcesLoaded()Serviceprotectedvirtual
preShutdown()Serviceprotectedvirtual
preUpdate(double deltaTime)Serviceprotectedvirtual
processEvents()APIService
registerObjectCreators(rtti::Factory &factory)Serviceprotectedvirtual
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 &)=deleteService
Service(Service &&)=deleteService
shutdown() overrideAPIServiceprotectedvirtual
update(double deltaTime) overrideAPIServiceprotectedvirtual
~APIService() overrideAPIService
~Service()Servicevirtual