Account
| BdsApi 2.0.11 |
Bds::AccessGroup Class Reference
This holds information on data access groups. More...
#include <BdsD.h>
Inheritance diagram for Bds::AccessGroup:
Public Member Functions | |
| AccessGroup (BUInt32 id=0, BString group=BString(), BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString()) | |
| BString | getType () |
| BError | setMembers (BDictString &members) |
| BError | setMember (BString name, BString value) |
| BError | getMembers (BDictString &members) |
| BError | getMember (BString name, BString &value) |
Public Member Functions inherited from BObj | |
| 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 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... | |
Detailed Description
This holds information on data access groups.
Constructor & Destructor Documentation
◆ AccessGroup()
| Bds::AccessGroup::AccessGroup | ( | BUInt32 | id = 0, |
| BString | group = BString(), | ||
| BTimeStamp | startTime = BTimeStamp(), | ||
| BTimeStamp | endTime = BTimeStamp(), | ||
| BString | network = BString(), | ||
| BString | station = BString() | ||
| ) |
Member Function Documentation
◆ getMember()
Reimplemented from BObj.
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::AccessGroup::getType | ( | ) |
◆ setMember()
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ endTime
| BTimeStamp Bds::AccessGroup::endTime |
The End Time.
◆ group
◆ id
| BUInt32 Bds::AccessGroup::id |
The unique id.
◆ network
◆ startTime
| BTimeStamp Bds::AccessGroup::startTime |
The Start Time.
◆ station
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from