#include <triggerPool.h>
Public Member Functions | |
Set/Reset methods | |
| void | set (const unsigned int i) |
| Set a trigger (on). | |
| void | set_all () |
| Set all triggers. | |
| void | reset (const unsigned int i) |
| Reset a trigger (off). | |
| void | reset_all () |
| Reset all triggers. | |
| void | flip (const unsigned int i) |
| Change the state of a trigger (flip). | |
| void | clear () |
| Empty out the trigger pool. | |
Info methods | |
| bool | get (const unsigned int i) const |
| Get the state of a trigger (true=set). | |
| void | size (unsigned int i) |
| Set the size of the array. | |
| int | size () const |
| Get max size of the trigger pool. | |
Static Public Member Functions | |
| static CTriggerPool * | instance () |
| Get an instance. | |
(c) 2007-2008 oP group Germany GbR. All rights reserved.
This source code is provided "as is" with no warranty and must not be distributed without written permission.
| void CTriggerPool::reset | ( | const unsigned int | i | ) |
Reset a trigger (off).
do nothing since get returns false for all out of range values
1.5.4