#include <BdsD.h>
Public Member Functions | |
ChannelInstrument (BUInt32 pid=BUInt32(), BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BUInt32 pchannelId=BUInt32(), BString psource=BString(), BUInt32 pdigitiserId=BUInt32(), BUInt32 psensorId=BUInt32()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
ID. | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time the channel was available. | |
BUInt32 | channelId |
The channels Id. | |
BString | source |
The source. | |
BUInt32 | digitiserId |
The Digitiser in use. | |
BUInt32 | sensorId |
The sensor in use. |
Bds::ChannelInstrument::ChannelInstrument | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | pstartTime = BTimeStamp() , |
|||
BTimeStamp | pendTime = BTimeStamp() , |
|||
BUInt32 | pchannelId = BUInt32() , |
|||
BString | psource = BString() , |
|||
BUInt32 | pdigitiserId = BUInt32() , |
|||
BUInt32 | psensorId = BUInt32() | |||
) |
BError Bds::ChannelInstrument::getMembers | ( | BDictString & | members | ) |
BString Bds::ChannelInstrument::getType | ( | ) |
BError Bds::ChannelInstrument::setMembers | ( | BDictString & | members | ) |
The channels Id.
The Digitiser in use.
BTimeStamp Bds::ChannelInstrument::endTime |
The End Time the channel was available.
BUInt32 Bds::ChannelInstrument::id |
ID.
BUInt32 Bds::ChannelInstrument::sensorId |
The sensor in use.
BString Bds::ChannelInstrument::source |
The source.
BTimeStamp Bds::ChannelInstrument::startTime |
The Start Time.