commit 02169e23b8f8cbf141052c3b1cac1faf6706b8c8 parent a1bf6e545cc6d0ad1ee054864606aff6bde20b59 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 14 Nov 2018 10:55:11 +0100 Remove the draft of the htcp file format spec Diffstat:
| D | doc/htcp.txt | | | 42 | ------------------------------------------ |
1 file changed, 0 insertions(+), 42 deletions(-)
diff --git a/doc/htcp.txt b/doc/htcp.txt @@ -1,42 +0,0 @@ -# Copyright (C) 2018 |Meso|Star> <contact@meso-star.com> -# -# Copying and distribution of this file, with or without modification, -# are permitted in any medium without royalty provided the copyright -# notice and this notice are preserved. This file is offered as-is, -# without any warranty. - -<htnc> ::= <header> - <definition> - <lower-pos> - <voxel-size> - <padding> - <RVT> # align on pagesize - <padding> - <RCT> # align on pagesize - <padding> - <PABST> # align on pagesize - <padding> - <T> # align on pagesize - <padding> - -<header> ::= <pagesize> <is-Z-irregular> -<definition> ::= <#X> <#Y> <#Z> <#time> -<lower-pos> ::= <double3> -<voxel-size> ::= <double3> [DOUBLE ... ] # optionnal double for irregular Z -<RVT> ::= DOUBLE [DOUBLE ... ] -<RCT> ::= DOUBLE [DOUBLE ... ] -<PABST> ::= DOUBLE [DOUBLE ... ] -<T> ::= DOUBLE [DOUBLE ... ] # Temperature - -<double3> ::= DOUBLE DOUBLE DOUBLE - -<#X> ::= INT32 -<#Y> ::= INT32 -<#Z> ::= INT32 -<#time> ::= INT32 - -<is-Z-irregular> ::= INT8 - -<pagesize> ::= INT64 - -<padding> ::= [ BYTES ... ] # Alignment address onto <pagesize>