You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint8_t* GetBufferAddress () { returnOutputBuffer; } ///< Get the address of the buffer into which the E1.31 handler will stuff data
61
+
uint8_t* GetBufferAddress () { returnpOutputBuffer; } ///< Get the address of the buffer into which the E1.31 handler will stuff data
55
62
uint32_tGetBufferUsedSize () { return UsedBufferSize; } ///< Get the size (in intensities) of the buffer into which the E1.31 handler will stuff data
56
-
uint32_tGetBufferSize () { returnsizeof(OutputBuffer); } ///< Get the size (in intensities) of the buffer into which the E1.31 handler will stuff data
63
+
uint32_tGetBufferSize () { returnuint32_t(OM_MAX_NUM_CHANNELS); } ///< Get the size (in intensities) of the buffer into which the E1.31 handler will stuff data
0 commit comments