|
OpenHantek
|
The DSO-2250 BulkCode::FSETBUFFER builder. More...
#include <bulkStructs.h>
Public Member Functions | |
| BulkSetBuffer2250 (uint32_t triggerPositionPre, uint32_t triggerPositionPost) | |
| Sets the data bytes to the specified values. More... | |
| uint32_t | getTriggerPositionPost () |
| Get the TriggerPositionPost value. More... | |
| void | setTriggerPositionPost (uint32_t value) |
| Set the TriggerPositionPost to the given value. More... | |
| uint32_t | getTriggerPositionPre () |
| Get the TriggerPositionPre value. More... | |
| void | setTriggerPositionPre (uint32_t value) |
| Set the TriggerPositionPre 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::FSETBUFFER builder.
Sets the data array to the default values.
| Hantek::BulkSetBuffer2250::BulkSetBuffer2250 | ( | uint32_t | triggerPositionPre, |
| uint32_t | triggerPositionPost | ||
| ) |
Sets the data bytes to the specified values.
| triggerPositionPre | The TriggerPositionPre value. |
| triggerPositionPost | The TriggerPositionPost value. |
| uint32_t Hantek::BulkSetBuffer2250::getTriggerPositionPost | ( | ) |
Get the TriggerPositionPost value.
| uint32_t Hantek::BulkSetBuffer2250::getTriggerPositionPre | ( | ) |
Get the TriggerPositionPre value.
| void Hantek::BulkSetBuffer2250::setTriggerPositionPost | ( | uint32_t | position | ) |
Set the TriggerPositionPost to the given value.
| position | The new TriggerPositionPost value. |
| void Hantek::BulkSetBuffer2250::setTriggerPositionPre | ( | uint32_t | position | ) |
Set the TriggerPositionPre to the given value.
| position | The new TriggerPositionPre value. |
1.8.14