BdsApi
2.2.7
This is the Blacknest BDS API.
|
This holds information on data access groups. More...
#include <BdsD.h>
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) |
![]() | |
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... | |
This holds information on data access groups.
A particular network:station may contain sensitive data. This database linked object links a period of data from a particular network:station to a security group.
Bds::AccessGroup::AccessGroup | ( | BUInt32 | id = 0 , |
BString | group = BString() , |
||
BTimeStamp | startTime = BTimeStamp() , |
||
BTimeStamp | endTime = BTimeStamp() , |
||
BString | network = BString() , |
||
BString | station = BString() |
||
) |
Reimplemented from BObj.
|
virtual |
Reimplemented from BObj.
BString Bds::AccessGroup::getType | ( | ) |
|
virtual |
Reimplemented from BObj.
BTimeStamp Bds::AccessGroup::endTime |
The End Time.
BUInt32 Bds::AccessGroup::id |
The unique id.
BTimeStamp Bds::AccessGroup::startTime |
The Start Time.