#include <BdsD.h>
Public Member Functions | |
SensorLocation (BUInt32 pid=BUInt32(), BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BUInt32 psensorId=BUInt32(), BFloat64 pdepth=BFloat64(), BFloat64 phorizontalAngle=BFloat64(), BFloat64 pverticalAngle=BFloat64()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
The ID. | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time. | |
BUInt32 | sensorId |
The sensor ID. | |
BFloat64 | depth |
The depth of the sensor below ground level in meters. | |
BFloat64 | horizontalAngle |
The Sensors placement horizontal angle in degrees clockwise from north. | |
BFloat64 | verticalAngle |
The Sensors placement vertical angle in degrees degrees with zero = vertically up. |
Bds::SensorLocation::SensorLocation | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | pstartTime = BTimeStamp() , |
|||
BTimeStamp | pendTime = BTimeStamp() , |
|||
BUInt32 | psensorId = BUInt32() , |
|||
BFloat64 | pdepth = BFloat64() , |
|||
BFloat64 | phorizontalAngle = BFloat64() , |
|||
BFloat64 | pverticalAngle = BFloat64() | |||
) |
BError Bds::SensorLocation::getMembers | ( | BDictString & | members | ) |
BString Bds::SensorLocation::getType | ( | ) |
BError Bds::SensorLocation::setMembers | ( | BDictString & | members | ) |
BFloat64 Bds::SensorLocation::depth |
The depth of the sensor below ground level in meters.
BTimeStamp Bds::SensorLocation::endTime |
The End Time.
BFloat64 Bds::SensorLocation::horizontalAngle |
The Sensors placement horizontal angle in degrees clockwise from north.
BUInt32 Bds::SensorLocation::id |
The ID.
BUInt32 Bds::SensorLocation::sensorId |
The sensor ID.
BTimeStamp Bds::SensorLocation::startTime |
The Start Time.
BFloat64 Bds::SensorLocation::verticalAngle |
The Sensors placement vertical angle in degrees degrees with zero = vertically up.