Advertisement

1 - 10 of 15 containing alltags:("bitmask") (0 seconds)
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...
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, ...
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... ...
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...
Zones: MS SQL ServerDate Answered: 10/24/2005 Grade: B Views: 0
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...
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...
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...
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 ...
Zones: MS SQL ServerDate Answered: 06/12/2007 Grade: A Views: 4
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...
Zones: MS SQL Server, Font CreatorDate Answered: 07/23/2001 Grade: A Views: 0
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...
Zones: JavaDate Answered: 10/06/2003 Grade: A Views: 0