Skip to content
Snippets Groups Projects
Commit 5c7d6ce4 authored by Tazpn's avatar Tazpn
Browse files

Looks like a missed commit or SVN is acting weird on me. Adding some helpers...

Looks like a missed commit or SVN is acting weird on me.  Adding some helpers on to access priority on controllers.
parent 556c5248
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,24 @@ public:
CycleType GetCycleType() const;
void SetCycleType( CycleType n );
/*! Get Number of Controllers
* \return Number of total controllers in this sequence
* \sa GetControllerData
*/
int GetNumControllers() const;
/*! Get Controller Priority
* \return Priority of a specific controller
* \sa GetControllerData, GetNumControllers, SetControllerPriority
*/
int GetControllerPriority( int controller ) const;
/*! Get Controller Priority
* \return Priority of a specific controller
* \sa GetControllerData, GetNumControllers, GetControllerPriority
*/
void SetControllerPriority( int controller, int priority );
protected:
NiControllerManager * NiControllerSequence::Parent() const;
NI_CONTROLLER_SEQUENCE_MEMBERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment