Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

Interface «api::ProcessorPll»

A central processing unit phase-locked loop controller resource interface.

public: virtual ~ProcessorPll();

Destructor.

public: virtual int64 getCpuClock();

Returns source clock of CPU in Hz.

Returns:
frequency value in Hz.

public: virtual int64 getSourceClock();

Returns source clock of CPU oscillator in Hz.

Returns:
frequency value in Hz.

public: virtual bool isConstructed() const;

Tests if this object has been constructed.

public: static bool isObject(const Type* obj);

Tests if given object has been constructed object.

Back to class list