BdsApi
3.0.12
This is the Blacknest BDS API.
|
This class provides metadata information on a set of channels. More...
#include <BdsD.h>
Public Member Functions | |
ChannelInfos (Station array=Station(), BArray< BArray< ChannelInfo > > channels=BArray< BArray< ChannelInfo > >()) | |
Public Attributes | |
Station | array |
The array if all channels are from an array. More... | |
BArray< BArray< ChannelInfo > > | channels |
The per channel per segment Metadata. More... | |
This class provides metadata information on a set of channels.
This provides all of the metadata information for a set of channels over a given time period. For each channel there can be one or more ChannelInfo objects each defining a set of consistant metadata over a particular time period. The BdsServer will create a ChannelInfo object on each cahnge in metadata when the user asks for a set of metadata over some time period.
Bds::ChannelInfos::ChannelInfos | ( | Station | array = Station() , |
BArray< BArray< ChannelInfo > > | channels = BArray<BArray<ChannelInfo > >() |
||
) |
Station Bds::ChannelInfos::array |
The array if all channels are from an array.
BArray<BArray<ChannelInfo > > Bds::ChannelInfos::channels |
The per channel per segment Metadata.