Account
Bds::Station Class Reference
This class defines a Station. More... #include <BdsD.h>
Public Member Functions | |
Station () | |
Station (BString pname, BString ptype, BList< BString > pstations, BList< LocationWithPeriod > plocations, BList< TimePeriod > poperational, BList< Channel > pchannels) | |
Public Attributes | |
BString | name |
The name. | |
BString | type |
Array or Station. | |
BList< BString > | stations |
List of stations if an Array. (Should this be a list of Stations ?). | |
BList< LocationWithPeriod > | locations |
The station locations by time period. | |
BList< TimePeriod > | operational |
A list of time periods the Station was in operation. | |
BList< Channel > | channels |
The channels at this station. |
Detailed Description
This class defines a Station.Constructor & Destructor Documentation
Bds::Station::Station | ( | ) |
Bds::Station::Station | ( | BString | pname, | |
BString | ptype, | |||
BList< BString > | pstations, | |||
BList< LocationWithPeriod > | plocations, | |||
BList< TimePeriod > | poperational, | |||
BList< Channel > | pchannels | |||
) |
Member Data Documentation
BString Bds::Station::name |
The name.
BString Bds::Station::type |
Array or Station.
BList<BString> Bds::Station::stations |
List of stations if an Array. (Should this be a list of Stations ?).
The station locations by time period.
A list of time periods the Station was in operation.
BList<Channel> Bds::Station::channels |
The channels at this station.
The documentation for this class was generated from the following files:
Generated on Thu Mar 20 11:23:35 2008 for BdsApi by
