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:
NexObject

Public Member Functions

 NexWaveform (NexPid pid, NexCid cid, const 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 NexObject
 NexObject (NexPid pid, NexCid cid, const char *name)
 Constructor. More...
 
NexPid getObjPid (void)
 Get page id. More...
 
NexCid getObjCid (void)
 Get component id. More...
 
const char * getObjName (void)
 Get component name. More...
 
void printObjInfo (void)
 Print current object address,page id,component id, component name,pop event function address,push event function address.
 

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: