Sha256: ce4aa7caea3f11a92e6322d49666eb4043e8e416ece6d549c5efc7b9e43db55d

Contents?: true

Size: 319 Bytes

Versions: 17

Compression:

Stored size: 319 Bytes

Contents

module Rho
    class Timer
        def self.start( interval_ms, callback, callback_data )
        puts "inside start"
        System.start_timer(interval_ms, callback, callback_data)
        end

        def self.stop( callback )
        puts "inside stop"
        System.stop_timer( callback )
        end
    end
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-7.5.1 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-7.4.1 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-7.1.17 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-6.2.0 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-6.0.11 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-5.5.18 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-5.5.17 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-5.5.15 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-5.5.0.22 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-5.5.2 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-5.5.0.7 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-5.5.0.3 lib/commonAPI/coreapi/RhoTimerApi.rb
rhodes-5.5.0 lib/commonAPI/coreapi/RhoTimerApi.rb
tauplatform-1.0.3 lib/commonAPI/coreapi/RhoTimerApi.rb
tauplatform-1.0.2 lib/commonAPI/coreapi/RhoTimerApi.rb
tauplatform-1.0.1 lib/commonAPI/coreapi/RhoTimerApi.rb