Mercurial > hg > orthanc-stone
diff Resources/CodeGeneration/README.md @ 494:fc17251477d6 bgo-commands-codegen
TS and CPP tests OK. Ongoing code for C++ program that reads list of serialized messages in N files. Requires conan
author | bgo-osimis |
---|---|
date | Sat, 23 Feb 2019 10:18:13 +0100 |
parents | f6b7f113cf27 |
children | 6405435480ae |
line wrap: on
line diff
--- a/Resources/CodeGeneration/README.md Fri Feb 22 10:48:43 2019 +0100 +++ b/Resources/CodeGeneration/README.md Sat Feb 23 10:18:13 2019 +0100 @@ -1,24 +1,10 @@ -class TestMessage { - s1: string; - s2: Array<string>; - s3: Array<Array<string>>; - s4: Map<string, number>; - s5: Map<number, Array<string>>; - s6: Color; - s7: boolean; -} +Requirements +---------------- ---> +Install Node and npm. -{"s2":["toto","toto2","toto3"],"s4":{"toto":1999,"tatata":1999},"s6":0,"s7":true} - -(absent fields weren't specified) - +Then: +- `npm install browserify` +- `npm install typescript` +- `npm install tsify` -type:B -value:{"someAs":[{...},{},{}]}......................... -Deserialize - -jsonValue - -