Jump to Content
SPRDEGuidesAPI Reference
HomeGuidesAPI ReferenceChangelogDiscussions
v0.1

GuidesAPI ReferenceLog InSPRDE
API Reference
Log In
zoidberg

algotron.core

  • User
    • User.login( name )
  • Simulation
    • Constructor
    • add_object( object_name )
    • add_sensor( sensor_name, object_name, rate, states )
  • Object
    • Constructor
    • get_state( state_name )
  • set_state( state_name, value )
  • Sensor
    • Constructor
    • get_state( state_name )

algotron.hugnman

  • Hugnman
    • Constructor
    • do( command )

algotron.watchdog

  • Sergeant
    • Constructor
    • ready()
    • detach()

algotron.listener

  • Listener
    • Constructor
    • start( tick_fn )
Powered by 

Constructor

Sensor not allow to construct by itself. Use add_sensor in simulation instead.