XCube Stream Reader SDK
Public Attributes
_STREAM_BLOCK_ Struct Reference

Data structure of stream. More...

#include <Projects.h>

List of all members.

Public Attributes

string strmParent
 path of the parent
string strmPath
 path of the stream
string strmName
 name of the stream
unsigned long long strmSize
 total size of the stream
unsigned int strmType
 type of the stream
unsigned int strmEnum
 enum of the stream
unsigned int strmRun
 run of the stream

Detailed Description

Data structure of stream.

defines a single instance of a logger data stream. This is always an .x3c formatted file


Member Data Documentation

enum of the stream

for example. "0"

name of the stream

for example, "T59_E0_R1_2011_10_17_171150.lf1"

path of the parent

name of the project it belongs to for example, "proj_X3C_LGR030A_2011_10_17_171141"

path of the stream

path of the stream on the base mount point, for example, "/mnt/disk0/xcube/proj_X3C_LGR030A_2011_10_17_171141/data/T59_E0_R1_2011_10_17_171150.x3c"

run of the stream

for example. "0" means the first run and "1" means the second run

unsigned long long _STREAM_BLOCK_::strmSize

total size of the stream

sum up all streams on all disks

type of the stream

for example, "59" indicates hrftMgr


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends Defines