PyANGKernel.GKRealDataSetRestorerSimple¶
- class GKRealDataSetRestorerSimple¶
A restorer of external detection data.
Details
This object restores data from an ascii file. When restored, a new column is created in the referenced type and the data is loaded for each referenced object.
Synopsis¶
Methods¶
def
__init__()def
addVehicle()def
clearColumns()def
getBaseDate()def
getColumns()def
getFileName()def
getIdType()def
getLinesToSkip()def
getSeparator()def
getTimeType()def
getUnits()def
getVehicles()def
includeVehicle()def
init()def
removeVehicle()def
setBaseDate()def
setColumns()def
setFileName()def
setIdType()def
setLinesToSkip()def
setSeparator()def
setTimeType()def
setUnits()def
setVehicles()
Static functions¶
def
getEnumString()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- class IdType¶
Object Identifier: eById: Internal Object ID eByName: Object Name eByExternalId: Object external ID
- class TimeType¶
Time representation types: eDateTimeISO: ISO 8601 extended format (YYYY-MM-DD, or with time, YYYY-MM-DDTHH:MM:SS) eDateTimeLocal: The format used by the operating system. eTimeAbsoluteHHMMSS: HHMMSS and HMMSS formats are allowed. Base time is not taken into account. eTimeRelativeHHMMSS: HHMMSS and HMMSS formats are allowed. The time is relative to the base time. eTimeAbsoluteSS: Absolute time in seconds. eTimeRelativeSS: Time relative to base time in seconds.
- class DecimalSeparator¶
- __init__()¶
- clearColumns()¶
- getColumns()¶
- Return type:
.list of GKRDS.ColType
- getDecimalSeparator()¶
- Return type:
- getSeparator()¶
- Return type:
QChar
- getUnits()¶
- Return type:
- getVehicleColumns(aVehicleId)¶
- Parameters:
aVehicleId – int
- Return type:
.std.vectoruint
- getVehicles()¶
- Return type:
.std.vectorint
- init(aRealDataSet)¶
- Parameters:
aRealDataSet –
GKRealDataSet
Init attributes
- preStoreVehicles()¶
- setColumns(value)¶
- Parameters:
value – .list of GKRDS.ColType
- setDecimalSeparator(value)¶
- Parameters:
value –
DecimalSeparator
- setFileName(aname)¶
- Parameters:
aname – str
- setForcedInterval(newInterval)¶
- Parameters:
newInterval –
GKTimeDuration
- setLinesToSkip(nbLines)¶
- Parameters:
nbLines – int
- setSeparator(value)¶
- Parameters:
value –
QChar
- setUnits(value)¶
- Parameters:
value –
UnitSystem
- setUseFileNameAsId(value)¶
- Parameters:
value – bool
- setVehicles(aVehicles)¶
- Parameters:
aVehicles – .std.vectorint