Files
pvData/test/testPVStructureArray
Marty Kraimer e6a97e83ab fix more bugs
2012-05-17 09:15:19 -04:00

53 lines
1.1 KiB
Plaintext

after append 5
structure
structure[] value
null
null
null
null
null
structure alarm
int severity 0
int status 0
string message
structure timeStamp
long secondsPastEpoch 0
int nanoSeconds 0
int userTag 0
after remove(0,2)
structure
structure[] value
null
null
null
structure alarm
int severity 0
int status 0
string message
structure timeStamp
long secondsPastEpoch 0
int nanoSeconds 0
int userTag 0
after remove 0,1,3structure
structure[] value
null
null
structure alarm
int severity 0
int status 0
string message
structure timeStamp
long secondsPastEpoch 0
int nanoSeconds 0
int userTag 0
after compressstructure
structure[] value
structure alarm
int severity 0
int status 0
string message
structure timeStamp
long secondsPastEpoch 0
int nanoSeconds 0
int userTag 0