|
Name |
bool |
isCvediaModel(pCValue const & modelConfig) |
std::string |
nChar(std::string ch, size_t nRepeats) |
using entityTypeDistinctionFunc = std::function<bool(cmap const&)>;
Analytics Entities are areas, lines or any other similar things that we can have in the future such that an instance can have multiples of. The distinction function gets the config of a single such entity to identify the type of entity, such as Crowding Area.
using analyticsTypeExistenceFunc = std::function<bool(pCValue const&)>;
Analytics Types are things that either an instance has it (and it is on) or it doesn't have it (or off), such as LPR. The distinction function gets the entire config of the instance to identify existence of an enabled analytics of the type.
bool isCvediaModel(
pCValue const & modelConfig
)
std::string nChar(
std::string ch,
size_t nRepeats
)
Updated on 2025-08-24 at 15:42:37 +0000