The primary class used for accessing hardware.
The Hil..::.Task type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Flush |
Flushes the task buffer.
| |
| IsValid |
Indicates whether the task is valid.
| |
| Read |
Reads the specified number of samples from the task buffer of a reader task.
| |
| ReadAnalog |
Reads the specified number of samples from the task buffer of an analog reader task.
| |
| ReadAnalogWriteAnalog |
Reads the specified number of samples from the task
input buffer and writes the same number of samples to the task output buffer of
an analog reader-writer task.
| |
| ReadDigital |
Reads the specified number of samples from the task buffer of a digital reader task.
| |
| ReadDigitalWriteDigital |
Reads the specified number of samples from the task
input buffer and writes the same number of samples to the task output buffer of
a digital reader-writer task.
| |
| ReadEncoder |
Reads the specified number of samples from the task buffer of an encoder reader task.
| |
| ReadEncoderWritePwm |
Reads the specified number of samples from the task
input buffer and writes the same number of samples to the task output buffer of
an encoder reader-PWM writer task.
| |
| ReadOther |
Reads the specified number of samples from the task buffer of an other reader task.
| |
| ReadOtherWriteOther |
Reads the specified number of samples from the task
input buffer and writes the same number of samples to the task output buffer of
an other reader-writer task.
| |
| ReadWrite |
Reads the specified number of samples from the task
input buffer and writes the same number of samples to the task output buffer of
a reader-writer task.
| |
| Start |
Starts the task.
| |
| Stop |
Stops a running task.
| |
| Write |
Writes the specified number of samples to the task buffer of a writer task.
| |
| WriteAnalog |
Writes the specified number of samples to the task buffer of an analog writer task.
| |
| WriteDigital |
Writes the specified number of samples to the task buffer of a digital writer task.
| |
| WriteOther |
Writes the specified number of samples to the task buffer of an other writer task.
| |
| WritePwm |
Writes the specified number of samples to the task buffer of a PWM writer task.
|