#include <Block11Record.h>


Public Member Functions | |
| Block11Record (const DataPointer &filewalker) | |
| QString | className () const |
| returns "Block11Record" | |
| int | size () const |
| Size of data used in the file. | |
| virtual void | printOn (Reporter &report) const |
Public Attributes | |
| FullCardNumber | cardNumber |
| Timespan | time |
| int | sometimesDuration |
| RawData | payloadData |
Static Public Attributes | |
| static const int | staticSize = 58 |
in block 11, sometimesDuration seems to encode duration in seconds/3, in block 13 it seems to be seconds.
| Block11Record::Block11Record | ( | const DataPointer & | filewalker | ) |
| QString Block11Record::className | ( | ) | const [virtual] |
returns "Block11Record"
Implements Block.
| void Block11Record::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements DataType.
References cardNumber, payloadData, sometimesDuration, Reporter::tagValuePair(), time, RawData::toString(), Timespan::toString(), and Reporter::writeBlock().
| int Block11Record::size | ( | ) | const [virtual] |
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
const int Block11Record::staticSize = 58 [static] |
Referenced by printOn().
1.7.4