#include <CardEventRecord.h>


Public Member Functions | |
| CardEventRecord (const DataPointer &filewalker) | |
| QString | className () const |
| returns "CardEventRecord" | |
| int | size () const |
| Size of data used in the file. | |
| virtual void | printOn (Reporter &report) const |
Public Attributes | |
| int | eventType |
| Timespan | eventTime |
| VehicleRegistration | eventVehicleRegistration |
Static Public Attributes | |
| static const int | staticSize = 24 |
| CardEventRecord::CardEventRecord | ( | const DataPointer & | filewalker | ) |
| QString CardEventRecord::className | ( | ) | const [virtual] |
returns "CardEventRecord"
Implements Block.
| void CardEventRecord::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements DataType.
References eventTime, eventType, formatStrings::eventType(), eventVehicleRegistration, Reporter::tagValuePair(), Timespan::toString(), and Reporter::writeBlock().
| int CardEventRecord::size | ( | ) | const [virtual] |
Referenced by printOn().
Referenced by printOn().
const int CardEventRecord::staticSize = 24 [static] |
1.7.4