#include int xas_object_start(xas_object *object) { object->start(object); } int xas_object_stop(xas_object *object) { object->stop(object); }