Go to the documentation of this file.
25 #ifndef ZOO_SERVICE_INTERNAL_R_H
26 #define ZOO_SERVICE_INTERNAL_R_H 1
30 #include <Rinternals.h>
31 #include <Rembedded.h>
maps * mapsFromRList(SEXP t)
Convert a R List to a maps.
Definition: service_internal_r.c:280
map * mapFromRList(SEXP t)
Convert a R List to a map.
Definition: service_internal_r.c:310
SEXP RList_FromMap(map *t)
Convert a map to a R List.
Definition: service_internal_r.c:256
SEXP RList_FromMaps(maps *t)
Convert a maps to a R List.
Definition: service_internal_r.c:233
Metadata information about a full Service.
Definition: service.h:715
linked list of map pointer
Definition: service.h:678
KVP linked list.
Definition: service.h:657
SEXP RTranslate(SEXP)
Use the ZOO-Services messages translation function from the R environment.
Definition: service_internal_r.c:343
int zoo_r_support(maps **, map *, service *, maps **, maps **)
Load a R script then run the function corresponding to the service by passing the conf,...
Definition: service_internal_r.c:84
SEXP RUpdateStatus(SEXP, SEXP)
Update the ongoing status of a running service from the R environment.
Definition: service_internal_r.c:364