#ifndef DVT_TYPES_H
#define DVT_TYPES_H
typedef struct {
bool State;
long Time;
}DVT_State_t;
#endif