API
For Arduino developers
Public Member Functions | List of all members
NexWaveform Class Reference

NexWaveform,subclass of NexTouch,provides simple methods to control NexWaveform component. More...

#include <NexWaveform.h>

Inheritance diagram for NexWaveform:
NexTouch

Public Member Functions

 NexWaveform (NexPid pid, NexCid cid, char *name)
 Constructor,inherited NexTouch's constructor function.
 
bool addValue (uint8_t ch, uint8_t number)
 Add value to show. More...
 
- Public Member Functions inherited from NexTouch
 NexTouch (NexPid pid, NexCid cid, char *name, NexTouchEventCb pop=NULL, void *pop_ptr=NULL, NexTouchEventCb push=NULL, void *push_ptr=NULL)
 Constructor of Nextouch. More...
 
NexPid getPid (void)
 Get page id. More...
 
NexCid getCid (void)
 Get component id. More...
 
const char * getObjName (void)
 Get component name. More...
 

Detailed Description

NexWaveform,subclass of NexTouch,provides simple methods to control NexWaveform component.

Examples:
CompWaveform.ino.

Definition at line 25 of file NexWaveform.h.

Member Function Documentation

bool NexWaveform::addValue ( uint8_t  ch,
uint8_t  number 
)

Add value to show.

Parameters
ch- channel of waveform(0-3).
number- the value of waveform.
Return values
true- success.
false- failed.
Examples:
CompWaveform.ino.

Definition at line 37 of file NexWaveform.cpp.


The documentation for this class was generated from the following files: