BdsApi
2.0.11
|
This holds information on data access groups. More...
#include <BdsD.h>
Public Member Functions | |
AccessGroup (BUInt32 pid=BUInt32(), BString pgroup=BString(), BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString pnetwork=BString(), BString pstation=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
The unique id. More... | |
BString | group |
The Group name. More... | |
BTimeStamp | startTime |
The Start Time. More... | |
BTimeStamp | endTime |
The End Time. More... | |
BString | network |
The Network Name. More... | |
BString | station |
The Station name. More... | |
This holds information on data access groups.
Bds::AccessGroup::AccessGroup | ( | BUInt32 | pid = BUInt32() , |
BString | pgroup = BString() , |
||
BTimeStamp | pstartTime = BTimeStamp() , |
||
BTimeStamp | pendTime = BTimeStamp() , |
||
BString | pnetwork = BString() , |
||
BString | pstation = BString() |
||
) |
BError Bds::AccessGroup::getMembers | ( | BDictString & | members | ) |
BString Bds::AccessGroup::getType | ( | ) |
BError Bds::AccessGroup::setMembers | ( | BDictString & | members | ) |
BTimeStamp Bds::AccessGroup::endTime |
The End Time.
BString Bds::AccessGroup::group |
The Group name.
BUInt32 Bds::AccessGroup::id |
The unique id.
BString Bds::AccessGroup::network |
The Network Name.
BTimeStamp Bds::AccessGroup::startTime |
The Start Time.
BString Bds::AccessGroup::station |
The Station name.