Skip to content

Commit 8e94013

Browse files
committed
add RUN::unix bankdef
1 parent 7ffc098 commit 8e94013

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

etc/bankdefs/hipo4/header.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,15 @@
8181
"entries":[
8282
{ "name":"json" , "type":"B", "info":"json character" }
8383
]
84+
},
85+
{
86+
"name" : "RUN::unix",
87+
"group": 10000,
88+
"item" : 18,
89+
"info" : "Mapping between CODA event number and unix time",
90+
"entries":[
91+
{ "name":"event" , "type":"I", "info":"event number, from RUN::config.event" },
92+
{ "name":"unixtime" , "type":"I", "info":"unix time in seconds, from RUN::config.unixtime" }
93+
]
8494
}
8595
]

0 commit comments

Comments
 (0)