Hello all,
I was looking at the code and more specifically at the avbase.h in the Project Objects side when I saw a piece of code I couldn't understand :
--- code
bool AVPublic GetOperationResult(AVCompareOperation Operation, AVCompareResult Result);
AVCompareResult GetReverseResult(AVCompareResult Result);
Can someone tell me what is GetOperationResult for ? I couln't find any definition in the source and this doesn't seem to be related to MFC.
Any idea ?
Tks
Alain
The function definition is in avbase.cpp. It returns the result from a truth table lookup.
well,
I guess I can only say "thanks" and have a better look before posting !
Log in to post a comment.
Hello all,
I was looking at the code and more specifically at the avbase.h in the Project Objects side when I saw a piece of code I couldn't understand :
--- code
bool AVPublic GetOperationResult(AVCompareOperation Operation, AVCompareResult Result);
AVCompareResult GetReverseResult(AVCompareResult Result);
--- code
Can someone tell me what is GetOperationResult for ? I couln't find any definition in the source and this doesn't seem to be related to MFC.
Any idea ?
Tks
Alain
The function definition is in avbase.cpp. It returns the result from a truth table lookup.
well,
I guess I can only say "thanks" and have a better look before posting !
Alain