pflib v3.9.5-18-g30f792c
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
econ_snapshot.h
1#pragma once
2
3#include "pflib/ECON.h"
4#include "pftool.h"
5
7uint32_t build_channel_mask(std::vector<int>& channels);
8
10void econ_snapshot(pflib::Target* tgt, pflib::ECON& econ,
11 std::vector<int>& channels);
Definition ECON.h:19
encapulating a given setup's access rules
Definition Target.h:25
static void econ(const std::string &cmd, Target *pft)
ECON menu commands.
Definition econ.cxx:166
Shared declarations for all pftool menu commands.