|
OpenHantek
|
The DSO-2250 BulkCode::CSETTRIGGERORSAMPLERATE builder. More...
#include <bulkStructs.h>
Public Member Functions | |
| BulkSetTrigger2250 () | |
| Sets the data array to needed values. | |
| BulkSetTrigger2250 (uint8_t triggerSource, uint8_t triggerSlope) | |
| Sets the used channels. More... | |
| uint8_t | getTriggerSource () |
| Get the triggerSource value in CTriggerBits. More... | |
| void | setTriggerSource (uint8_t value) |
| Set the triggerSource in CTriggerBits to the given value. More... | |
| uint8_t | getTriggerSlope () |
| Get the triggerSlope value in CTriggerBits. More... | |
| void | setTriggerSlope (uint8_t slope) |
| Set the triggerSlope in CTriggerBits to the given value. More... | |
Additional Inherited Members | |
Data Fields inherited from BulkCommand | |
| Hantek::BulkCode | code |
| bool | pending = false |
| BulkCommand * | next = nullptr |
Protected Member Functions inherited from BulkCommand | |
| BulkCommand (Hantek::BulkCode code, unsigned size) | |
The DSO-2250 BulkCode::CSETTRIGGERORSAMPLERATE builder.
| Hantek::BulkSetTrigger2250::BulkSetTrigger2250 | ( | uint8_t | triggerSource, |
| uint8_t | triggerSlope | ||
| ) |
Sets the used channels.
| triggerSource | The trigger source id (CTriggerBits). |
| triggerSlope | The triggerSlope value (CTriggerBits). |
| uint8_t Hantek::BulkSetTrigger2250::getTriggerSlope | ( | ) |
Get the triggerSlope value in CTriggerBits.
| uint8_t Hantek::BulkSetTrigger2250::getTriggerSource | ( | ) |
Get the triggerSource value in CTriggerBits.
| void Hantek::BulkSetTrigger2250::setTriggerSlope | ( | uint8_t | slope | ) |
Set the triggerSlope in CTriggerBits to the given value.
| slope | The new triggerSlope value. |
| void Hantek::BulkSetTrigger2250::setTriggerSource | ( | uint8_t | value | ) |
Set the triggerSource in CTriggerBits to the given value.
| value | The new triggerSource value. |
1.8.14