Logo coherent WaveBurst  
Library Reference Guide
Logo
Functions | Variables
HistoryTest.C File Reference

Functions

 strcpy (Stages[0], "FME 1")
 
 strcpy (Stages[1], "FME 2")
 
 strcpy (Types[0], "Tipo 1")
 
 strcpy (Types[1], "Tipo 2")
 
 strcpy (Types[2], "Tipo 3")
 

Variables

CWB::History HistoryTest (Stages, 2, Types, 3)
 
 Stages [0] = new char[256]
 
char * Types [3] = new char[256]
 

Function Documentation

◆ strcpy() [1/5]

strcpy ( Stages  [0],
"FME 1"   
)

◆ strcpy() [2/5]

strcpy ( Stages  [1],
"FME 2"   
)

◆ strcpy() [3/5]

strcpy ( Types  [0],
"Tipo 1"   
)

◆ strcpy() [4/5]

strcpy ( Types  [1],
"Tipo 2"   
)

◆ strcpy() [5/5]

strcpy ( Types  [2],
"Tipo 3"   
)

Variable Documentation

◆ HistoryTest

CWB::History HistoryTest(Stages, 2, Types, 3)

◆ Stages

Stages[1] = new char[256]

Definition at line 13 of file HistoryTest.C.

◆ Types

Types[2] = new char[256]

Definition at line 15 of file HistoryTest.C.