NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
tgPort.cpp File Reference

Provides portability of tensegrities via JSON $Id$. More...

#include "dev/steve/T12SuperBallPayload.h"
#include "dev/steve/T12SuperBallPayloadController.h"
#include "core/tgModel.h"
#include <iostream>
#include <string>

Go to the source code of this file.

Functions

void exportJSON (string filename, tgModel *tg)
 
tgModelimportJSON (string filename)
 
int main (int argc, char **argv)
 

Detailed Description

Provides portability of tensegrities via JSON $Id$.

Definition in file tgPort.cpp.

Function Documentation

void exportJSON ( string  filename,
tgModel tg 
)

The entry point.

Parameters
[in]argcthe number of command-line arguments
[in]argvargv[0] is the executable name
Returns
0

Definition at line 63 of file tgPort.cpp.