Add PcloudFormatDesc
This commit is contained in:
@@ -23,6 +23,20 @@ namespace stim_buff {
|
||||
*/
|
||||
class StimulusBuffer
|
||||
{
|
||||
public:
|
||||
class PcloudFormatDesc
|
||||
{
|
||||
public:
|
||||
enum class Format
|
||||
{
|
||||
XYZ,
|
||||
XYZI,
|
||||
};
|
||||
|
||||
public:
|
||||
Format format;
|
||||
};
|
||||
|
||||
public:
|
||||
explicit StimulusBuffer();
|
||||
~StimulusBuffer();
|
||||
|
||||
Reference in New Issue
Block a user