method to allocate a new signal
the first argument is the size of the signal the second argument is the type of signal:
- S : a 16 bit signed integer (Short_t)
- US : a 16 bit unsigned integer (UShort_t)
- I : a 32 bit signed integer (Int_t)
- UI : a 32 bit unsigned integer (UInt_t)
- F : a 32 bit floating point (Float_t)
- D : a 64 bit floating point (Double_t)
Definition at line 27 of file Signals.cpp.