syntax = "proto2"; package grapher; message locatefunc { required string type=1; required string tfHeaderID=2; required string tfID=3; } message grapherCfg { required string scanID=1; repeated locatefunc grapher_functions=2; repeated locatefunc locate_functions=3; }