Skip to content
  • William Gurecky's avatar
    Fmu wrappers (#4647) (#288) · 9be652ee
    William Gurecky authored
    * wip: adds boilerplate fmi and fmu c interface
    
    * adds working example FMU model import
    
    * adds wrappers for doStep getReal and setReal
    
    * fix issue with getting c++ obj pointer
    
    * wip: debugging illegal fmu state after init
    
    * wip: debugging illegal fmu state after init
    
    * adds example FMU import
    
    * adds calls to enter and exitInitilizationMode to setupExperiment and adds output to fmu step example
    
    * adds verbosity flag for c/c++ interface fns
    
    * remove extraneous module imports in fmu2_f_api
    
    * example fmu step test now runs to endTime of 0.1s
    
    * wraps clear get/setInteger and get/setBoolean
    
    * parse the FMU XML modelDescription on init
    
    * enables xml parser to handle FMU born XML files and adds getValueRef and getCausality methods to FMU wrapper
    
    * wip: get and set FMU state for FMU setRestart and rewindToRestart functionality
    
    * adds convinience method to get and set FMU variables
    
    * wip: adds capability to setRestart and rewindToRestart an...
    9be652ee