pflib v3.9.0-rc3-11-g2537d8f
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:18
encapulating a given setup's access rules
Definition Target.h:24
static void econ(const std::string &cmd, Target *pft)
ECON menu commands.
Definition econ.cxx:147
Shared declarations for all pftool menu commands.