26 #include "dev/steve/T12SuperBallPayload.h"
27 #include "dev/steve/T12SuperBallPayloadController.h"
46 tgModel *importJSON(
string filename);
48 int main(
int argc,
char** argv)
56 string filename =
"tgData.json";
64 cout <<
"\"Exporting JSON of tg to " + filename +
"\"" << endl;
67 tgModel *importJSON(
string filename) {
68 cout <<
"\"Importing JSON from " + filename +
"\"" << endl;
int main(int argc, char **argv)
Contains the definition of class tgModel.
void attach(tgObserver< T > *pObserver)
void exportJSON(string filename, tgModel *tg)