Hi -
I have a piece of camera hardware in conjunction with a 3rd party API. We have custom build a switch into this camera, and are able to gain access to to it via a command "LucamGpioRead" whi...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21350306.html
Zones:
C++Date Answered: 03/14/2005 Grade: A Views: 0
I've been minimally exposed to bitmasked datastructures thus far in my coding endeavors, and I think I get the gist of how they can be useful, which is why I think I have a good situation for one, ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21360327.html
Zones:
C++Date Answered: 03/22/2005 Grade: A Views: 0
Deleted 1
Inserted 2
New 4
Old 6
Presuming i have a number 5, i need (by way of if statements) to run specific code, ie:
if (deleted)
if (inserted)
etc etc...
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21402545.html
Zones:
C#Date Answered: 04/26/2005 Grade: A Views: 0
I'm wondering what methods other people use to bitmask many fields/permissions.
In the past, I've always used ints or bigints to do bitmasking, but those are obviously limited to byte size*8 for...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21598826.html
hi .
I have 3 strings : $reg_reply , $reg_expected , $reg_mask :
register read reply = "abcd0123" , the reply from the device
expected replied data = "abcd0023" , the expected data to...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21168107.html
Zones:
PerlDate Answered: 10/14/2004 Grade: A Views: 0
Forgive me if this shows my ignorance of some of the lower level stuff :)
Using C++.
I have an API supplied with a piece of hardware that has selectable hardware registers.
There is a func...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21243456.html
Zones:
C++Date Answered: 12/15/2004 Grade: A Views: 0
Hi...please, can anyone help me?
I need to 'translate' this function to delphi:
unsigned char Testa32Bits(unsigned __int32 valor, unsigned char Bit)
{
unsigned __int32 BitMask = 1; //00...
http://www.experts-exchange.com/Programming/Languages/Q_21399981.html
Zones:
LanguagesDate Answered: 04/25/2005 Grade: A Views: 4
Hi,
I have three bit columns colA, colB and colC. If colA and ColC are both updated and set to 1. How can I automatically update the third Column ColC to 1 via a SQL rule or constraint. Meaning ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22604025.html
I was hoping someone could give me their opinion on a design. I will try to describe this the best I
can. Please bear with me.
Basically, some guy at work is telling me to use bitmasks to set...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20151621.html
I had to do some bitshifting and bitmasking etc in my last project. This is an area which is new to me and I need to update my non existent knowledge within this.
So to satisfy my hunger for knowl...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20758020.html
Zones:
JavaDate Answered: 10/06/2003 Grade: A Views: 0