summaryrefslogtreecommitdiffstats
path: root/recipes-demo/hvac
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Switch Qt demo to KUKSA.val databrokerScott Murray3-2/+12
2022-07-27Updates for application enumeration via systemd unitsScott Murray1-9/+3
2022-07-11recipes-demo: update application's .desktop files for systemd executionDenys Dmytriyenko1-0/+6
2022-07-06Update vehicle signal using app recipesScott Murray3-2/+21
2022-06-29Remove use of AGL_APP_REVISIONJan-Simon Moeller1-1/+1
2021-12-21Add updated demo applications backScott Murray1-0/+34
2021-11-03Prepare master for new framework integrationJan-Simon Möller1-25/+0
2021-08-20Convert to new override syntaxScott Murray1-1/+1
2021-01-15Fix style issues in app recipesScott Murray1-7/+10
2021-01-15Update SUMMARY and DESCRIPTION in app recipesScott Murray1-2/+2
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller1-0/+22
ground-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
#include<prog.h>
#include<stdio.h>

int main(void) {
    printf(MESSAGE);
    return 0;
}