#include <vtql_event.h>
Inheritance diagram for VTQL::EM_PageAlevt:
Public Methods | |
virtual | ~EM_PageAlevt () |
EM_PageAlevt (Event_generic &event_con, const std::string &match) | |
Set the match for the events you want to get. More... | |
Public Attributes | |
AlevtPage | alevtpg |
the latest page as AlevtPage. | |
PgInfo | pginfo |
the latest page info. |
Performs a "PAGE match HEX" command. If you call the inherited Wait(bool) method and it has returned true, a page has been recieved and has been stored as AlevtPage and as PgInfo.
|
Set the match for the events you want to get. It does not really set the match. The first try to do so will be performed at the first Wait(bool) call.
|