BdsApi
3.0.0
This is the Blacknest BDS API.
|
This class defines the offsets of station:channels relative to an arrays centre. More...
#include <BdsD.h>
Public Member Functions | |
ArrayOffset (BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString array=BString(), BString station=BString(), BString channel=BString(), BFloat64 arrayOffsetEast=0, BFloat64 arrayOffsetNorth=0) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | setMember (BString name, BString value) |
BError | getMembers (BDictString &members) |
BError | getMember (BString name, BString &value) |
![]() | |
BObj () | |
virtual | ~BObj () |
virtual const char * | getType () const |
virtual const BObjMember * | getMembers () const |
virtual void | membersPrint () const |
virtual BString | getDebugString () |
Public Attributes | |
BUInt32 | id |
The ID. More... | |
BTimeStamp | startTime |
The Start Time. More... | |
BTimeStamp | endTime |
The End Time the channel was available. More... | |
BString | network |
The Network/Organisation Name. More... | |
BString | array |
The array this offset is for. More... | |
BString | station |
The station this offset is for. More... | |
BString | channel |
The channel this offset is for. If blank the offset is for the Station itself. More... | |
BFloat64 | arrayOffsetEast |
The Array offset in in an array in an easterly direction in metres. More... | |
BFloat64 | arrayOffsetNorth |
The Array offset in in an array in a northerly direction in metres. More... | |
This class defines the offsets of station:channels relative to an arrays centre.
This defines defines the offsets of station:channels relative to an arrays centre.
Bds::ArrayOffset::ArrayOffset | ( | BUInt32 | id = 0 , |
BTimeStamp | startTime = BTimeStamp() , |
||
BTimeStamp | endTime = BTimeStamp() , |
||
BString | network = BString() , |
||
BString | array = BString() , |
||
BString | station = BString() , |
||
BString | channel = BString() , |
||
BFloat64 | arrayOffsetEast = 0 , |
||
BFloat64 | arrayOffsetNorth = 0 |
||
) |
Reimplemented from BObj.
|
virtual |
Reimplemented from BObj.
BString Bds::ArrayOffset::getType | ( | ) |
|
virtual |
Reimplemented from BObj.
BString Bds::ArrayOffset::array |
The array this offset is for.
BFloat64 Bds::ArrayOffset::arrayOffsetEast |
The Array offset in in an array in an easterly direction in metres.
BFloat64 Bds::ArrayOffset::arrayOffsetNorth |
The Array offset in in an array in a northerly direction in metres.
BString Bds::ArrayOffset::channel |
The channel this offset is for. If blank the offset is for the Station itself.
BTimeStamp Bds::ArrayOffset::endTime |
The End Time the channel was available.
BUInt32 Bds::ArrayOffset::id |
The ID.
BString Bds::ArrayOffset::network |
The Network/Organisation Name.
BTimeStamp Bds::ArrayOffset::startTime |
The Start Time.
BString Bds::ArrayOffset::station |
The station this offset is for.