#include <BdsD.h>
Public Member Functions | |
Source (BUInt32 pid=BUInt32(), BString psource=BString(), BString psourceMeta=BString(), BString palias=BString(), BString pdescription=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
ID. | |
BString | source |
The sensor data's source name. | |
BString | sourceMeta |
The associated metadata's source name. | |
BString | alias |
The short alias for data files. | |
BString | description |
The description. |
Bds::Source::Source | ( | BUInt32 | pid = BUInt32() , |
|
BString | psource = BString() , |
|||
BString | psourceMeta = BString() , |
|||
BString | palias = BString() , |
|||
BString | pdescription = BString() | |||
) |
BError Bds::Source::getMembers | ( | BDictString & | members | ) |
BString Bds::Source::getType | ( | ) |
BError Bds::Source::setMembers | ( | BDictString & | members | ) |
BString Bds::Source::alias |
The short alias for data files.
BString Bds::Source::description |
The description.
BUInt32 Bds::Source::id |
ID.
BString Bds::Source::source |
The sensor data's source name.
BString Bds::Source::sourceMeta |
The associated metadata's source name.