Beispiel #1
0
/**
 * Channel event zeroing

 * All numerical values are set to -1, and the trace,
 * and traceinfo vectors are cleared and the channel
 * identifier is zeroed using its identifier::zeroid method.
 */
void ChanEvent::ZeroVar() 
{
    ZeroNums();

    // clear objects
    trace.clear();
}
Beispiel #2
0
 /** Default constructor that zeroes all values */
 ChanEvent(){ZeroNums();};