MCPcopy Create free account
hub / github.com/devosoft/avida / FindAV

Method FindAV

avida-core/source/cpu/cTestCPUInterface.h:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 int GetAVDataUpdate(int av_num = 0) { return -1; }
254 int GetAVDataTerritory(int av_num = 0) { return -1; }
255 int FindAV(bool input, bool output, int av_num = 0) { return -1; }
256 void SetAVFacing(cAvidaContext& ctx, int av_facing, int av_num = 0) { ; }
257 bool SetAVCellID(cAvidaContext& ctx, int av_cell_id, int av_num = 0) { return false; }
258 void SetAVFacedCellID(cAvidaContext& ctx, int av_num = 0) { ; }

Calls

no outgoing calls

Tested by

no test coverage detected