struct State {
};
{{ GENERATED_CODE }}
void evaluate(Context ctx) {
if (!isInputDirty<input_UPD>(ctx))
return;
auto gps = getValue<input_DEV>(ctx);
if(gps->location.isValid()){
emitValue<output_LAT>(ctx, gps->location.lat());
}
}