MCPcopy Create free account
hub / github.com/LimHyungTae/patchwork / ZoneModel

Class ZoneModel

include/patchwork/zone_models.hpp:19–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#define OVERFLOWED_IDX -2
18
19class ZoneModel {
20 public:
21 ZoneModel() {}
22
23 ~ZoneModel() {}
24
25 SensorConfig sensor_config_;
26
27 /*
28 * Common functions
29 */
30 inline size_t size() const;
31 // Important! 'virtual' is necessary to be declared in the base class
32 // + the functions must be declared, i.e. {} is needed
33};
34
35class ConcentricZoneModel : public ZoneModel {
36 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected