EmbLogic's Blog

Category Archives: Uncategorized

CHARACTER DRIVER INITIALIZATION, OPENING , WRITING ,CLOSING, and CLEANUP.

RCS FILE OF THE HEADER.H OF THE CHARACTER DRIVER RCS file: header.h,v Working file: header.h head: 1.10 branch: locks: strict root: 1.10 access list: symbolic names: keyword substitution: kv total revisions: 10;    selected revisions: 10 description: This is the header … Continue reading

Posted in Uncategorized | Leave a comment

FIRST PROGRAM AT QT-CROSS PLATFORM OF .cpp FILE WIDGET APPLICATION FROM MY DESKTOP “Hello World”

Posted in Uncategorized | Leave a comment

block device driver

RCS file: ./RCS/init.c,v Working file: ./init.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: Block device driver __init function (), in this function i initilize the important … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: main.c,v Working file: main.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: c code to generate master array —————————- revision 1.1 locked by: root; date: 2014/09/16 13:46:55; author: root; state: Exp; Initial revision =============================================================================

Posted in Uncategorized | Leave a comment

Please anybody help for that issue there is a problem when i write a c++ program in qt IGL not found see following picture

Posted in Uncategorized | Leave a comment

IPC using sockets AF_INET/ tcp

IPC Using SOCKETS AF_INET RCS file: server.c,v Working file: server.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: Server implementaton using TCP , AF_INET. >> Calls used : socket(), … Continue reading

Posted in Uncategorized | Leave a comment

IPC using sockets AF_UNIX / TCP

IPC Using SOCKETS AF_UNIX RCS file: server.c,v Working file: server.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: Server implementaton using TCP , AF_UNIX. >> Calls used : socket(), … Continue reading

Posted in Uncategorized | Leave a comment

Inter Process Communication using MESSAGE QUEUES.

IPC USING MESSAGE QUEUES RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: included stdio.h, sys/msg.h, stdlib.h, sys/types.h, unistd.h, sys/ipc.h. —————————- revision 1.1 date: … Continue reading

Posted in Uncategorized | Leave a comment

Server rcs ( TCP, AF_UNIX)

1 2 RCS file: server.c,v 3 Working file: server.c 4 head: 1.2 5 branch: 6 locks: strict 7 access list: 8 symbolic names: 9 keyword substitution: kv 10 total revisions: 2; selected revisions: 2 11 description: 12 Implementation of server. … Continue reading

Posted in Uncategorized | Leave a comment

Server rcs ( UDP, AF_UNIX)

1 2 RCS file: server.c,v 3 Working file: server.c 4 head: 1.2 5 branch: 6 locks: strict 7 root: 1.2 8 access list: 9 symbolic names: 10 keyword substitution: kv 11 total revisions: 2; selected revisions: 2 12 description: 13 … Continue reading

Posted in Uncategorized | Leave a comment

Server Implementation ( UDP , AF_INET)

1 2 RCS file: server.c,v 3 Working file: server.c 4 head: 1.2 5 branch: 6 locks: strict 7 root: 1.2 8 access list: 9 symbolic names: 10 keyword substitution: kv 11 total revisions: 2; selected revisions: 2 12 description: 13 … Continue reading

Posted in Uncategorized | Leave a comment

Socket Programming : ( Server Implementation for TCP under AF_INET domain )

1 2 RCS file: server.c,v 3 Working file: server.c 4 head: 1.2 5 branch: 6 locks: strict 7 access list: 8 symbolic names: 9 keyword substitution: kv 10 total revisions: 2; selected revisions: 2 11 description: 12 Implementation of server … Continue reading

Posted in Uncategorized | Leave a comment

enter 5 number find largest and lowest number

RCS file: 4.2.c,v Working file: 4.2.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: enter the 5 number and find largest and smallest number —————————- revision 1.1 date: 2014/08/24 … Continue reading

Posted in Uncategorized | Leave a comment

Parallel port modes The IEEE 1284 Standard which has been published in 1994 defines five modes of data transfer for parallel port. They are, 1) Compatibility Mode 2) Nibble Mode 3) Byte Mode 4) EPP 5) ECP Hardware The pin … Continue reading

Posted in Uncategorized | Leave a comment

program to find sum of two numbers without using operator

RCS file: 1.c,v Working file: 1.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: —————————- revision 1.1 locked by: root; date: 2014/08/19 12:34:16; author: root; state: Exp; … Continue reading

Posted in Uncategorized | Leave a comment