76 lines
1.3 KiB
Modula-2
76 lines
1.3 KiB
Modula-2
LIBRARY open
|
|
EXPORTS
|
|
bootController
|
|
closeProject
|
|
connect
|
|
continueSimulation
|
|
createDirectory
|
|
createProject
|
|
createProjectWithScaling
|
|
createProjectWithScalingNCUNumber
|
|
deleteDirectory
|
|
deleteFile
|
|
disconnect
|
|
exportProjectSettings
|
|
getCardPath
|
|
getCardPaths
|
|
getCurrentProjectInformation
|
|
getCurrentProjectState
|
|
getDictionaryElementType
|
|
getDictionaryId
|
|
getFile
|
|
getNumArrayElements
|
|
getNumberOfNCUs
|
|
getProjectInformation
|
|
getSimulationSpeed
|
|
getVersionInformation
|
|
importProjectSettings
|
|
listDirectory
|
|
openProject
|
|
putFile
|
|
readBit
|
|
readBool
|
|
readBoolArray
|
|
readByte
|
|
readDouble
|
|
readDoubleArray
|
|
readDoubleWord
|
|
readLongWord
|
|
readNextEvent
|
|
readNextEventWithNcuIndex
|
|
readSignedInteger16Bit
|
|
readSignedInteger32Bit
|
|
readSignedInteger32BitArray
|
|
readSignedInteger64Bit
|
|
readString
|
|
readStringArray
|
|
readUnsignedInteger16Bit
|
|
readUnsignedInteger16BitArray
|
|
readUnsignedInteger32Bit
|
|
readUnsignedInteger32BitArray
|
|
readUnsignedInteger64Bit
|
|
readUnsignedInteger64BitArray
|
|
readUnsignedInteger8BitArray
|
|
readWord
|
|
registerForEvents
|
|
registerWatch
|
|
resetController
|
|
saveProject
|
|
selectFile
|
|
setSimulationSpeed
|
|
shutdownController
|
|
startApplication
|
|
stopApplication
|
|
unregisterEvents
|
|
unregisterWatch
|
|
waitForEvents
|
|
writeBit
|
|
writeBool
|
|
writeBoolArray
|
|
writeByte
|
|
writeDouble
|
|
writeDoubleWord
|
|
writeLongWord
|
|
writeUnsignedInteger8BitArray
|
|
writeWord
|