lsst.astshim
14.0-13-g7a60b79
|
#include <Frame.h>
Public Member Functions | |
NReadValue (int nread, double value) | |
Public Attributes | |
int | nread |
Number of characters that was read. | |
double | value |
Value that was read. | |
Struct returned by Frame::unformat containing the number of characters read and corresponding value
|
inline |
Construct an NReadValue
[in] | nread | Number of characters that was read |
[in] | value | Value that was read |