Update generator to use the new objects graph organization
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 17 May 2017 12:31:46 +0000 (14:31 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 19 May 2017 09:36:43 +0000 (11:36 +0200)
commit8c1f3c953e5e66e421b0a75ce26853ac848d6b54
treecbc74e1b9951f77d557eeec38c3d14e331675bfa
parent6b3fcdb1c092dc9c0f614f572300817e403bb822
Update generator to use the new objects graph organization

Here is the objects graphs for configuration_t object:
vector<can_message_set_t>
{
  vector<can_message_definition_t>
  {
    vector<can_signal_t>
  }
  vector<diagnostic_message_t>
}

Change-Id: I865f6ec213505a578c0c6ec4b3a76bd061560d2a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-config-generator/src/main.cpp