Instrument Neutral Distributed Interface INDI  2.0.2
Public Attributes | List of all members
_IBLOB Struct Reference

#include <indiapi.h>

Public Attributes

char name [MAXINDINAME]
 
char label [MAXINDILABEL]
 
char format [MAXINDIBLOBFMT]
 
void * blob
 
int bloblen
 
int size
 
struct _IBLOBVectorPropertybvp
 
void * aux0
 
void * aux1
 
void * aux2
 

Detailed Description

Definition at line 442 of file indiapi.h.

Member Data Documentation

◆ aux0

void* _IBLOB::aux0

Helper info

Definition at line 459 of file indiapi.h.

◆ aux1

void* _IBLOB::aux1

Helper info

Definition at line 461 of file indiapi.h.

◆ aux2

void* _IBLOB::aux2

Helper info

Definition at line 463 of file indiapi.h.

◆ blob

void* _IBLOB::blob

Allocated binary large object bytes - maybe a shared buffer: use IDSharedBlobFree to free

Definition at line 451 of file indiapi.h.

◆ bloblen

int _IBLOB::bloblen

Blob size in bytes

Definition at line 453 of file indiapi.h.

◆ bvp

struct _IBLOBVectorProperty* _IBLOB::bvp

Pointer to parent

Definition at line 457 of file indiapi.h.

◆ format

char _IBLOB::format[MAXINDIBLOBFMT]

Format attr

Definition at line 449 of file indiapi.h.

◆ label

char _IBLOB::label[MAXINDILABEL]

Blob label

Definition at line 447 of file indiapi.h.

◆ name

char _IBLOB::name[MAXINDINAME]

Index name

Definition at line 445 of file indiapi.h.

◆ size

int _IBLOB::size

N uncompressed bytes

Definition at line 455 of file indiapi.h.


The documentation for this struct was generated from the following file: