Instrument Neutral Distributed Interface INDI  2.0.2
Macros | Functions
agent_imager.cpp File Reference
#include "agent_imager.h"
#include "indistandardproperty.h"
#include <cstring>
#include <algorithm>
#include <memory>
#include "group.h"

Go to the source code of this file.

Macros

#define DOWNLOAD_TAB   "Download images"
 
#define IMAGE_NAME   "%s/%s_%d_%03d%s"
 
#define IMAGE_PREFIX   "_TMP_"
 
#define GROUP_PREFIX   "GROUP_"
 
#define GROUP_PREFIX_LEN   6
 

Functions

std::shared_ptr< Imagerimager (new Imager())
 

Macro Definition Documentation

◆ DOWNLOAD_TAB

#define DOWNLOAD_TAB   "Download images"

Definition at line 29 of file agent_imager.cpp.

◆ GROUP_PREFIX

#define GROUP_PREFIX   "GROUP_"

Definition at line 34 of file agent_imager.cpp.

◆ GROUP_PREFIX_LEN

#define GROUP_PREFIX_LEN   6

Definition at line 35 of file agent_imager.cpp.

◆ IMAGE_NAME

#define IMAGE_NAME   "%s/%s_%d_%03d%s"

Definition at line 30 of file agent_imager.cpp.

◆ IMAGE_PREFIX

#define IMAGE_PREFIX   "_TMP_"

Definition at line 31 of file agent_imager.cpp.

Function Documentation

◆ imager()

std::shared_ptr<Imager> imager ( new   Imager())