#include <vtql_base.h>
Public Methods | |
PgInfo () | |
PgInfo (const std::string &line) | |
Get all field from a page_info line. More... | |
bool | operator< (const PgInfo &p) const |
Sort it by station, page, subpage. | |
Public Attributes | |
size_t | iSt |
station id. | |
size_t | iFreq |
frequency in kHz. | |
size_t | iPage |
page number. | |
size_t | iSPage |
subpage number. | |
time_t | tTime |
system time of page recetion. | |
size_t | iFlags |
some flags used by alevt. | |
std::vector< std::pair< size_t, size_t > > | vFL |
list of fastlinks. More... |
With this class you can read all information, that is in the page_info (i.e. the last line of the output of page, you did get from a PAGE ... ... command) line and access it easily. In addtion this class can be sorted in a usefill manner.
|
Get all field from a page_info line. A page_info line is always of the end of the output of a page, if you search for pages/wait for events via the PAGE ... LIST|TEXT|HEX commands.
|
|
list of fastlinks.
The pairs are (page number,subpage number). The subpage number may be |