Files
secondo/Algebras/Distributed3/tes/Operators/OnWorker/ResetTES.h

31 lines
547 B
C
Raw Normal View History

2026-01-23 17:03:45 +08:00
/*
*/
#ifndef SECONDO_RESETTESWORKER_H
#define SECONDO_RESETTESWORKER_H
#include <NestedList.h>
#include <AlgebraTypes.h>
#include <Operator.h>
namespace distributed3 {
class ResetTES {
public:
static ListExpr typeMapping(ListExpr args);
static int valueMapping(Word *args,
Word &result,
int message,
Word &local,
void *s);
static OperatorSpec operatorSpec;
static Operator resetTES;
};
}
#endif //SECONDO_RESETTESWORKER_H