![]() |
CARTA Backend
The backend component of CARTA
|
This is the complete list of members for Message, including all inherited members.
| AddAxesNumbers(CARTA::FileInfoExtended &response, int32_t spatial_x, int32_t spatial_y, int32_t spectral, int32_t stokes, int32_t depth) | Message | static |
| AddComputedEntry(CARTA::FileInfoExtended &response, std::string name, const std::string &value, CARTA::EntryType type=CARTA::EntryType::STRING, double numeric_value=0.0) | Message | static |
| AddHeaderEntry(CARTA::FileInfoExtended &response, std::string name, const std::string &value, CARTA::EntryType type=CARTA::EntryType::STRING, double numeric_value=0.0) | Message | static |
| AddRequiredTiles(int32_t file_id, CARTA::CompressionType compression_type, float compression_quality, const std::vector< int32_t > &tiles) | Message | static |
| Beam(int32_t channel, int32_t stokes, float major_axis, float minor_axis, float pa) | Message | static |
| CloseFile(int32_t file_id) | Message | static |
| ConcatStokesFiles(int32_t file_id, const google::protobuf::RepeatedPtrField< CARTA::StokesFile > &stokes_files) | Message | static |
| ContourImageData(int32_t file_id, uint32_t reference_file_id, int32_t channel, int32_t stokes, double progress) | Message | static |
| DecodeMessage(std::string_view sv_message) | Message | static |
| DoublePoint(double x, double y) | Message | static |
| EncodeMessage(CARTA::EventType event_type, uint32_t event_id, const google::protobuf::MessageLite &message) | Message | static |
| ErrorData(const std::string &message, std::vector< std::string > tags, CARTA::ErrorSeverity severity) | Message | static |
| FileInfo(const std::string &name, CARTA::FileType type, int64_t size=0, const std::string &hdu="") | Message | static |
| FittingProgress(int32_t file_id, float progress) | Message | static |
| GaussianComponent(const CARTA::DoublePoint ¢er, double amp, const CARTA::DoublePoint &fwhm, double pa) | Message | static |
| GetEventHeader(std::string_view message) | Message | static |
| ImageBounds(int32_t x_min, int32_t x_max, int32_t y_min, int32_t y_max) | Message | static |
| ImportRegionAck(bool success, const std::string &message) | Message | static |
| ListProgress(const CARTA::FileListType &file_list_type, int32_t total_count, int32_t checked_count, float percentage) | Message | static |
| Message() | Message | inlineprivate |
| MomentProgress(int32_t file_id, float progress) | Message | static |
| OpenFile(std::string directory, std::string file, bool lel_expr, std::string hdu, int32_t file_id, bool support_aips_beam, CARTA::RenderMode render_mode=CARTA::RenderMode::RASTER) | Message | static |
| Point(float x, float y) | Message | static |
| Point(const casacore::Vector< casacore::Double > &input, int x_index=0, int y_index=1) | Message | static |
| Point(const std::vector< casacore::Quantity > &input, int x_index=0, int y_index=1) | Message | static |
| Point(const std::vector< double > &input, int x_index=0, int y_index=1) | Message | static |
| PvProgress(int32_t file_id, float progress, int32_t preview_id=0) | Message | static |
| RasterTileData(int32_t file_id, int32_t sync_id, int32_t animation_id) | Message | static |
| RasterTileSync(int32_t file_id, int32_t channel, int32_t stokes, int32_t sync_id, int32_t animation_id, int32_t tile_count, bool end_sync) | Message | static |
| RegionHistogramData(int32_t file_id, int32_t region_id, int32_t channel, int32_t stokes, float progress, const carta::HistogramConfig &hist_config) | Message | static |
| RegionStatsData(int32_t file_id, int32_t region_id, int32_t channel, int32_t stokes) | Message | static |
| RegisterViewerAck(uint32_t session_id, bool success, const std::string &status, const CARTA::SessionType &type) | Message | static |
| ScriptingRequest(uint32_t scripting_request_id, const std::string &target, const std::string &action, const std::string ¶meters, bool async, const std::string &return_path) | Message | static |
| SetDimensions(CARTA::FileInfoExtended &response, int32_t dimensions, int32_t width, int32_t height, int32_t depth, int32_t stokes) | Message | static |
| SetImageChannels(int32_t file_id, int32_t channel, int32_t stokes, CARTA::CompressionType compression_type=CARTA::CompressionType::NONE, float compression_quality=-1) | Message | static |
| SetRegion(int32_t file_id, int32_t region_id, CARTA::RegionType region_type, std::vector< CARTA::Point > control_points, float rotation) | Message | static |
| SetRegion(int32_t file_id, int32_t region_id, const CARTA::RegionInfo ®ion_info) | Message | static |
| SetRegionAck(int32_t region_id, bool success, std::string err_message) | Message | static |
| SpatialProfileData(int32_t file_id, int32_t region_id, int32_t x, int32_t y, int32_t channel, int32_t stokes, float value, int32_t start, int32_t end, std::vector< float > &profile, std::string &coordinate, int32_t mip, CARTA::ProfileAxisType axis_type, float crpix, float crval, float cdelt, std::string &unit) | Message | static |
| SpatialProfileData(int32_t x, int32_t y, int32_t channel, int32_t stokes, float value) | Message | static |
| SpectralProfileData(int32_t file_id, int32_t region_id, int32_t stokes, float progress, std::string &coordinate, std::vector< CARTA::StatsType > &required_stats, std::map< CARTA::StatsType, std::vector< double > > &spectral_data) | Message | static |
| SpectralProfileData(int32_t stokes, float progress) | Message | static |
| StartAnimationAck(bool success, int32_t animation_id, const std::string &message) | Message | static |
| VectorOverlayTileData(int32_t file_id, int32_t channel, int32_t stokes_intensity, int32_t stokes_angle, const CARTA::CompressionType &compression_type, float compression_quality) | Message | static |
| ~Message()=default | Message | private |